• Home
Name
Date
Size
#Lines
LOC

..--

asm/03-May-2024-29,57625,547

READMED03-May-2024204 43

aes.hD03-May-20245.4 KiB14875

aes_cbc.cD03-May-20242.8 KiB6410

aes_cfb.cD03-May-20243.5 KiB8219

aes_core.cD03-May-202458.8 KiB1,3591,199

aes_ctr.cD03-May-20242.8 KiB629

aes_ecb.cD03-May-20242.9 KiB7417

aes_ige.cD03-May-20249.4 KiB324229

aes_locl.hD03-May-20243.4 KiB9029

aes_misc.cD03-May-20243.2 KiB8628

aes_ofb.cD03-May-20242.7 KiB618

aes_wrap.cD03-May-20247.5 KiB260178

aes_x86core.cD03-May-202435.9 KiB1,064911

README

1This is an OpenSSL-compatible version of AES (also called Rijndael).
2aes_core.c is basically the same as rijndael-alg-fst.c but with an
3API that looks like the rest of the OpenSSL symmetric cipher suite.
4