![]() |
vitasdk
Documentation of the vitasdk
|
Exports for Kernel. More...
Functions | |
| int | ksceSblGcAuthMgrDrmBBClearCartSecret (void) |
| Removes derived cart secret from memory. | |
| int | ksceSblGcAuthMgrDrmBBGetCartSecret (void *secret) |
| Gets derived cart secret from memory. | |
| int | ksceSblGcAuthMgrDrmBBCheckCartHash (const void *hash) |
| Checks a given value and compares to the hash derived from authentication step. | |
| int | ksceSblGcAuthMgrGcAuthCartAuthentication (SceUInt32 key_id) |
| Runs gamecart authentication. | |
Exports for Kernel.
Include the header file in your project:
Include the header file in your project:
Link the library to the executable:
Include the header file in your project:
Link the library to the executable:
| int ksceSblGcAuthMgrDrmBBClearCartSecret | ( | void | ) |
Removes derived cart secret from memory.
| int ksceSblGcAuthMgrDrmBBGetCartSecret | ( | void * | secret | ) |
Gets derived cart secret from memory.
should be the result of sha256 of the cartridges 2 unique per-game keys
| [out] | secret | - Pointer to 0x20 bytes. |
| int ksceSblGcAuthMgrDrmBBCheckCartHash | ( | const void * | hash | ) |
Checks a given value and compares to the hash derived from authentication step.
| [in] | hash | - Pointer to 0x14 byte hash value to compare against |
| int ksceSblGcAuthMgrGcAuthCartAuthentication | ( | SceUInt32 | key_id | ) |
Runs gamecart authentication.
| [in] | key_id | - Not used for anything but must be < 0x10000. |