Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.cpp107 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey() function in android::kernel::Keymaster
120 mDevice->exportKey(km::KeyFormat::RAW, kmKeyBlob, {}, {}, hidlCb); in exportKey()
DKeymaster.h63 bool exportKey(const std::string& kmKey, std::string* key);
Dutils.cpp324 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
330 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()