WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
security_rom_table.h
浏览该文件的文档.
1
8#ifndef DRV_ROM_TABLE_H
9#define DRV_ROM_TABLE_H
10
11/* drv rom cipher API */
12#define DRV_ROM_CIPHER_INIT 0x1024dc
13#define DRV_ROM_CIPHER_SHA256 0x102506
14#define DRV_ROM_CIPHER_PKE_BP256R_VERIFY 0x10262a
15
16/* PKE */
17#define HAL_PKE_INIT 0x103424
18#define HAL_PKE_DEINIT 0x103438
19#define HAL_PKE_LOCK 0x103490
20#define HAL_PKE_UNLOCK 0x103508
21#define HAL_PKE_ENABLE_NOISE 0x10351e
22#define HAL_PKE_DISABLE_NOISE 0x103532
23#define HAL_PKE_PRE_PROCESS 0x103542
24#define HAL_PKE_CHECK_FREE 0x103574
25#define HAL_PKE_SET_RAM 0x10359c
26#define HAL_PKE_GET_RAM 0x10364a
27#define HAL_PKE_CLEAN_RAM 0x103692
28#define HAL_PKE_SET_MODE 0x1036a8
29#define HAL_PKE_START 0x10371a
30#define HAL_PKE_WAIT_DONE 0x103738
31#define HAL_PKE_GET_ALIGN_VAL 0x10375e
32#define HAL_PKE_SET_MONT_PARA 0x1037bc
33#define HAL_PKE_SET_ECC_PARAM 0x1037d0
34#define HAL_PKE_SET_INIT_PARAM 0x10389c
35/* PKE algorithm API */
36#define ECC_ECFP_MUL_ADD 0x10287a
37
38/* TRNG */
39#define HAL_CIPHER_TRNG_INIT 0x1038ba
40#define HAL_CIPHER_TRNG_GET_RANDOM 0x1038c8
41
42/* HASH */
43#define HAL_CIPHER_HASH_INIT 0x102d3c
44#define HAL_HASH_LOCK 0x102fd4
45#define HAL_HASH_UNLOCK 0x102d8a
46#define HAL_CIPHER_HASH_CONFIG 0x102daa
47#define HAL_CIPHER_HASH_ADD_IN_NODE 0x102eb4
48#define HAL_CIPHER_HASH_START 0x102f28
49#define HAL_CIPHER_HASH_WAIT_DONE 0x1030fc
50#define HAL_CIPHER_HASH_DONE_TRY 0x102fba
51#endif /* DRV_ROM_TABLE_H */