Searched refs:dummy_commit_prf_key (Results 1 – 4 of 4) sorted by relevance
112 ASSIGN_OR_RETURN(PedersenOverZn::Commitment dummy_commit_prf_key, in GenerateKeyPair()121 *message_1.mutable_dummy_commit_prf_key() = dummy_commit_prf_key.ToBytes(); in GenerateKeyPair()181 PedersenOverZn::Commitment dummy_commit_prf_key = pedersen_->Add( in VerifyGenerateKeysProof() local192 message_1.set_dummy_commit_prf_key(dummy_commit_prf_key.ToBytes()); in VerifyGenerateKeysProof()
51 bytes dummy_commit_prf_key = 1; field
574 const std::string& dummy_commit_prf_key() const; in Swap()579 void set_allocated_dummy_commit_prf_key(std::string* dummy_commit_prf_key); in Swap()2299 inline const std::string& DyVrfGenerateKeysProof_Message1::dummy_commit_prf_key() const { in dummy_commit_prf_key() function2330 …GenerateKeysProof_Message1::set_allocated_dummy_commit_prf_key(std::string* dummy_commit_prf_key) { in set_allocated_dummy_commit_prf_key() argument2331 _impl_.dummy_commit_prf_key_.SetAllocated(dummy_commit_prf_key, GetArenaForAllocation()); in set_allocated_dummy_commit_prf_key()