Home
last modified time | relevance | path

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

/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp352 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/
Dkeymaster1.h66 int (*import_keypair)(const struct keymaster1_device* dev, const uint8_t* key, member
/hardware/qcom/keymaster/
Dkeymaster_qcom.cpp773 dev->import_keypair = qcom_km_import_keypair; in qcom_km_open()