vitasdk
Documentation of the vitasdk
drm_bb.h
Go to the documentation of this file.
1
6
#ifndef __PSP2KERN_GCAUTHMGR_DRM_BB_H__
7
#define __PSP2KERN_GCAUTHMGR_DRM_BB_H__
8
9
#include <
psp2kern/types.h
>
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
20
int
ksceSblGcAuthMgrDrmBBClearCartSecret
(
void
);
21
29
int
ksceSblGcAuthMgrDrmBBGetCartSecret
(
void
* secret);
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
/* __PSP2KERN_GCAUTHMGR_DRM_BB_H__ */
ksceSblGcAuthMgrDrmBBGetCartSecret
int ksceSblGcAuthMgrDrmBBGetCartSecret(void *secret)
Gets derived cart secret from memory.
ksceSblGcAuthMgrDrmBBClearCartSecret
int ksceSblGcAuthMgrDrmBBClearCartSecret(void)
Removes derived cart secret from memory.
types.h
include
psp2kern
kernel
gcauthmgr
drm_bb.h
Vita SDK