summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/ctr128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* move endian/word size checks from runtime to compile timebcook2017-08-131-10/+9
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-3/+1
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-091-2/+2
* 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-1/+1
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-231-3/+4
* import OpenSSL-1.0.1cdjm2012-10-131-12/+80
* import OpenSSL-1.0.0adjm2010-10-011-0/+184