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
12extern "C" {
13#endif
14
21
31
40
41#ifdef __cplusplus
42}
43#endif
44
45#endif /* __PSP2KERN_GCAUTHMGR_DRM_BB_H__ */
int ksceSblGcAuthMgrDrmBBGetCartSecret(void *secret)
Gets derived cart secret from memory.
int ksceSblGcAuthMgrDrmBBClearCartSecret(void)
Removes derived cart secret from memory.
int ksceSblGcAuthMgrDrmBBCheckCartHash(const void *hash)
Checks a given value and compares to the hash derived from authentication step.