summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/modes/ctr128.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use stdint types instead of u64/u32/u8.jsing2025-05-181-6/+6
* Unifdef OPENSSL_SMALL_FOOTPRINT.jsing2025-04-231-5/+1
* Use OPENSSL_assert() instead of assert().jsing2025-04-221-10/+6
* Use crypto_load_be32toh()/crypto_store_htobe32() instead of GETU32/PUTU32.jsing2025-04-221-4/+6
* Mop up unused MODES_DEBUG.jsing2025-04-211-7/+1
* Fix another #include that was hiding.jsing2025-04-211-2/+2
* Tidy includes.jsing2025-04-211-2/+4
* Hide symbols in modes.hbeck2023-07-081-1/+3
* Hit modes with the loving mallet of knfmtbeck2023-07-081-67/+81
* spelling fixes; from paul tagliamontejmc2022-12-261-3/+3
* Make internal header file names consistenttb2022-11-261-2/+2
* 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