vitasdk
Documentation of the vitasdk
authmgr.h
Go to the documentation of this file.
1 
7 #ifndef _PSP2KERN_SBLAUTHMGR_H_
8 #define _PSP2KERN_SBLAUTHMGR_H_
9 
10 #include <psp2kern/types.h>
11 
12 #ifdef __cplusplus
13 extern "C" {
14 #endif
15 
16 int ksceSblAuthMgrClearDmac5Key(int slot_id, int val);
17 int ksceSblAuthMgrSetDmac5Key(const void *key, SceSize keylen, int slot_id, int key_id);
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif /* _PSP2KERN_SBLAUTHMGR_H_ */
24 
int ksceSblAuthMgrSetDmac5Key(const void *key, SceSize keylen, int slot_id, int key_id)
int ksceSblAuthMgrClearDmac5Key(int slot_id, int val)
unsigned int SceSize
Definition: types.h:56