Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/encryption/
DKeymaster.h51 bool exportKey(const std::string& kmKey, std::string* key);
Dutils.cpp323 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
329 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
DKeymaster.cpp140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey() function in android::kernel::Keymaster