Searched refs:exported_key_string (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/test/vts-testcase/kernel/encryption/ |
D | utils.cpp | 490 std::string *exported_key_string, in TryPrepareHwWrappedKey() argument 502 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey() 508 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey() 524 std::string exported_key_string; 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() 531 exported_key->assign(exported_key_string.begin(), in CreateHwWrappedKey() 532 exported_key_string.end()); in CreateHwWrappedKey()
|