summaryrefslogtreecommitdiff
path: root/lib/libcrypto/modes/xts128.c
AgeCommit message (Expand)Author
2023-07-08Hide symbols in modes.hBob Beck
2023-07-08Hit modes with the loving mallet of knfmtBob Beck
2023-05-07xts128 mode: avoid two -Wshadow warnings in the BIG_ENDIAN code path.Theo Buehler
2022-11-26Make internal header file names consistentTheo Buehler
2021-11-09Switch to <endian.h> from <machine/endian.h> for better portability.Brent Cook
2017-08-13move endian/word size checks from runtime to compile timeBrent Cook
2015-02-10Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policyMiod Vallat
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to beMiod Vallat
2014-06-12tags as requested by miod and teduTheo de Raadt
2014-05-07Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, ratherMiod Vallat
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER fromMiod Vallat
2012-10-13import OpenSSL-1.0.1cDamien Miller