Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Decc_curve.h51 const struct ecc_curve *ecc_get_curve(unsigned int curve_id);
/openbmc/linux/crypto/
H A Decc.c53 const struct ecc_curve *ecc_get_curve(unsigned int curve_id) in ecc_get_curve() function
67 EXPORT_SYMBOL(ecc_get_curve);
1468 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_is_key_valid()
1493 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_gen_privkey()
1538 const struct ecc_curve *curve = ecc_get_curve(curve_id); in ecc_make_pub_key()
1640 const struct ecc_curve *curve = ecc_get_curve(curve_id); in crypto_ecdh_shared_secret()
H A Decdsa.c178 ctx->curve = ecc_get_curve(curve_id); in ecdsa_ecc_ctx_init()
/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c788 tctx->curve = ecc_get_curve(curve_id); in kmb_ecc_tctx_init()
/openbmc/linux/drivers/crypto/hisilicon/hpre/
H A Dhpre_crypto.c1280 const struct ecc_curve *curve = ecc_get_curve(ctx->curve_id); in hpre_ecdh_fill_curve()