Home
last modified time | relevance | path

Searched refs:HttpSecAggProtocolDelegate (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Dhttp_secagg_send_to_server_impl.cc423 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()
H A Dhttp_secagg_send_to_server_impl.h149 class HttpSecAggProtocolDelegate : public SecAggProtocolDelegate {
151 HttpSecAggProtocolDelegate( in HttpSecAggProtocolDelegate() function
H A Dhttp_secagg_send_to_server_impl_test.cc77 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()
H A Dhttp_federated_protocol.cc1074 auto protocol_delegate = std::make_unique<HttpSecAggProtocolDelegate>( in ReportViaSecureAggregation()