Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
Dutils.cpp311 std::string *exported_key_string, in TryPrepareHwWrappedKey() argument
323 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
329 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
345 std::string exported_key_string; 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()
352 exported_key->assign(exported_key_string.begin(), in CreateHwWrappedKey()
353 exported_key_string.end()); in CreateHwWrappedKey()