Home
last modified time | relevance | path

Searched defs:encryptedKeyLen (Results 1 – 5 of 5) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
Dgrd_db_api.cpp53 …GRD_DBBackup(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in GRD_DBBackup()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drd_utils.cpp443 …::RdDbBackup(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in RdDbBackup()
455 …:RdDbRestore(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in RdDbRestore()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
Drd_utils.cpp151 int RdBackup(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in RdBackup()
Drd_single_ver_natural_store.cpp274 uint32_t encryptedKeyLen = (uint32_t)passwd.GetSize(); in Export() local
Drd_single_ver_storage_executor.cpp281 …orageExecutor::Backup(const std::string &filePath, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in Backup()