mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-25 23:56:50 +00:00
.. | ||
asm | ||
aes_cbc.c | ||
aes_cfb.c | ||
aes_cfb.o | ||
aes_core.c | ||
aes_ctr.c | ||
aes_ctr.o | ||
aes_ecb.c | ||
aes_ecb.o | ||
aes_ige.c | ||
aes_ige.o | ||
aes_locl.h | ||
aes_misc.c | ||
aes_misc.o | ||
aes_ofb.c | ||
aes_ofb.o | ||
aes_wrap.c | ||
aes_wrap.o | ||
aes_x86core.c | ||
aes-x86_64.o | ||
aes-x86_64.s | ||
aes.h | ||
aesni-sha1-x86_64.o | ||
aesni-sha1-x86_64.s | ||
aesni-x86_64.o | ||
aesni-x86_64.s | ||
bsaes-x86_64.o | ||
bsaes-x86_64.s | ||
lib | ||
Makefile | ||
README | ||
vpaes-x86_64.o | ||
vpaes-x86_64.s |
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.