9#ifndef CRYPTO_ECC_CURVE_H
10#define CRYPTO_ECC_CURVE_H
const drv_pke_ecc_curve * sm2_curve(td_void)
const drv_pke_ecc_curve * rfc8032_curve(td_void)
const drv_pke_ecc_curve * get_ecc_curve(drv_pke_ecc_curve_type curve_type)
const drv_pke_ecc_curve * fips_256R_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P256_curve(td_void)
const drv_pke_ecc_curve * rfc7748_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P512_curve(td_void)
const drv_pke_ecc_curve * fips_256K_curve(td_void)
const drv_pke_ecc_curve * BrainPool_P384_curve(td_void)
const drv_pke_ecc_curve * fips_384R_curve(td_void)
const drv_pke_ecc_curve * fips_521R_curve(td_void)
drv_pke_ecc_curve_type
Definition crypto_pke_struct.h:32
Definition crypto_pke_struct.h:96
void td_void
Definition td_type.h:49