WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
hal_cipher_trng.h
浏览该文件的文档.
1
9#ifndef HAL_CIPHER_TRNG_H
10#define HAL_CIPHER_TRNG_H
11
12#include "crypto_type.h"
13
14#ifdef __cplusplus
15#if __cplusplus
16extern "C" {
17#endif /* __cplusplus */
18#endif /* __cplusplus */
19
21
23
25
26#ifdef __cplusplus
27#if __cplusplus
28}
29#endif /* __cplusplus */
30#endif /* __cplusplus */
31
32#endif
td_s32 hal_cipher_trng_get_random(td_u32 *randnum)
Definition hal_rom_table.c:125
td_s32 hal_cipher_trng_init(td_void)
Definition hal_rom_table.c:120
td_s32 hal_cipher_trng_deinit(void)
Definition hal_trng.c:71
void td_void
Definition td_type.h:49
unsigned int td_u32
Definition td_type.h:38
int td_s32
Definition td_type.h:44