Home
last modified time | relevance | path

Searched refs:ecc_get_curve (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/crypto/
Decc_curve.h51 const struct ecc_curve *ecc_get_curve(unsigned int curve_id);
/Linux-v5.15/crypto/
Decc.c53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve() function
67 EXPORT_SYMBOL(ecc_get_curve);
1440 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1465 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1510 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1612 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()
Decdsa.c191 ctx->curve = ecc_get_curve(curve_id); in ecdsa_ecc_ctx_init()
/Linux-v5.15/drivers/crypto/hisilicon/hpre/
Dhpre_crypto.c1262 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve()