summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/aes/aes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use timingsafe_memcmp when comparing authenticatorskenjiro2025-06-031-2/+2
* Merge AES-IGE into aes.c.jsing2025-05-251-1/+65
* Simplify EVP AES code for ECB.jsing2025-05-191-1/+13
* Remove block128_f function casts.jsing2025-05-191-8/+20
* Move AES public functions from aes_core.c to aes.c.jsing2025-04-201-2/+38
* Provide and use crypto_arch.h.jsing2024-08-111-1/+3
* Hide symbols in aesjoshua2024-03-301-1/+10
* Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.jsing2024-03-281-1/+26
* Consolidate most of the AES modes into a single C file.jsing2024-03-281-0/+190