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 D | fixed_base_exp.cc | 64 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 D | http_secagg_send_to_server_impl.cc | 423 absl::StatusOr<uint64_t> HttpSecAggProtocolDelegate::GetModulus( in GetModulus() function in fcp::client::http::HttpSecAggProtocolDelegate |
H A D | http_secagg_send_to_server_impl_test.cc | 70 TEST(HttpSecAggProtocolDelegateTest, GetModulus) { in TEST() argument |
/aosp_15_r20/external/federated-compute/fcp/client/ | ||
H A D | grpc_federated_protocol.cc | 671 absl::StatusOr<uint64_t> GetModulus(const std::string& key) override { in GetModulus() function in fcp::client::GrpcSecAggProtocolDelegate |