Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h11-Dec-20135.4K
aes_cbc.c11-Dec-20132.8K
aes_cfb.c11-Dec-20133.5K
aes_core.c11-Dec-201358.8K
aes_ctr.c11-Dec-20132.8K
aes_ecb.c11-Dec-20132.9K
aes_ige.c11-Dec-20139.4K
aes_locl.h11-Dec-20133.4K
aes_misc.c11-Dec-20133.2K
aes_ofb.c11-Dec-20132.7K
aes_wrap.c11-Dec-20137.5K
aes_x86core.c11-Dec-201335.9K
asm/11-Dec-2013
README11-Dec-2013204

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