Searched defs:key_material (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp457 const string& key_material, HidlBuf* key_blob,
461 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material),
479 const string& key_material) {
480 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_);
484 const HidlBuf& app_data, HidlBuf* key_material) {
491 *key_material = hidl_key_material;
496 EXPECT_EQ(0U, key_material->size());
501 ErrorCode ExportKey(KeyFormat format, HidlBuf* key_material) { argument
503 return ExportKey(format, key_blob_, client_id, app_data, key_material);
2176 string key_material local
456 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material, HidlBuf* key_blob, KeyCharacteristics* key_characteristics) argument
478 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material) argument
483 ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id, const HidlBuf& app_data, HidlBuf* key_material) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dkeymaster_defs.h336 const uint8_t* key_material; member in struct:__anon1433

Completed in 830 milliseconds