Searched refs:import_keypair (Results 1 – 3 of 3) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 352 ASSERT_TRUE(sDevice->import_keypair != NULL) in SetUpTestCase() 520 sDevice->import_keypair(sDevice, TEST_RSA_KEY_1, sizeof(TEST_RSA_KEY_1), in TEST_F() 556 sDevice->import_keypair(sDevice, TEST_EC_KEY_1, sizeof(TEST_EC_KEY_1), in TEST_F() 592 sDevice->import_keypair(sDevice, BOGUS_KEY_1, sizeof(BOGUS_KEY_1), in TEST_F() 602 sDevice->import_keypair(sDevice, NULL, 0, in TEST_F() 615 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 637 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 669 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 688 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() 707 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F() [all …]
|
/hardware/libhardware/include/hardware/ |
D | keymaster1.h | 66 int (*import_keypair)(const struct keymaster1_device* dev, const uint8_t* key, member
|
/hardware/qcom/keymaster/ |
D | keymaster_qcom.cpp | 773 dev->import_keypair = qcom_km_import_keypair; in qcom_km_open()
|