Searched refs:hash_to_scalar_challenge (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/boringssl/src/crypto/trust_token/ |
H A D | voprf.c | 296 static int hash_to_scalar_challenge(const VOPRF_METHOD *method, EC_SCALAR *out, in hash_to_scalar_challenge() function 774 if (!hash_to_scalar_challenge(method, &c, &priv->pubs, &affines[idx_M], in generate_proof() 834 if (!hash_to_scalar_challenge(method, &expected_c, &pub->pubs, in verify_proof()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/trust_token/ |
H A D | voprf.c | 296 static int hash_to_scalar_challenge(const VOPRF_METHOD *method, EC_SCALAR *out, in hash_to_scalar_challenge() function 774 if (!hash_to_scalar_challenge(method, &c, &priv->pubs, &affines[idx_M], in generate_proof() 834 if (!hash_to_scalar_challenge(method, &expected_c, &pub->pubs, in verify_proof()
|