Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
JusicP 940d664def Add thirdparty libs 4 years ago
..
asm Add thirdparty libs 4 years ago
Makefile Add thirdparty libs 4 years ago
README Add thirdparty libs 4 years ago
aes-x86_64.o Add thirdparty libs 4 years ago
aes-x86_64.s Add thirdparty libs 4 years ago
aes.h Add thirdparty libs 4 years ago
aes_cbc.c Add thirdparty libs 4 years ago
aes_cfb.c Add thirdparty libs 4 years ago
aes_cfb.o Add thirdparty libs 4 years ago
aes_core.c Add thirdparty libs 4 years ago
aes_ctr.c Add thirdparty libs 4 years ago
aes_ctr.o Add thirdparty libs 4 years ago
aes_ecb.c Add thirdparty libs 4 years ago
aes_ecb.o Add thirdparty libs 4 years ago
aes_ige.c Add thirdparty libs 4 years ago
aes_ige.o Add thirdparty libs 4 years ago
aes_locl.h Add thirdparty libs 4 years ago
aes_misc.c Add thirdparty libs 4 years ago
aes_misc.o Add thirdparty libs 4 years ago
aes_ofb.c Add thirdparty libs 4 years ago
aes_ofb.o Add thirdparty libs 4 years ago
aes_wrap.c Add thirdparty libs 4 years ago
aes_wrap.o Add thirdparty libs 4 years ago
aes_x86core.c Add thirdparty libs 4 years ago
aesni-sha1-x86_64.o Add thirdparty libs 4 years ago
aesni-sha1-x86_64.s Add thirdparty libs 4 years ago
aesni-x86_64.o Add thirdparty libs 4 years ago
aesni-x86_64.s Add thirdparty libs 4 years ago
bsaes-x86_64.o Add thirdparty libs 4 years ago
bsaes-x86_64.s Add thirdparty libs 4 years ago
lib Add thirdparty libs 4 years ago
vpaes-x86_64.o Add thirdparty libs 4 years ago
vpaes-x86_64.s Add thirdparty libs 4 years ago

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.