Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Decc.c843 static void ecc_point_mult(struct ecc_point *result, in ecc_point_mult() function
1026 ecc_point_mult(pk, &curve->g, priv, NULL, curve, ndigits); in ecc_make_pub_key()
1112 ecc_point_mult(product, pk, priv, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()