dolphin/Source/Core/Common/Crypto
Léo Lam f8fb9e2d03 IOS: Implement IOSC-like API
This prevents the IOS crypto code and keys from being spread over
the codebase. Things only have to be implemented once, and can be
used everywhere from the IOS code.

Additionally, since ES exposes some IOSC calls directly (DeleteObject
and Encrypt/Decrypt), we need this for proper emulation.

Currently, this only supports AES key objects.
2017-05-02 23:49:22 +02:00
..
AES.cpp IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
AES.h IOS: Implement IOSC-like API 2017-05-02 23:49:22 +02:00
bn.cpp Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
bn.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
ec.cpp IOS/ES: Handle personalised tickets properly 2017-03-11 21:14:26 +01:00
ec.h IOS/ES: Handle personalised tickets properly 2017-03-11 21:14:26 +01:00