Searched refs:TESTBLOB (Results 1 – 1 of 1) sorted by relevance
/system/hardware/interfaces/wifi/keystore/1.0/default/test/ |
D | WifiLegacyKeystoreIntegrationTest.cpp | 206 const std::vector<uint8_t> TESTBLOB{1, 2, 3, 4}; in TEST_P() local 209 ASSERT_TRUE(LegacyKeystorePut(TESTALIAS, TESTBLOB)); in TEST_P() 212 ASSERT_EQ(*blob, TESTBLOB); in TEST_P() 225 const std::vector<uint8_t> TESTBLOB(std::begin(kPemTestCert), std::end(kPemTestCert)); in TEST_P() local 229 ASSERT_TRUE(LegacyKeystorePut(TESTALIAS, TESTBLOB, AID_WIFI)); in TEST_P() 242 ASSERT_EQ(TESTBLOB, blob); in TEST_P() 460 const std::vector<uint8_t> TESTBLOB(std::begin(kPemTestCert), std::end(kPemTestCert)); in TEST() local 461 auto cert = extractPubKey(TESTBLOB); in TEST()
|