Home
last modified time | relevance | path

Searched defs:key_material (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.cpp98 const string& key_material, HidlBuf* key_blob, in ImportKey()
120 const string& key_material) { in ImportKey()
146 HidlBuf* key_material) { in ExportKey()
162 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, HidlBuf* key_material) { in ExportKey()
Dkeymaster_hidl_hal_test.cpp1722 string key_material = "HelloThisIsAKey"; in TEST_P() local
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp484 const string& key_material, HidlBuf* key_blob, in ImportKey()
506 const string& key_material) { in ImportKey()
511 const HidlBuf& app_data, HidlBuf* key_material) { in ExportKey()
528 ErrorCode ExportKey(KeyFormat format, HidlBuf* key_material) { in ExportKey()
2215 string key_material = "HelloThisIsAKey"; in TEST_P() local
/hardware/libhardware/include/hardware/
Dkeymaster_defs.h350 const uint8_t* key_material; member