Home
last modified time | relevance | path

Searched refs:ecc_alloc_point (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/include/crypto/internal/
H A Decc.h245 struct ecc_point *ecc_alloc_point(unsigned int ndigits);
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/crypto/
H A Decc.c84 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() function
109 EXPORT_SYMBOL(ecc_alloc_point); variable
1525 pk = ecc_alloc_point(ndigits); in ecc_make_pub_key()
1595 nQ = ecc_alloc_point(pk->ndigits); in ecc_is_pubkey_valid_full()
1630 pk = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()
1644 product = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()
/kernel/linux/linux-5.10/crypto/
H A Decc.c76 static struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() function
1511 pk = ecc_alloc_point(ndigits); in ecc_make_pub_key()
1581 nQ = ecc_alloc_point(pk->ndigits); in ecc_is_pubkey_valid_full()
1616 pk = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()
1630 product = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()

Completed in 7 milliseconds