Searched refs:DoDecryptClassE (Results 1 – 2 of 2) sorted by relevance
59 bool DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey,
227 bool FscryptKeyV1::DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey, in DoDecryptClassE() function in OHOS::StorageDaemon::FscryptKeyV1290 if (!DoDecryptClassE(auth, eSecretFBE, decryptedKey, needSyncCandidate) != 0) { in DecryptClassE()