Searched refs:testKey (Results 1 – 1 of 1) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 612 UniqueReadOnlyBlob testKey(TEST_RSA_KEY_1, sizeof(TEST_RSA_KEY_1)); in TEST_F() local 613 ASSERT_TRUE(testKey.get() != NULL); in TEST_F() 616 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 634 UniqueReadOnlyBlob testKey(TEST_EC_KEY_1, sizeof(TEST_EC_KEY_1)); in TEST_F() local 635 ASSERT_TRUE(testKey.get() != NULL); in TEST_F() 638 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 669 UniqueReadOnlyBlob testKey(TEST_RSA_KEY_1, sizeof(TEST_RSA_KEY_1)); in TEST_F() local 670 ASSERT_TRUE(testKey.get() != NULL); in TEST_F() 673 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 688 UniqueReadOnlyBlob testKey(TEST_EC_KEY_1, sizeof(TEST_EC_KEY_1)); in TEST_F() local [all …]
|