Home
last modified time | relevance | path

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

/aosp_15_r20/system/vold/
H A DKeyStorage.cpp484 static bool decryptWithoutKeystore(const std::string& preKey, const std::string& ciphertext, in decryptWithoutKeystore() function
618 if (!decryptWithoutKeystore(appId, encryptedMessage, key)) { in retrieveKey()