Home
last modified time | relevance | path

Searched defs:encryptedKey (Results 1 – 13 of 13) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
Drd_utils.cpp553 const char *RdUtils::GetEncryptKey(const std::vector<uint8_t> &encryptedKey, char outBuff[], size_t… in GetEncryptKey()
567 …RdUtils::RdDbBackup(GRD_DB *db, const char *backupDbFile, const std::vector<uint8_t> &encryptedKey) in RdDbBackup()
588 …RdDbRestore(const char *dbFile, const char *backupDbFile, const std::vector<uint8_t> &encryptedKey) in RdDbRestore()
609 …ils::RdDbRekey(const char *dbFile, const char *configStr, const std::vector<uint8_t> &encryptedKey) in RdDbRekey()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/base/
Dgrd_db_api.cpp59 GRD_API int32_t GRD_DBBackup(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t … in GRD_DBBackup()
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
Dbase_key_mock.cpp97 KeyBlob &encryptedKey) in EncryptKeyBlob()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/base_key_test/
Dbase_key_test.cpp484 KeyBlob encryptedKey; variable
530 KeyBlob encryptedKey; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/crypto/
Dcrypto_manager.cpp274 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_crypt/
Drelational_store_crypt.cpp308 std::vector<uint8_t> encryptedKey(plainKey.size * TIMES + 1); in Encrypt() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dsecurity_manager_test.cpp146 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
Drdb_encrypt_upgrade_test.cpp212 std::vector<uint8_t> encryptedKey(plainKey.size * TIMES + 1); in EncryptV0() local
/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.cpp278 uint8_t *encryptedKey = const_cast<uint8_t*>(passwd.GetData()); in Export() local
Drd_single_ver_storage_executor.cpp281 int RdSingleVerStorageExecutor::Backup(const std::string &filePath, uint8_t *encryptedKey, uint32_t… in Backup()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
Dfscrypt_key_v1.cpp385 KeyBlob encryptedKey(AES_256_HASH_RANDOM_SIZE + GCM_MAC_BYTES + GCM_NONCE_BYTES); in EncryptClassE() local
Dbase_key.cpp1061 KeyBlob &encryptedKey) in EncryptKeyBlob()