Home
last modified time | relevance | path

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

/linux/crypto/
H A Decc.c1320 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult() function
1575 ecc_point_mult(pk, &curve->g, private_key, NULL, curve, ndigits); in ecc_make_pub_key()
1643 ecc_point_mult(nQ, pk, curve->n, NULL, curve, pk->ndigits); in ecc_is_pubkey_valid_full()
1690 ecc_point_mult(product, pk, private_key, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()