8#ifndef ECP_HARDEN_IMPL_H
9#define ECP_HARDEN_IMPL_H
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