Go to the source code of this file.
|
| int | sceDrmBBMacInit (SceMacKey *mac_key, int type) |
| |
| int | sceDrmBBMacUpdate (SceMacKey *mac_key, u8 *buf, int size) |
| |
| int | sceAmctrl_driver_9227EA79 (SceMacKey *mac_key, u8 *buf, int size) |
| |
| int | sceDrmBBMacFinal (SceMacKey *mac_key, u8 *buf, u8 *version_key) |
| |
| int | sceDrmBBMacFinal2 (SceMacKey *mac_key, u8 *buf, u8 *version_key) |
| |
| int | sceDrmBBCipherInit (SceCipherKey *cipher_key, int type, int mode, u8 *header_key, u8 *version_key, int seed) |
| |
| int | sceDrmBBCipherUpdate (SceCipherKey *cipher_key, u8 *buf, int size) |
| |
| int | sceAmctrl_driver_E04ADD4C (SceCipherKey *cipher_key, u8 *buf, int size) |
| |
| int | sceDrmBBCipherFinal (SceCipherKey *cipher_key) |
| |
◆ SceCipherKey
| typedef struct SceCipherKey SceCipherKey |
◆ SceMacKey
| typedef struct SceMacKey SceMacKey |
◆ SceCipherKeyMode
| Enumerator |
|---|
| CIPHER_KEY_MODE_ENCRYPT | |
| CIPHER_KEY_MODE_DECRYPT | |
◆ SceCipherKeyType
| Enumerator |
|---|
| CIPHER_KEY_TYPE_FIXED | Use fixed key.
|
| CIPHER_KEY_TYPE_FUSE_ID | Use fuse ID.
|
◆ SceMacKeyType
| Enumerator |
|---|
| MAC_KEY_TYPE_UNK0 | |
| MAC_KEY_TYPE_UNK1 | |
| MAC_KEY_TYPE_FUSE_ID | Use fuse ID.
|
| MAC_KEY_TYPE_FIXED | Use fixed key.
MAC will need to encrypt again.
|
| MAC_KEY_TYPE_UNK6 | |
◆ sceAmctrl_driver_9227EA79()
| int sceAmctrl_driver_9227EA79 |
( |
SceMacKey * | mac_key, |
|
|
u8 * | buf, |
|
|
int | size ) |
◆ sceAmctrl_driver_E04ADD4C()
| int sceAmctrl_driver_E04ADD4C |
( |
SceCipherKey * | cipher_key, |
|
|
u8 * | buf, |
|
|
int | size ) |
◆ sceDrmBBCipherFinal()
◆ sceDrmBBCipherInit()
| int sceDrmBBCipherInit |
( |
SceCipherKey * | cipher_key, |
|
|
int | type, |
|
|
int | mode, |
|
|
u8 * | header_key, |
|
|
u8 * | version_key, |
|
|
int | seed ) |
◆ sceDrmBBCipherUpdate()
| int sceDrmBBCipherUpdate |
( |
SceCipherKey * | cipher_key, |
|
|
u8 * | buf, |
|
|
int | size ) |
◆ sceDrmBBMacFinal()
| int sceDrmBBMacFinal |
( |
SceMacKey * | mac_key, |
|
|
u8 * | buf, |
|
|
u8 * | version_key ) |
◆ sceDrmBBMacFinal2()
| int sceDrmBBMacFinal2 |
( |
SceMacKey * | mac_key, |
|
|
u8 * | buf, |
|
|
u8 * | version_key ) |
◆ sceDrmBBMacInit()
| int sceDrmBBMacInit |
( |
SceMacKey * | mac_key, |
|
|
int | type ) |
◆ sceDrmBBMacUpdate()
| int sceDrmBBMacUpdate |
( |
SceMacKey * | mac_key, |
|
|
u8 * | buf, |
|
|
int | size ) |