summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes_core.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* AES_{decrypt,encrypt}() don't return void internal functiontb2024-11-131-3/+3
* Provide and use crypto_arch.h.jsing2024-08-111-1/+2
* Hide symbols in aesjoshua2024-03-301-1/+5
* Tweak defines since the Td4 table is only used for AES_{encrypt,decrypt}jsing2024-03-291-6/+9
* Always use C functions for AES_{encrypt,decrypt}().jsing2024-03-291-13/+41
* Always use C functions for AES_set_{encrypt,decrypt}_key().jsing2024-03-291-7/+38
* Replace GETU32 and PUTU32.jsing2024-03-271-25/+25
* Remove near duplicate AES_set_{encrypt,decrypt}_key() functions.jsing2024-03-271-208/+2
* Use crypto_rol_u32() instead of an undefined ROTATE macro.jsing2024-03-271-9/+5
* Remove unused NDEBUG define.jsing2024-03-271-7/+1
* Tidy includes and a comment.jsing2024-03-271-3/+7
* Make internal header file names consistenttb2022-11-261-2/+2
* Cast Td4[] values (which are uint8_t) to uint32_t before shifting them left bymiod2015-11-051-5/+5
* Remove assert() or OPENSSL_assert() of pointers being non-NULL. The policymiod2015-02-101-4/+1
* Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key()miod2014-07-091-10/+7
* tags as requested by miod and teduderaadt2014-06-121-1/+1
* c-file-style hints, begone; ok beckderaadt2014-06-111-1/+1
* First pass at applying KNF to the OpenSSL code, which almost makes itjsing2014-04-151-1010/+1032
* resolve conflictsdjm2012-10-131-6/+6
* resolve conflicts, fix local changesdjm2010-10-011-9/+200
* resolve conflictsdjm2009-01-091-0/+8
* resolve conflictsdjm2008-09-061-203/+101
* resolve conflictsdjm2005-04-291-0/+4
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-121-3/+9
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-0/+1251