Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h19-Dec-20105.2K
aes_cbc.c19-Dec-20102.8K
aes_cfb.c19-Dec-20103.5K
aes_core.c19-Dec-201058.7K
aes_ctr.c19-Dec-20102.8K
aes_ecb.c19-Dec-20102.9K
aes_ige.c19-Dec-20109.4K
aes_locl.h19-Dec-20103.4K
aes_misc.c19-Dec-20102.7K
aes_ofb.c19-Dec-20102.7K
aes_wrap.c19-Dec-20107.5K
aes_x86core.c19-Dec-201035.9K
asm/19-Dec-2010
README19-Dec-2010204

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