Home
last modified time | relevance | path

Searched defs:GetModulus (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dfixed_base_exp.cc64 const BigNum& GetModulus() const { return modulus_; } in GetModulus() function in private_join_and_compute::internal::FixedBaseExpImplBase
/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() function in fcp::client::http::HttpSecAggProtocolDelegate
H A Dhttp_secagg_send_to_server_impl_test.cc70 TEST(HttpSecAggProtocolDelegateTest, GetModulus) { in TEST() argument
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dgrpc_federated_protocol.cc671 absl::StatusOr<uint64_t> GetModulus(const std::string& key) override { in GetModulus() function in fcp::client::GrpcSecAggProtocolDelegate