vitasdk
Documentation of the vitasdk

Detailed Description

Exports for Kernel.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceSblGcAuthMgrDrmBBForDriver_stub




Using this library in your project

Include the header file in your project:


Link the library to the executable:

SceSblGcAuthMgrGcAuthForDriver_stub




Using this library in your project

Include the header file in your project:



Functions

int ksceSblGcAuthMgrDrmBBClearCartSecret (void)
 Removes derived cart secret from memory. More...
 
int ksceSblGcAuthMgrDrmBBGetCartSecret (void *secret)
 Gets derived cart secret from memory. More...
 
int ksceSblGcAuthMgrGcAuthCartAuthentication (SceUInt32 key_id)
 Runs gamecart authentication. More...
 

Function Documentation

◆ ksceSblGcAuthMgrDrmBBClearCartSecret()

int ksceSblGcAuthMgrDrmBBClearCartSecret ( void  )

Removes derived cart secret from memory.

Returns
0 on success, < 0 on error.

◆ ksceSblGcAuthMgrDrmBBGetCartSecret()

int ksceSblGcAuthMgrDrmBBGetCartSecret ( void *  secret)

Gets derived cart secret from memory.

Parameters
[in]secret- Pointer to 0x20 bytes.
Returns
0 on success, < 0 on error.

◆ ksceSblGcAuthMgrGcAuthCartAuthentication()

int ksceSblGcAuthMgrGcAuthCartAuthentication ( SceUInt32  key_id)

Runs gamecart authentication.

Parameters
[in]key_id- Not used for anything but must be < 0x10000.
Returns
0 on success, < 0 on error.