WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
载入中...
搜索中...
未找到
ecp_harden_impl.h
浏览该文件的文档.
1
8#ifndef ECP_HARDEN_IMPL_H
9#define ECP_HARDEN_IMPL_H
10
12
13#ifdef __cplusplus
14#if __cplusplus
15extern "C" {
16#endif /* __cplusplus */
17#endif /* __cplusplus */
18
21
23 const mbedtls_alt_ecp_point *input_pub_key,
24 const mbedtls_alt_ecp_data *input_priv_key, const mbedtls_alt_ecp_data *output_shared_key);
25
27 const mbedtls_alt_ecp_data *hash_data, const mbedtls_alt_ecp_data *r_data, const mbedtls_alt_ecp_data *s_data);
28
30 const mbedtls_alt_ecp_data *hash_data, const mbedtls_alt_ecp_data *r_data, const mbedtls_alt_ecp_data *s_data);
31
33 const mbedtls_alt_ecp_data *output_priv_key, const mbedtls_alt_ecp_point *output_pub_key);
34
35int mbedtls_alt_ecp_init(void);
36
38
39#ifdef __cplusplus
40#if __cplusplus
41}
42#endif /* __cplusplus */
43#endif /* __cplusplus */
44
45#endif
int mbedtls_alt_ecdsa_verify_impl(mbedtls_alt_ecp_curve_type curve_type, const mbedtls_alt_ecp_point *pub_key, const mbedtls_alt_ecp_data *hash_data, const mbedtls_alt_ecp_data *r_data, const mbedtls_alt_ecp_data *s_data)
Definition ecp_harden_impl.c:40
int mbedtls_alt_ecdsa_sign_impl(mbedtls_alt_ecp_curve_type curve_type, const mbedtls_alt_ecp_data *priv_key, const mbedtls_alt_ecp_data *hash_data, const mbedtls_alt_ecp_data *r_data, const mbedtls_alt_ecp_data *s_data)
Definition ecp_harden_impl.c:24
int mbedtls_alt_ecp_deinit(void)
Definition ecp_harden_impl.c:96
int mbedtls_alt_ecdh_compute_shared_impl(mbedtls_alt_ecp_curve_type curve_type, const mbedtls_alt_ecp_point *input_pub_key, const mbedtls_alt_ecp_data *input_priv_key, const mbedtls_alt_ecp_data *output_shared_key)
Definition ecp_harden_impl.c:56
int mbedtls_alt_ecdsa_genkey_impl(mbedtls_alt_ecp_curve_type curve_type, const mbedtls_alt_ecp_data *output_priv_key, const mbedtls_alt_ecp_point *output_pub_key)
Definition ecp_harden_impl.c:67
int mbedtls_alt_ecp_mul_impl(mbedtls_alt_ecp_curve_type curve_type, const mbedtls_alt_ecp_data *k, const mbedtls_alt_ecp_point *p, const mbedtls_alt_ecp_point *r)
Definition ecp_harden_impl.c:14
int mbedtls_alt_ecp_init(void)
Definition ecp_harden_impl.c:83
mbedtls_alt_ecp_curve_type
Definition mbedtls_harden_struct.h:40
Definition mbedtls_harden_struct.h:71
Definition mbedtls_harden_struct.h:76