Home
last modified time | relevance | path

Searched refs:GetModulus (Results 1 – 8 of 8) sorted by relevance

/external/private-join-and-compute/private_join_and_compute/crypto/
Dfixed_base_exp.cc64 const BigNum& GetModulus() const { return modulus_; } in GetModulus() function in private_join_and_compute::internal::FixedBaseExpImplBase
77 return GetFixedBase().ModExp(exp, GetModulus()); in ModExp()
/external/federated-compute/fcp/client/
Dsecagg_runner.h50 virtual absl::StatusOr<uint64_t> GetModulus(const std::string& key) = 0;
Dsecagg_runner.cc115 FCP_ASSIGN_OR_RETURN(uint64_t modulus, protocol_delegate_->GetModulus(k)); in Run()
Dgrpc_federated_protocol.cc671 absl::StatusOr<uint64_t> GetModulus(const std::string& key) override { in GetModulus() function in fcp::client::GrpcSecAggProtocolDelegate
Dtest_helpers.h851 MOCK_METHOD(absl::StatusOr<uint64_t>, GetModulus, (const std::string& key),
/external/federated-compute/fcp/client/http/
Dhttp_secagg_send_to_server_impl.h161 absl::StatusOr<uint64_t> GetModulus(const std::string& key) override;
Dhttp_secagg_send_to_server_impl_test.cc70 TEST(HttpSecAggProtocolDelegateTest, GetModulus) { in TEST() argument
78 auto modulus = delegate.GetModulus(tensor_key); in TEST()
90 ASSERT_THAT(delegate.GetModulus("do_not_exist"), in TEST()
Dhttp_secagg_send_to_server_impl.cc423 absl::StatusOr<uint64_t> HttpSecAggProtocolDelegate::GetModulus( in GetModulus() function in fcp::client::http::HttpSecAggProtocolDelegate