Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Decc_curve.h53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id);
/linux/crypto/
H A Decc.c53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve() function
69 EXPORT_SYMBOL(ecc_get_curve);
1504 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1525 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1571 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1670 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()
/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1285 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve()