Home
last modified time | relevance | path

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

/external/private-join-and-compute/private_join_and_compute/crypto/
Dcontext.h116 virtual BigNum RandomOracleSha512(absl::string_view x,
Dec_group.cc188 BigNum x = context_->RandomOracleSha512(m, curve_params_.p); in GetPointByHashingToCurveSha512()
194 x = context_->RandomOracleSha512(x.ToBytes(), curve_params_.p); in GetPointByHashingToCurveSha512()
Dpedersen_over_zn.cc194 ctx->RandomOracleSha512(bytes, ctx->One().Lshift(num_repetitions)); in GetGenProofChallenge()
325 ctx->RandomOracleSha512(bytes, ctx->One().Lshift(challenge_length)); in GetTrustedGenProofChallenge()
Dcontext.cc128 BigNum Context::RandomOracleSha512(absl::string_view x, in RandomOracleSha512() function in private_join_and_compute::Context
/external/anonymous-counting-tokens/act/act_v0/
Dact_v0.cc137 ctx->RandomOracleSha512(random_oracle_input_i, challenge_upper_bound)); in GetNoncesForTokenRequest()
404 ctx.RandomOracleSha512(messages[i], ec_group.GetOrder())); in GenerateTokensRequest()
885 BigNum hashed_message = ctx.RandomOracleSha512(m, ec_group.GetOrder()); in VerifyToken()
/external/private-join-and-compute/private_join_and_compute/crypto/dodis_yampolskiy_prf/
Ddy_verifiable_random_function.cc241 return context_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateChallengeForGenerateKeysProof()
563 return context_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateApplyProofChallenge()
Dbb_oblivious_signature.cc1525 return ctx_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateRequestProofChallenge()
1575 return ctx_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateResponseProofChallenge()