rpcs3/rpcs3/Crypto
Bevan Weiss 2c8b3f05ac FIX: MAX_PATH is used within Windows headers, we should use a different define internally
Replace MAX_PATH usage with EMU_MAX_PATH, this prevents the redefine warning, and ensures that we don't mess up other usages (which will likely want MAX_PATH as 260, like Windows defines, not 4096 like we do).
The replacement has been done based on what MSVC was telling me the define values were at each point (i.e. whether we wanted it or not, these usages were using our 4906 value, not the 260 value from Windows)
2020-10-10 23:09:05 +03:00
..
aes.cpp C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
aes.h Minor changes 2017-01-25 04:43:12 +03:00
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 C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
ec.h C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
key_vault.cpp Crypto/Qt: check target app version for packages 2020-04-25 15:17:17 +02:00
key_vault.h Crypto/Qt: check target app version for packages 2020-04-25 15:17:17 +02:00
lz.cpp C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
lz.h Partial commit: Crypto 2016-04-15 19:22:41 +03:00
md5.cpp C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
md5.h Adds md5 hash to Crypto implementations 2019-09-17 01:17:48 +03:00
sha1.cpp C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
sha1.h Updated the Crypto Engine: 2014-10-01 14:57:44 +01:00
sha256.cpp C-style cast cleanup (partial) 2019-11-29 00:35:23 +03:00
sha256.h Auto-updater 2019-10-22 01:51:50 +02:00
unedat.cpp FIX: MAX_PATH is used within Windows headers, we should use a different define internally 2020-10-10 23:09:05 +03:00
unedat.h Fix race in Crypto/unedat.cpp, Make NPDRM keys usage atomic 2020-06-28 23:26:10 +01:00
unpkg.cpp PSF: Avoid redundent string copies in psf::array/string/get_string (#8707) 2020-08-21 23:55:17 +01:00
unpkg.h Use proper install paths depending on pkg content 2020-06-29 10:36:24 +02:00
unself.cpp Look for rap file for network license 2020-09-17 00:39:41 +02:00
unself.h Fix race in Crypto/unedat.cpp, Make NPDRM keys usage atomic 2020-06-28 23:26:10 +01:00
utils.cpp FIX: MAX_PATH is used within Windows headers, we should use a different define internally 2020-10-10 23:09:05 +03:00
utils.h FIX: MAX_PATH is used within Windows headers, we should use a different define internally 2020-10-10 23:09:05 +03:00