Home
last modified time | relevance | path

Searched defs:packed_bytes (Results 1 – 2 of 2) sorted by relevance

/external/federated-compute/fcp/secagg/shared/
Dsecagg_vector_test.cc110 std::string packed_bytes(3, '\0'); in TEST_P() local
123 std::string packed_bytes(3, '\0'); in TEST_P() local
129 std::string packed_bytes(3, '\0'); in TEST_P() local
135 std::string packed_bytes(3, '\0'); in TEST_P() local
141 std::string packed_bytes(3, '\0'); in TEST_P() local
153 std::string packed_bytes(expected_length - 1, '\0'); in TEST_P() local
164 std::string packed_bytes(expected_length + 1, '\0'); in TEST_P() local
174 std::string packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local
208 std::string packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local
306 const auto& packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local
[all …]
Dsecagg_vector.cc73 SecAggVector::SecAggVector(std::string packed_bytes, uint64_t modulus, in SecAggVector()
228 SecAggVector::Decoder::Decoder(absl::string_view packed_bytes, uint64_t modulus) in Decoder()