Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h20-Jun-20145.4K
aes_cbc.c20-Jun-20142.8K
aes_cfb.c20-Jun-20143.5K
aes_core.c20-Jun-201458.8K
aes_ctr.c20-Jun-20142.8K
aes_ecb.c20-Jun-20142.9K
aes_ige.c20-Jun-20149.4K
aes_locl.h20-Jun-20143.4K
aes_misc.c20-Jun-20143.2K
aes_ofb.c20-Jun-20142.7K
aes_wrap.c20-Jun-20147.5K
aes_x86core.c20-Jun-201435.9K
asm/20-Jun-2014
README20-Jun-2014204

README

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