Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h28-Mar-20125.2K
aes_cbc.c28-Mar-20122.8K
aes_cfb.c28-Mar-20123.5K
aes_core.c28-Mar-201258.7K
aes_ctr.c28-Mar-20122.8K
aes_ecb.c28-Mar-20122.9K
aes_ige.c28-Mar-20129.4K
aes_locl.h28-Mar-20123.4K
aes_misc.c28-Mar-20122.7K
aes_ofb.c28-Mar-20122.7K
aes_wrap.c28-Mar-20127.5K
aes_x86core.c28-Mar-201235.9K
asm/28-Mar-2012
README28-Mar-2012204

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