summaryrefslogtreecommitdiff
path: root/include/kernel/sblauthmgr.h
blob: ac1cb03c48bc9997281b123232e65e60553c08f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
	Vita Development Suite Libraries
*/

#ifndef _PSP2_KERNEL_SBLAUTHMGR_H_
#define _PSP2_KERNEL_SBLAUTHMGR_H_

#include <scetypes.h>

#ifdef __cplusplus
extern "C" {
#endif

int sceSblAuthMgrClearDmac5Key(int slot_id, int val);
int sceSblAuthMgrSetDmac5Key(const void *key, SceSize keylen, int slot_id, int key_id);

#ifdef __cplusplus
}
#endif

#endif /* _PSP2_KERNEL_SBLAUTHMGR_H_ */