Home
last modified time | relevance | path

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

/third_party/boringssl/src/crypto/bio/
Dbio_test.cc226 class BIOPairTest : public testing::TestWithParam<bool> {}; class
228 TEST_P(BIOPairTest, TestPair) { in TEST_P() argument
325 INSTANTIATE_TEST_SUITE_P(All, BIOPairTest, testing::Values(false, true));