|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "hal_pke_reg.h"#include "drv_pke.h"#include "crypto_pke_struct.h"#include "crypto_curve_param.h"
宏定义 | |
| #define | PKE_LEN_192_OFFSET 48 |
| #define | PKE_LEN_224_OFFSET 40 |
| #define | PKE_LEN_256_OFFSET 40 |
| #define | PKE_LEN_384_OFFSET 24 |
| #define | PKE_LEN_448_OFFSET 16 |
| #define | PKE_LEN_512_OFFSET 8 |
函数 | |
| td_void | crypto_curve_param_init (td_void) |
变量 | |
| const drv_pke_ecc_curve | g_nist_p192_param |
| const drv_pke_ecc_curve | g_brainpool_512r1_param |
| const pke_ecc_init_param | g_brainpool_512r1_init_param |
| const drv_pke_ecc_curve | g_sm2_param |
| const pke_ecc_init_param | g_sm2_init_param |
| const drv_pke_ecc_curve | g_curve_25519_param |
| const pke_ecc_init_param | g_curve_25519_init_param |
| const drv_pke_ecc_curve | g_curve_448_param |
| const pke_ecc_init_param | g_curve_448_init_param |
| const drv_pke_ecc_curve | g_ed25519_param |
| const pke_ecc_init_param | g_ed25519_init_param |
| const pke_default_parameters | g_crypto_ecc_params [] |
| const td_u32 | g_crypto_ecc_num = sizeof(g_crypto_ecc_params) / sizeof(g_crypto_ecc_params[0]) |
| #define PKE_LEN_192_OFFSET 48 |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: pke parameter get
Create: 2023-05-31
| #define PKE_LEN_224_OFFSET 40 |
| #define PKE_LEN_256_OFFSET 40 |
| #define PKE_LEN_384_OFFSET 24 |
| #define PKE_LEN_448_OFFSET 16 |
| #define PKE_LEN_512_OFFSET 8 |
| td_void crypto_curve_param_init | ( | void | ) |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: pke parameter get header file.
Create: 2023-06-01
| const pke_ecc_init_param g_brainpool_512r1_init_param |
| const drv_pke_ecc_curve g_brainpool_512r1_param |
| const td_u32 g_crypto_ecc_num = sizeof(g_crypto_ecc_params) / sizeof(g_crypto_ecc_params[0]) |
| const pke_default_parameters g_crypto_ecc_params[] |
| const pke_ecc_init_param g_curve_25519_init_param |
| const drv_pke_ecc_curve g_curve_25519_param |
| const pke_ecc_init_param g_curve_448_init_param |
| const drv_pke_ecc_curve g_curve_448_param |
| const pke_ecc_init_param g_ed25519_init_param |
| const drv_pke_ecc_curve g_ed25519_param |
| const drv_pke_ecc_curve g_nist_p192_param |
| const pke_ecc_init_param g_sm2_init_param |
| const drv_pke_ecc_curve g_sm2_param |