Searched refs:exportKey (Results 1 – 3 of 3) sorted by relevance
51 bool exportKey(const std::string& kmKey, std::string* key);
323 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()329 keymaster.exportKey(wrapped_key_blob, exported_key_string)) { in TryPrepareHwWrappedKey()
140 bool Keymaster::exportKey(const std::string& kmKey, std::string* key) { in exportKey() function in android::kernel::Keymaster