Searched refs:RandomOracleSha512 (Results 1 – 7 of 7) sorted by relevance
/external/private-join-and-compute/private_join_and_compute/crypto/ |
D | context.h | 116 virtual BigNum RandomOracleSha512(absl::string_view x,
|
D | ec_group.cc | 188 BigNum x = context_->RandomOracleSha512(m, curve_params_.p); in GetPointByHashingToCurveSha512() 194 x = context_->RandomOracleSha512(x.ToBytes(), curve_params_.p); in GetPointByHashingToCurveSha512()
|
D | pedersen_over_zn.cc | 194 ctx->RandomOracleSha512(bytes, ctx->One().Lshift(num_repetitions)); in GetGenProofChallenge() 325 ctx->RandomOracleSha512(bytes, ctx->One().Lshift(challenge_length)); in GetTrustedGenProofChallenge()
|
D | context.cc | 128 BigNum Context::RandomOracleSha512(absl::string_view x, in RandomOracleSha512() function in private_join_and_compute::Context
|
/external/anonymous-counting-tokens/act/act_v0/ |
D | act_v0.cc | 137 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/ |
D | dy_verifiable_random_function.cc | 241 return context_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateChallengeForGenerateKeysProof() 563 return context_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateApplyProofChallenge()
|
D | bb_oblivious_signature.cc | 1525 return ctx_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateRequestProofChallenge() 1575 return ctx_->RandomOracleSha512(challenge_string, challenge_bound); in GenerateResponseProofChallenge()
|