WS63 SDK 文档
7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
drv_trng.h
浏览该文件的文档.
1
9
#ifndef DRV_TRNG_H
10
#define DRV_TRNG_H
11
12
#include "
crypto_type.h
"
13
14
#ifdef __cplusplus
15
#if __cplusplus
16
extern
"C"
{
17
#endif
/* __cplusplus */
18
#endif
/* __cplusplus */
19
20
21
td_s32
drv_cipher_trng_init
(
td_void
);
22
23
td_s32
drv_cipher_trng_get_random
(
td_u32
*randnum);
24
25
td_s32
drv_cipher_trng_get_multi_random
(
td_u32
size,
td_u8
*randnum);
26
27
td_s32
drv_cipher_trng_deinit
(
td_void
);
28
29
#ifdef __cplusplus
30
#if __cplusplus
31
}
32
#endif
/* __cplusplus */
33
#endif
/* __cplusplus */
34
35
36
#endif
crypto_type.h
drv_cipher_trng_get_random
td_s32 drv_cipher_trng_get_random(td_u32 *randnum)
Definition
drv_trng.c:33
drv_cipher_trng_init
td_s32 drv_cipher_trng_init(td_void)
Definition
drv_trng.c:21
drv_cipher_trng_get_multi_random
td_s32 drv_cipher_trng_get_multi_random(td_u32 size, td_u8 *randnum)
Definition
drv_trng.c:40
drv_cipher_trng_deinit
td_s32 drv_cipher_trng_deinit(td_void)
Definition
drv_trng.c:68
td_u8
unsigned char td_u8
Definition
td_type.h:36
td_void
void td_void
Definition
td_type.h:49
td_u32
unsigned int td_u32
Definition
td_type.h:38
td_s32
int td_s32
Definition
td_type.h:44
src
drivers
drivers
driver
security_unified
drv_cipher
drv_include
drv_trng.h
由
William Goodspeed
维护 | E-mail: gongzl@stu.hebust.edu.cn | Wechat: a23333344 | ALSO CHECKOUT
WS63FLASH
!
生成于 2025年 一月 4日 星期六 17:47:12 , 为 WS63 SDK 文档使用
1.9.8