summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/xts128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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