Searched refs:rand_z (Results 1 – 1 of 1) sorted by relevance
1668 u64 rand_z[ECC_MAX_DIGITS]; in crypto_ecdh_shared_secret() local1672 if (!private_key || !public_key || ndigits > ARRAY_SIZE(rand_z)) { in crypto_ecdh_shared_secret()1679 get_random_bytes(rand_z, nbytes); in crypto_ecdh_shared_secret()1699 ecc_point_mult(product, pk, private_key, rand_z, curve, ndigits); in crypto_ecdh_shared_secret()1709 memzero_explicit(rand_z, sizeof(rand_z)); in crypto_ecdh_shared_secret()