Searched refs:master_key_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | utils.cpp | 489 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()
|