Home
last modified time | relevance | path

Searched refs:passwd (Results 451 - 475 of 515) sorted by relevance

1...<<1112131415161718192021

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_auto_launch_test.cpp645 CipherPassword passwd; in AutoLaunchCallBack() local
646 param.option = {true, false, CipherType::DEFAULT, passwd, "", false, g_testDir, observer, in AutoLaunchCallBack()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_local_batch_crud_test.cpp371 DistributedDB::CipherPassword passwd; in HWTEST_F() local
373 DBStatus rekeyStatus = g_nbLocalBatchDelegate->Rekey(passwd); in HWTEST_F()
H A Ddistributeddb_nb_backup_test.cpp444 * @tc.desc: Verify that passwd parameter of export interface decide the file exported is encrypted or not.
465 * @tc.steps: step2. call export interface with the passwd = password(129B). in HWTEST_F()
476 * @tc.steps: step3. call export interface with the passwd = password(1B). in HWTEST_F()
480 passwordVector.assign(1, 'b'); // 1 Byte of passwd. in HWTEST_F()
487 * @tc.steps: step3. call export interface with the passwd = password(128B). in HWTEST_F()
491 passwordVector.assign(BATCH_RECORDS, 'b'); // 1 Byte of passwd. in HWTEST_F()
522 * @tc.steps: step2. import backup file bkpDB1.bin with passwd f1. in HWTEST_F()
528 * @tc.steps: step3. import backup file bkpDB1.bin with empty passwd and get the value of key1. in HWTEST_F()
542 * @tc.steps: step5. import backup file bkpDB2.bin with empty passwd. in HWTEST_F()
547 * @tc.steps: step6. import backup file bkpDB2.bin with DB passwd p in HWTEST_F()
1050 DistributedDB::CipherPassword passwd[] = {NULL_PASSWD, NULL_PASSWD, NULL_PASSWD, g_filePasswd1, g_filePasswd2}; NbSubImportThread() local
[all...]
/third_party/curl/lib/
H A Dsmb.c649 Curl_ntlm_core_mk_lm_hash(conn->passwd, lm_hash); in smb_send_setup()
651 Curl_ntlm_core_mk_nt_hash(conn->passwd, nt_hash); in smb_send_setup()
H A Dtransfer.c1195 result = Curl_setstropt(&data->state.aptr.passwd, in Curl_pretransfer()
1378 Curl_safefree(data->state.aptr.passwd); in Curl_follow()
H A Dsetopt.c114 char *passwd = NULL; in setstropt_userpwd() local
125 (passwdp ? &passwd : NULL), in setstropt_userpwd()
146 *passwdp = passwd; in setstropt_userpwd()
/third_party/ltp/lib/
H A Dsafe_macros.c131 struct passwd *safe_getpwnam(const char *file, const int lineno, in safe_getpwnam()
134 struct passwd *rval; in safe_getpwnam()
/third_party/node/deps/uv/src/unix/
H A Dcore.c1168 struct passwd pw; in uv__getpwuid_r()
1169 struct passwd* result; in uv__getpwuid_r()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dauto_launch.cpp1010 propertiesPtr->SetPassword(param.option.cipher, param.option.passwd); in GetAutoLaunchKVProperties()
1048 if (!ParamCheckUtils::CheckEncryptedParameter(param.option.cipher, param.option.passwd) || in GetAutoLaunchRelationProperties()
1052 propertiesPtr->SetCipherArgs(param.option.cipher, param.option.passwd, param.option.iterateTimes); in GetAutoLaunchRelationProperties()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp1679 CipherPassword passwd; // random password in HWTEST_F()
1681 passwd.SetValue(passwdBuffer.data(), passwdBuffer.size()); in HWTEST_F()
1682 g_kvDelegatePtr->Rekey(passwd); in HWTEST_F()
H A Ddistributeddb_single_ver_p2p_sync_check_test.cpp2397 CipherPassword passwd; in HWTEST_F() local
2398 EXPECT_EQ(g_kvDelegatePtr->Export(singleExportFileName, passwd), OK); in HWTEST_F()
2399 EXPECT_EQ(g_kvDelegatePtr->Import(singleExportFileName, passwd), OK); in HWTEST_F()
/third_party/libuv/test/
H A Dtest-spawn.c1466 struct passwd* pw; in TEST_IMPL()
1516 struct passwd* pw; in TEST_IMPL()
1567 struct passwd* pw; in TEST_IMPL()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_storage_executor.cpp613 int RdSingleVerStorageExecutor::AttachMainDbAndCacheDb(CipherType type, const CipherPassword &passwd, in AttachMainDbAndCacheDb() argument
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H A Dtar_file.cpp469 struct passwd *pw = getpwuid(st.st_uid); in FillOwnerName()
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp619 const passwd *pw = getpwuid(uid); in GetProperty()
/third_party/mesa3d/src/util/
H A Ddisk_cache_os.c855 struct passwd pwd, *result; in disk_cache_generate_cache_dir()
/third_party/toybox/toys/pending/
H A Dcrond.c431 struct passwd *pwd = getpwnam(cfile->username); in do_fork()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_libtomcrypt.c452 const char *passwd) in crypto_private_key_import()
450 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) crypto_private_key_import() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_ctrl.c117 struct passwd *pwd_wifi; in wpa_ctrl_open2()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_libtomcrypt.c452 const char *passwd) in crypto_private_key_import()
450 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) crypto_private_key_import() argument
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs79 pub struct passwd { structure names
3903 pub fn getpwent() -> *mut passwd; in getpwent()
4272 pwd: *mut passwd, in getpwnam_r()
4275 result: *mut *mut passwd, in getpwnam_r()
4279 pwd: *mut passwd, in getpwuid_r()
4282 result: *mut *mut passwd, in getpwuid_r()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_kv_test.cpp1572 CipherPassword passwd; in HWTEST_F() local
1573 EXPECT_EQ(kvDelegatePtrS1_->Export(singleExportFileName, passwd), OK); in HWTEST_F()
1574 EXPECT_EQ(kvDelegatePtrS1_->Import(singleExportFileName, passwd), OK); in HWTEST_F()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3376 pwd: *mut passwd, in getpwnam_r()
3379 result: *mut *mut passwd, in getpwnam_r()
3383 pwd: *mut passwd, in getpwuid_r()
3386 result: *mut *mut passwd, in getpwuid_r()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Dkvdb_general_store_test.cpp254 EXPECT_EQ(dbOption.passwd, dbPassword); in HWTEST_F()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsproto.h584 extern int E_md4hash(const unsigned char *passwd, unsigned char *p16,

Completed in 57 milliseconds

1...<<1112131415161718192021