Searched refs:exported_key_string (Results 1 – 1 of 1) sorted by relevance
| /test/vts-testcase/kernel/encryption/ |
| D | utils.cpp | 498 std::string *exported_key_string, in TryPrepareHwWrappedKey() argument 510 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey() 516 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey() 532 std::string exported_key_string; in CreateHwWrappedKey() local 535 if (TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey() 537 TryPrepareHwWrappedKey(keymaster, master_key_string, &exported_key_string, in CreateHwWrappedKey() 539 exported_key->assign(exported_key_string.begin(), in CreateHwWrappedKey() 540 exported_key_string.end()); in CreateHwWrappedKey()
|