Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h15-Nov-20115.2K
aes_cbc.c15-Nov-20112.8K
aes_cfb.c15-Nov-20113.5K
aes_core.c15-Nov-201158.7K
aes_ctr.c15-Nov-20112.8K
aes_ecb.c15-Nov-20112.9K
aes_ige.c15-Nov-20119.4K
aes_locl.h15-Nov-20113.4K
aes_misc.c15-Nov-20112.7K
aes_ofb.c15-Nov-20112.7K
aes_wrap.c15-Nov-20117.5K
aes_x86core.c15-Nov-201135.9K
asm/15-Nov-2011
README15-Nov-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