Home
last modified time | relevance | path

Searched defs:passwd (Results 1 - 25 of 68) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dikvdb_commit_storage.h36 CipherPassword passwd; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/importfile_fuzzer/
H A Dimportfile_fuzzer.cpp36 CipherPassword passwd; in SingerVerImport() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dkv_store_delegate.h36 CipherPassword passwd; member
H A Dkv_store_nb_delegate.h44 CipherPassword passwd; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_single_ver_database_oper_test.cpp98 CipherPassword passwd; in HWTEST_F() local
129 CipherPassword passwd; in HWTEST_F() local
H A Ddistributeddb_sqlite_utils_test.cpp310 CipherPassword passwd; in HWTEST_F() local
H A Ddistributeddb_storage_transaction_record_test.cpp64 CipherPassword passwd; in SetUp() local
H A Ddistributeddb_storage_data_connection_test.cpp398 CipherPassword passwd; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/rekey_fuzzer/
H A Drekey_fuzzer.cpp41 CipherPassword passwd; in SingerVerReKey() local
65 CipherPassword passwd; in MultiVerVerReKey() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelationaldb_properties.cpp42 void RelationalDBProperties::SetCipherArgs(CipherType cipherType, const CipherPassword &passwd, uint32_t iterTimes) in SetCipherArgs() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dikvdb_multi_ver_data_storage.h46 CipherPassword passwd; member
H A Dmulti_ver_kvdata_storage.h50 CipherPassword passwd; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/fileoper_fuzzer/
H A Dfileoper_fuzzer.cpp58 CipherPassword passwd; in SingerVerExportAndImport() local
69 CipherPassword passwd; in MultiVerExportAndImport() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsecurity_manager_test.cpp53 SecurityManager::DBPassword passwd; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h41 CipherPassword passwd; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/
H A Ddelegate_fuzzer.cpp61 CipherPassword passwd; in EncryptOperation() local
140 CipherPassword passwd; in LLVMFuzzerTestOneInput() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/
H A Dmulti_ver_database_oper.cpp36 int MultiVerDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey() argument
46 int MultiVerDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
65 bool MultiVerDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() argument
115 RekeyPostHandle(const CipherPassword &passwd) RekeyPostHandle() argument
129 ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd, const std::string &dbDir) const ExportAllDatabases() argument
183 CipherPassword passwd; BackupCurrentDatabase() local
[all...]
H A Dlocal_database_oper.cpp31 int LocalDatabaseOper::Rekey(const CipherPassword &passwd) in Rekey() argument
40 int LocalDatabaseOper::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
54 bool LocalDatabaseOper::RekeyPreHandle(const CipherPassword &passwd, int &errCode) in RekeyPreHandle() argument
113 RekeyPostHandle(const CipherPassword &passwd) RekeyPostHandle() argument
122 ExportAllDatabases(const std::string &currentDir, const CipherPassword &passwd, const std::string &dbDir) const ExportAllDatabases() argument
184 CipherPassword passwd; ImportUnpackedDatabase() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dauto_launch_export.h29 CipherPassword passwd; member
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_encrypt_database_test.cpp100 CipherPassword passwd; // random password in CheckRekeyWithMultiKvStore() local
143 CipherPassword passwd; // random password in CheckRekeyWithExistedSnapshot() local
183 CipherPassword passwd; // random password in CheckRekeyWithExistedObserver() local
366 CipherPassword passwd; HWTEST_F() local
409 CipherPassword passwd; HWTEST_F() local
459 CipherPassword passwd; HWTEST_F() local
506 CipherPassword passwd; HWTEST_F() local
561 CipherPassword passwd; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_backup_test.cpp1001 DistributedDB::CipherPassword passwd[] = {NULL_PASSWD, NULL_PASSWD, NULL_PASSWD, g_filePasswd1, g_filePasswd2}; in KvSubImportThread() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.cpp422 int SQLiteLocalKvDBConnection::Rekey(const CipherPassword &passwd) in Rekey() argument
454 int SQLiteLocalKvDBConnection::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument
462 int SQLiteLocalKvDBConnection::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/nbdelegate_fuzzer/
H A Dnbdelegate_fuzzer.cpp271 CipherPassword passwd; in EncryptOperation() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp346 DBStatus KvStoreDelegateImpl::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument
380 DBStatus KvStoreDelegateImpl::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_data_storage.cpp325 int SQLiteMultiVerDataStorage::RunRekeyLogic(CipherType type, const CipherPassword &passwd) in RunRekeyLogic() argument
351 int SQLiteMultiVerDataStorage::RunExportLogic(CipherType type, const CipherPassword &passwd, cons argument
388 ImportDatabase(const Property &property, const std::string &dir, const CipherPassword &passwd) ImportDatabase() argument
[all...]

Completed in 13 milliseconds

123