|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include "crypto_osal_adapt.h"#include "drv_pke_cal.h"#include "kapi_pke_cal.h"#include "drv_common_pke.h"
函数 | |
| td_s32 | kapi_pke_check_dot_on_curve (drv_pke_ecc_curve_type curve_type, const drv_pke_ecc_point *pub_key, td_bool *is_on_curve) |
| td_s32 | kapi_pke_mul_dot (drv_pke_ecc_curve_type curve_type, const drv_pke_data *k, const drv_pke_ecc_point *p, const drv_pke_ecc_point *r) |
| td_s32 kapi_pke_check_dot_on_curve | ( | drv_pke_ecc_curve_type | curve_type, |
| const drv_pke_ecc_point * | pub_key, | ||
| td_bool * | is_on_curve | ||
| ) |
Copyright (c) HiSilicon (Shanghai) Technologies Co., Ltd. 2023-2023. All rights reserved. Description: ecc calculate algorithm function implementation in kernel.
Create: 2023-05-29
| td_s32 kapi_pke_mul_dot | ( | drv_pke_ecc_curve_type | curve_type, |
| const drv_pke_data * | k, | ||
| const drv_pke_ecc_point * | p, | ||
| const drv_pke_ecc_point * | r | ||
| ) |