rpcsx/rpcs3/Crypto
nohbdy d533572ee9 Minor code and memory initialization fixes
* Explicitly initialize member variables in SELFDecrypter, MemInfo, and
VirtualMemoryBlock
* Zero out memory used for counter/nonce in aes-ctr
* Fix use of a ControlInfo pointer after it is added to an Array via
Array::Move (which makes it an invalid pointer) in
SELFDecrypter::LoadHeaders
2014-03-27 22:16:14 -05:00
..
aes.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
aes.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
key_vault.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
key_vault.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
sha1.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
sha1.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unpkg.cpp more fixes... 2014-03-04 09:37:28 +01:00
unpkg.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
unself.cpp Minor code and memory initialization fixes 2014-03-27 22:16:14 -05:00
unself.h fix gcc compile... 2014-03-03 14:51:54 +01:00
utils.cpp First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00
utils.h First installment of RPCS3's custom crypto engine: 2014-03-03 04:48:07 +00:00