Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h10-Oct-20125.4K
aes_cbc.c10-Oct-20122.8K
aes_cfb.c10-Oct-20123.5K
aes_core.c10-Oct-201258.8K
aes_ctr.c10-Oct-20122.8K
aes_ecb.c10-Oct-20122.9K
aes_ige.c10-Oct-20129.4K
aes_locl.h10-Oct-20123.4K
aes_misc.c10-Oct-20123.2K
aes_ofb.c10-Oct-20122.7K
aes_wrap.c10-Oct-20127.5K
aes_x86core.c10-Oct-201235.9K
asm/10-Oct-2012
README10-Oct-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