Searched refs:HttpSecAggProtocolDelegate (Results 1 – 4 of 4) sorted by relevance
423 absl::StatusOr<uint64_t> HttpSecAggProtocolDelegate::GetModulus( in GetModulus()433 HttpSecAggProtocolDelegate::ReceiveServerMessage() { in ReceiveServerMessage()437 void HttpSecAggProtocolDelegate::Abort() { in Abort()441 size_t HttpSecAggProtocolDelegate::last_received_message_size() { in last_received_message_size()
149 class HttpSecAggProtocolDelegate : public SecAggProtocolDelegate {151 HttpSecAggProtocolDelegate( in HttpSecAggProtocolDelegate() function
77 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST()89 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST()97 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST()113 HttpSecAggProtocolDelegate delegate(secure_aggregands, &holder); in TEST()
1074 auto protocol_delegate = std::make_unique<HttpSecAggProtocolDelegate>( in ReportViaSecureAggregation()