Home
last modified time | relevance | path

Searched defs:decryptedKey (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
H A Dgrd_db_api.cpp65 GRD_API int32_t GRD_DBRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, in GRD_DBRestore()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dbase_key_mock.cpp89 KeyBlob &decryptedKey) in DecryptKeyBlob()
/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()
289 KeyBlob decryptedKey(AES_256_HASH_RANDOM_SIZE); in DecryptClassE() local
H A Dkey_backup.cpp137 KeyBlob &decryptedKey) in TryRestoreUeceKey()
H A Dbase_key.cpp925 KeyBlob &decryptedKey) in StoreKey()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_utils.cpp156 int RdRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, uint32_t decrypt… in RdRestore()
H A Drd_single_ver_natural_store.cpp325 uint8_t *decryptedKey = const_cast<uint8_t*>(passwd.GetData()); in Import() local