Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Decc.c1059 u64 rand_z[ECC_MAX_DIGITS]; in crypto_ecdh_shared_secret() local
1064 ndigits > ARRAY_SIZE(priv) || ndigits > ARRAY_SIZE(rand_z)) { in crypto_ecdh_shared_secret()
1071 get_random_bytes(rand_z, nbytes); in crypto_ecdh_shared_secret()
1093 ecc_point_mult(product, pk, priv, rand_z, curve->p, ndigits); in crypto_ecdh_shared_secret()