Searched defs:encryptedKey (Results 1 – 13 of 13) sorted by relevance
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| D | rd_utils.cpp | 553 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/ |
| D | grd_db_api.cpp | 59 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/ |
| D | base_key_mock.cpp | 97 KeyBlob &encryptedKey) in EncryptKeyBlob()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/base_key_test/ |
| D | base_key_test.cpp | 484 KeyBlob encryptedKey; variable 530 KeyBlob encryptedKey; variable
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/crypto/ |
| D | crypto_manager.cpp | 274 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb_crypt/ |
| D | relational_store_crypt.cpp | 308 std::vector<uint8_t> encryptedKey(plainKey.size * TIMES + 1); in Encrypt() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/ |
| D | security_manager_test.cpp | 146 std::vector<uint8_t> encryptedKey(cipherText.data, cipherText.data + cipherText.size); in Encrypt() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| D | rdb_encrypt_upgrade_test.cpp | 212 std::vector<uint8_t> encryptedKey(plainKey.size * TIMES + 1); in EncryptV0() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
| D | rd_utils.cpp | 151 int RdBackup(GRD_DB *db, const char *backupDbFile, uint8_t *encryptedKey, uint32_t encryptedKeyLen) in RdBackup()
|
| D | rd_single_ver_natural_store.cpp | 278 uint8_t *encryptedKey = const_cast<uint8_t*>(passwd.GetData()); in Export() local
|
| D | rd_single_ver_storage_executor.cpp | 281 int RdSingleVerStorageExecutor::Backup(const std::string &filePath, uint8_t *encryptedKey, uint32_t… in Backup()
|
| /foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
| D | fscrypt_key_v1.cpp | 385 KeyBlob encryptedKey(AES_256_HASH_RANDOM_SIZE + GCM_MAC_BYTES + GCM_NONCE_BYTES); in EncryptClassE() local
|
| D | base_key.cpp | 1061 KeyBlob &encryptedKey) in EncryptKeyBlob()
|