Home
last modified time | relevance | path

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

/system/vold/
DKeyStorage.cpp427 static bool decryptWithoutKeymaster(const std::string& preKey, const std::string& ciphertext, in decryptWithoutKeymaster() function
573 if (!decryptWithoutKeymaster(appId, encryptedMessage, key)) return false; in retrieveKey()