Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Decc.c1078 u64 rand_z[ECC_MAX_DIGITS]; in crypto_ecdh_shared_secret() local
1083 ndigits > ARRAY_SIZE(priv) || ndigits > ARRAY_SIZE(rand_z)) { in crypto_ecdh_shared_secret()
1090 get_random_bytes(rand_z, nbytes); in crypto_ecdh_shared_secret()
1112 ecc_point_mult(product, pk, priv, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()