summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/xts128.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-3/+2
| | | | | | | <machine/endian.h>, rather than writing 1 to a 32-bit variable and checking whether the first byte is nonzero. tweaks and ok matthew@; ok beck@ tedu@
* import OpenSSL-1.0.1cdjm2012-10-131-0/+187