|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "crypto_osal_adapt.h"#include "drv_common.h"#include "drv_common_pke.h"#include "ecc_ec_fp.h"#include "curve_ec_fp.h"#include "drv_pke.h"
函数 | |
| CRYPTO_STATIC td_s32 | pke_ecc_gen_ecdh_key (drv_pke_ecc_curve_type curve_type, const drv_pke_ecc_point *input_pub_key, const drv_pke_data *input_priv_key, const drv_pke_data *output_shared_key CIPHER_CHECK_WORD) |
| td_s32 | drv_cipher_pke_ecc_gen_ecdh_key (drv_pke_ecc_curve_type curve_type, const drv_pke_ecc_point *input_pub_key, const drv_pke_data *input_priv_key, const drv_pke_data *output_shared_key) |
| td_s32 drv_cipher_pke_ecc_gen_ecdh_key | ( | drv_pke_ecc_curve_type | curve_type, |
| const drv_pke_ecc_point * | input_pub_key, | ||
| const drv_pke_data * | input_priv_key, | ||
| const drv_pke_data * | output_shared_key | ||
| ) |
| CRYPTO_STATIC td_s32 pke_ecc_gen_ecdh_key | ( | drv_pke_ecc_curve_type | curve_type, |
| const drv_pke_ecc_point * | input_pub_key, | ||
| const drv_pke_data * | input_priv_key, | ||
| const drv_pke_data *output_shared_key | CIPHER_CHECK_WORD | ||
| ) |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: ecc ecdh function implement
Create: 2023-05-23