Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/crypto/
H A Dfscrypt_key_v1.h59 bool DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey,
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dfscrypt_key_v1.cpp227 bool FscryptKeyV1::DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey, in DoDecryptClassE() function in OHOS::StorageDaemon::FscryptKeyV1
290 if (!DoDecryptClassE(auth, eSecretFBE, decryptedKey, needSyncCandidate) != 0) { in DecryptClassE()