Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c93 struct ecc_point *ecc_alloc_point(unsigned int ndigits) in ecc_alloc_point() function
124 EXPORT_SYMBOL(ecc_alloc_point);
1569 pk = ecc_alloc_point(ndigits); in ecc_make_pub_key()
1639 nQ = ecc_alloc_point(pk->ndigits); in ecc_is_pubkey_valid_full()
1672 pk = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()
1684 product = ecc_alloc_point(ndigits); in crypto_ecdh_shared_secret()