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

/hardware/interfaces/keymaster/4.0/vts/functional/
H A DKeymasterHidlTest.cpp115 const string& key_material, HidlBuf* key_blob,
119 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material),
137 const string& key_material) {
138 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_);
163 HidlBuf* key_material) {
169 *key_material = hidl_key_material;
174 EXPECT_EQ(0U, key_material->size());
179 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, HidlBuf* key_material) { argument
181 return ExportKey(format, key_blob_, client_id, app_data, key_material);
114 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material, HidlBuf* key_blob, KeyCharacteristics* key_characteristics) argument
136 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material) argument
161 ExportKey(KeyFormat format, const HidlBuf& key_blob, const HidlBuf& client_id, const HidlBuf& app_data, HidlBuf* key_material) argument
H A Dkeymaster_hidl_hal_test.cpp1508 string key_material = "HelloThisIsAKey"; local
1519 KeyFormat::RAW, key_material, &signing_key, &signing_key_chars));
1527 KeyFormat::RAW, key_material, &verification_key, &verification_key_chars));
/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp502 const string& key_material, HidlBuf* key_blob,
506 ->importKey(key_desc.hidl_data(), format, HidlBuf(key_material),
524 const string& key_material) {
525 return ImportKey(key_desc, format, key_material, &key_blob_, &key_characteristics_);
529 const HidlBuf& app_data, HidlBuf* key_material) {
536 *key_material = hidl_key_material;
541 EXPECT_EQ(0U, key_material->size());
546 ErrorCode ExportKey(KeyFormat format, HidlBuf* key_material) { argument
548 return ExportKey(format, key_blob_, client_id, app_data, key_material);
2246 string key_material local
501 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material, HidlBuf* key_blob, KeyCharacteristics* key_characteristics) argument
523 ImportKey(const AuthorizationSet& key_desc, KeyFormat format, const string& key_material) argument
528 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.h341 const uint8_t* key_material; member in struct:__anon1416

Completed in 176 milliseconds