Searched refs:ecc_point_mult (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/crypto/ | 
| D | ecc.c | 1142 static void ecc_point_mult(struct ecc_point *result,  in ecc_point_mult()  function1405 	ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits);  in ecc_make_pub_key()
 1495 	ecc_point_mult(product, pk, priv, rand_z, curve, ndigits);  in crypto_ecdh_shared_secret()
 
 |