summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/xts128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Hide symbols in modes.hbeck2023-07-081-1/+2
* Hit modes with the loving mallet of knfmtbeck2023-07-081-53/+63
* xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.tb2023-05-071-5/+5
* Make internal header file names consistenttb2022-11-261-2/+2
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-091-2/+3
* move endian/word size checks from runtime to compile timebcook2017-08-131-36/+34
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-2/+1
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-3/+3
* tags as requested by miod and teduderaadt2014-06-121-0/+1
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-071-4/+5
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-3/+2
* import OpenSSL-1.0.1cdjm2012-10-131-0/+187