summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/ctr128.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-3/+4
| | | | | | | <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-12/+80
|
* import OpenSSL-1.0.0adjm2010-10-011-0/+184