Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
Dgrd_db_api.cpp69 GRD_API int32_t GRD_DBRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, in GRD_DBRestore()
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
Dbase_key_mock.cpp88 KeyBlob &decryptedKey) in DecryptKeyBlob()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dfscrypt_key_v1.cpp272 …2_t FscryptKeyV1::DoDecryptClassE(const UserAuth &auth, KeyBlob &eSecretFBE, KeyBlob &decryptedKey, in DoDecryptClassE()
343 KeyBlob decryptedKey(AES_256_HASH_RANDOM_SIZE); in DecryptClassE() local
Dkey_backup.cpp139 KeyBlob &decryptedKey) in TryRestoreUeceKey()
Dbase_key.cpp1095 KeyBlob &decryptedKey) in DecryptKeyBlob()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v1_test/
Dfscrypt_key_v1_test.cpp436 KeyBlob decryptedKey; variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_utils.cpp156 int RdRestore(const char *dbFile, const char *backupDbFile, uint8_t *decryptedKey, uint32_t decrypt… in RdRestore()
Drd_single_ver_natural_store.cpp331 uint8_t *decryptedKey = const_cast<uint8_t*>(passwd.GetData()); in Import() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/base_key_test/
Dbase_key_test.cpp585 KeyBlob decryptedKey; variable