Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c437 nQ = ecc_alloc_point(pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_full()
599 pk = ecc_alloc_point(curve->g.ndigits); in kmb_ecc_do_shared_secret()
617 result = ecc_alloc_point(pk->ndigits); in kmb_ecc_do_shared_secret()
671 pk = ecc_alloc_point(curve->g.ndigits); in kmb_ecc_do_public_key()
/openbmc/linux/include/crypto/internal/
H A Decc.h255 struct ecc_point *ecc_alloc_point(unsigned int ndigits);
/openbmc/linux/crypto/
H A Decc.c106 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() function
131 EXPORT_SYMBOL(ecc_alloc_point);
1547 pk = ecc_alloc_point(ndigits); in ecc_make_pub_key()
1617 nQ = ecc_alloc_point(pk->ndigits); in ecc_is_pubkey_valid_full()
1652 pk = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()
1666 product = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()