Home
last modified time | relevance | path

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

/Linux-v5.10/crypto/
Decc.c1491 u64 rand_z[ECC_MAX_DIGITS]; in crypto_ecdh_shared_secret() local
1496 ndigits > ARRAY_SIZE(priv) || ndigits > ARRAY_SIZE(rand_z)) { in crypto_ecdh_shared_secret()
1503 get_random_bytes(rand_z, nbytes); in crypto_ecdh_shared_secret()
1525 ecc_point_mult(product, pk, priv, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()
1536 memzero_explicit(rand_z, sizeof(rand_z)); in crypto_ecdh_shared_secret()