rpcsx/rpcs3/Crypto
Alex James b0d0f51d8d crypto: implement AES-NI acceleration
This is based off the upstream implementation in mbedTLS as well as an
external pull request [1] for MSVC support (using intrinsics).

1: https://github.com/ARMmbed/mbedtls/pull/1355
2019-08-19 23:39:40 +03:00
..
aes.cpp crypto: implement AES-NI acceleration 2019-08-19 23:39:40 +03:00
aes.h
aesni.cpp crypto: implement AES-NI acceleration 2019-08-19 23:39:40 +03:00
aesni.h crypto: implement AES-NI acceleration 2019-08-19 23:39:40 +03:00
ec.cpp
ec.h
key_vault.cpp Fix C00 SPRX loading 2017-05-21 18:07:43 +03:00
key_vault.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
lz.cpp Workaround MSVC bug 2018-08-25 01:15:47 +03:00
lz.h
sha1.cpp
sha1.h
unedat.cpp Code review (#3114) 2017-08-01 20:22:33 +03:00
unedat.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
unpkg.cpp Access class static methods with "::" 2019-06-01 22:59:23 +03:00
unpkg.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
unself.cpp Try to get rid of SIZE_32 macro 2018-09-03 21:40:36 +03:00
unself.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
utils.cpp Code review (#3114) 2017-08-01 20:22:33 +03:00
utils.h Edat / Sdata: On the fly decryption for edat, fix EDAT_FLAG_0x20 decryption 2017-03-10 19:39:01 -06:00