WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
drv_pke_ecc_ecdh.c 文件参考
#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"
drv_pke_ecc_ecdh.c 的引用(Include)关系图:

函数

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)
 

函数说明

◆ drv_cipher_pke_ecc_gen_ecdh_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 
)

◆ pke_ecc_gen_ecdh_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