Lines Matching refs:test_vectors
77 std::unique_ptr<rapidjson::Document> test_vectors = in TEST() local
79 ASSERT_THAT(test_vectors, Not(IsNull())); in TEST()
82 for (const auto& test_group : (*test_vectors)["testGroups"].GetArray()) { in TEST()
663 std::unique_ptr<rapidjson::Document> test_vectors = in TEST() local
665 ASSERT_THAT(test_vectors, Not(IsNull())); in TEST()
666 for (const auto& test_group : (*test_vectors)["testGroups"].GetArray()) { in TEST()
741 std::vector<EcdhWycheproofTestVector> test_vectors; in ReadEcdhWycheproofTestVectors() local
769 test_vectors.push_back({ in ReadEcdhWycheproofTestVectors()
782 return test_vectors; in ReadEcdhWycheproofTestVectors()
826 std::vector<EcdhWycheproofTestVector> test_vectors = in GetEcUtilComputeEcdhSharedSecretParams() local
831 test_vectors.insert(test_vectors.end(), others.begin(), others.end()); in GetEcUtilComputeEcdhSharedSecretParams()
834 test_vectors.insert(test_vectors.end(), others.begin(), others.end()); in GetEcUtilComputeEcdhSharedSecretParams()
837 test_vectors.insert(test_vectors.end(), others.begin(), others.end()); in GetEcUtilComputeEcdhSharedSecretParams()
838 return test_vectors; in GetEcUtilComputeEcdhSharedSecretParams()