• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-2016103

aes.hH A D17-Jan-20165.2 KiB

aes_cbc.cH A D17-Jan-20162.8 KiB

aes_cfb.cH A D17-Jan-20163.5 KiB

aes_core.cH A D17-Jan-201658.7 KiB

aes_ctr.cH A D17-Jan-20162.8 KiB

aes_ecb.cH A D17-Jan-20162.9 KiB

aes_ige.cH A D17-Jan-20169.4 KiB

aes_locl.hH A D17-Jan-20163.4 KiB

aes_misc.cH A D17-Jan-20162.7 KiB

aes_ofb.cH A D17-Jan-20162.7 KiB

aes_wrap.cH A D17-Jan-20167.5 KiB

aes_x86core.cH A D17-Jan-201635.9 KiB

asm/H17-Jan-20169

MakefileH A D17-Jan-20164.2 KiB

READMEH A D17-Jan-2016204

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