mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
8359421d90
locality on 64-bit platforms (and fixes IA64 assembler-empowered build:-). The choice is guarded by newly introduced AES_LONG macro, which needs to be defined only on 16-bit platforms which we don't support (not that I know of). Meaning that one could as well skip long option altogether. |
||
---|---|---|
.. | ||
asm | ||
.cvsignore | ||
aes_cbc.c | ||
aes_cfb.c | ||
aes_core.c | ||
aes_ctr.c | ||
aes_ecb.c | ||
aes_locl.h | ||
aes_misc.c | ||
aes_ofb.c | ||
aes.h | ||
Makefile.ssl | ||
README |
This is an OpenSSL-compatible version of AES (also called Rijndael). aes_core.c is basically the same as rijndael-alg-fst.c but with an API that looks like the rest of the OpenSSL symmetric cipher suite.