Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h17-Dec-20115.2K
aes_cbc.c17-Dec-20112.8K
aes_cfb.c17-Dec-20113.5K
aes_core.c17-Dec-201158.7K
aes_ctr.c17-Dec-20112.8K
aes_ecb.c17-Dec-20112.9K
aes_ige.c17-Dec-20119.4K
aes_locl.h17-Dec-20113.4K
aes_misc.c17-Dec-20112.7K
aes_ofb.c17-Dec-20112.7K
aes_wrap.c17-Dec-20117.5K
aes_x86core.c17-Dec-201135.9K
asm/17-Dec-2011
README17-Dec-2011204

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