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.cpp310 const std::string &master_key_string, in TryPrepareHwWrappedKey() argument
322 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()
344 std::string master_key_string(master_key->begin(), master_key->end()); in CreateHwWrappedKey() local
348 if (TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()
350 TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()