Home
last modified time | relevance | path

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

/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp353 ASSERT_TRUE(sDevice->import_keypair != NULL) in SetUpTestCase()
521 sDevice->import_keypair(sDevice, TEST_RSA_KEY_1, sizeof(TEST_RSA_KEY_1), in TEST_F()
557 sDevice->import_keypair(sDevice, TEST_EC_KEY_1, sizeof(TEST_EC_KEY_1), in TEST_F()
593 sDevice->import_keypair(sDevice, BOGUS_KEY_1, sizeof(BOGUS_KEY_1), in TEST_F()
603 sDevice->import_keypair(sDevice, NULL, 0, in TEST_F()
616 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F()
638 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F()
673 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F()
692 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F()
711 sDevice->import_keypair(sDevice, testKey.get(), testKey.length(), in TEST_F()
[all …]
/hardware/libhardware/include/hardware/
Dkeymaster0.h67 int (*import_keypair)(const struct keymaster0_device* dev, member
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()