WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_keyslot.h
浏览该文件的文档.
1
9#ifndef HAL_KEYSLOT_H
10#define HAL_KEYSLOT_H
11
12#include "td_type.h"
13#include "crypto_km_struct.h"
14
15#ifdef __cplusplus
16#if __cplusplus
17extern "C" {
18#endif /* __cplusplus */
19#endif /* __cplusplus */
20
21td_s32 hal_keyslot_lock(td_u32 keyslot_num, crypto_keyslot_type keyslot_type);
22
23td_s32 hal_keyslot_unlock(td_u32 keyslot_num, crypto_keyslot_type keyslot_type);
24
25#ifdef __cplusplus
26#if __cplusplus
27}
28#endif /* __cplusplus */
29#endif /* __cplusplus */
30
31#endif
crypto_keyslot_type
keyslot 类型选择。
Definition crypto_km_struct.h:396
td_s32 hal_keyslot_lock(td_u32 keyslot_num, crypto_keyslot_type keyslot_type)
Definition hal_keyslot.c:110
td_s32 hal_keyslot_unlock(td_u32 keyslot_num, crypto_keyslot_type keyslot_type)
Definition hal_keyslot.c:153
unsigned int td_u32
Definition td_type.h:38
int td_s32
Definition td_type.h:44