Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h04-Nov-20145.4K
aes_cbc.c04-Nov-20142.8K
aes_cfb.c04-Nov-20143.5K
aes_core.c04-Nov-201458.8K
aes_ctr.c04-Nov-20142.8K
aes_ecb.c04-Nov-20142.9K
aes_ige.c04-Nov-20149.4K
aes_locl.h04-Nov-20143.4K
aes_misc.c04-Nov-20143.2K
aes_ofb.c04-Nov-20142.7K
aes_wrap.c04-Nov-20147.5K
aes_x86core.c04-Nov-201435.9K
asm/04-Nov-2014
README04-Nov-2014204

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