Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/internal/
A Decc.h245 struct ecc_point *ecc_alloc_point(unsigned int ndigits);
/linux-6.3-rc2/drivers/crypto/keembay/
A Dkeembay-ocs-ecc.c442 nQ = ecc_alloc_point(pk->ndigits); in kmb_ocs_ecc_is_pubkey_valid_full()
604 pk = ecc_alloc_point(curve->g.ndigits); in kmb_ecc_do_shared_secret()
622 result = ecc_alloc_point(pk->ndigits); in kmb_ecc_do_shared_secret()
676 pk = ecc_alloc_point(curve->g.ndigits); in kmb_ecc_do_public_key()
/linux-6.3-rc2/crypto/
A Decc.c84 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() function
109 EXPORT_SYMBOL(ecc_alloc_point);
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()

Completed in 8 milliseconds