Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dutils.cpp340 const std::string &master_key_string, in TryPrepareHwWrappedKey() argument
352 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()
374 std::string master_key_string(master_key->begin(), master_key->end()); in CreateHwWrappedKey() local
378 if (TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()
380 TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()