Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h16-Dec-20145.4K
aes_cbc.c16-Dec-20142.8K
aes_cfb.c16-Dec-20143.5K
aes_core.c16-Dec-201458.8K
aes_ctr.c16-Dec-20142.8K
aes_ecb.c16-Dec-20142.9K
aes_ige.c16-Dec-20149.4K
aes_locl.h16-Dec-20143.4K
aes_misc.c16-Dec-20143.2K
aes_ofb.c16-Dec-20142.7K
aes_wrap.c16-Dec-20147.5K
aes_x86core.c16-Dec-201435.9K
asm/16-Dec-2014
README16-Dec-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