summaryrefslogtreecommitdiff
path: root/lib/libcrypto/modes/xts128.c
AgeCommit message (Expand)Author
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