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