Home
last modified time | relevance | path

Searched refs:PrivateIntersectionSumProtocolServerImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/
H A Dserver_impl.h40 class PrivateIntersectionSumProtocolServerImpl : public ProtocolServer {
42 PrivateIntersectionSumProtocolServerImpl( in PrivateIntersectionSumProtocolServerImpl() function
46 ~PrivateIntersectionSumProtocolServerImpl() override = default;
H A Dserver_impl.cc36 PrivateIntersectionSumProtocolServerImpl::EncryptSet() { in EncryptSet()
63 PrivateIntersectionSumProtocolServerImpl::ComputeIntersection( in ComputeIntersection()
127 Status PrivateIntersectionSumProtocolServerImpl::Handle( in Handle()
H A Dserver.cc55 ::private_join_and_compute::PrivateIntersectionSumProtocolServerImpl>( in RunServer()