Home
last modified time | relevance | path

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

/aosp_15_r20/test/vts-testcase/kernel/encryption/
Dutils.cpp489 const std::string &master_key_string, in TryPrepareHwWrappedKey() argument
501 if (keymaster.importKey(paramBuilder, master_key_string, &wrapped_key_blob) && in TryPrepareHwWrappedKey()
523 std::string master_key_string(master_key->begin(), master_key->end()); in CreateHwWrappedKey() local
527 if (TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()
529 TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey()