Home | History | Annotate | only in /external/openssl/crypto/aes
Up to higher level directory
NameDateSize
aes.h09-Oct-20135.4K
aes_cbc.c09-Oct-20132.8K
aes_cfb.c09-Oct-20133.5K
aes_core.c09-Oct-201358.8K
aes_ctr.c09-Oct-20132.8K
aes_ecb.c09-Oct-20132.9K
aes_ige.c09-Oct-20139.4K
aes_locl.h09-Oct-20133.4K
aes_misc.c09-Oct-20133.2K
aes_ofb.c09-Oct-20132.7K
aes_wrap.c09-Oct-20137.5K
aes_x86core.c09-Oct-201335.9K
asm/09-Oct-2013
README09-Oct-2013204

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