Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h31-Jul-20105.5K
aes_cbc.c31-Jul-20104.3K
aes_cfb.c31-Jul-20108.5K
aes_core.c31-Jul-201053.1K
aes_ctr.c31-Jul-20104.6K
aes_ecb.c31-Jul-20102.9K
aes_ige.c31-Jul-20109.5K
aes_locl.h31-Jul-20103.4K
aes_misc.c31-Jul-20102.7K
aes_ofb.c31-Jul-20106.3K
aes_wrap.c31-Jul-20107.5K
asm/31-Jul-2010
Makefile31-Jul-20104.3K
README31-Jul-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