Searched refs:ecc_point_mult (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/crypto/ |
H A D | ecc.c | 1268 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult() function 1517 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key() 1585 ecc_point_mult(nQ, pk, curve->n, NULL, curve, pk->ndigits); in ecc_is_pubkey_valid_full() 1636 ecc_point_mult(product, pk, priv, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | ecc.c | 1280 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult() function 1531 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key() 1599 ecc_point_mult(nQ, pk, curve->n, NULL, curve, pk->ndigits); in ecc_is_pubkey_valid_full() 1650 ecc_point_mult(product, pk, priv, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()
|
Completed in 5 milliseconds