Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp139 static bool encryptWithKeymasterKey(Keymaster& keymaster, const std::string& key, in encryptWithKeymasterKey() function
277 if (!encryptWithKeymasterKey(keymaster, kmKey, auth, appId, key, &encryptedKey)) return false; in storeKey()