| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| H A D | crypto_internal-rsa.c | 38 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/crypto/ |
| H A D | crypto_internal-rsa.c | 38 crypto_private_key_import(const u8 *key, size_t len, const char *passwd) crypto_private_key_import() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/fuzztest/delegate_fuzzer/ |
| H A D | delegate_fuzzer.cpp | 61 CipherPassword passwd; in EncryptOperation() local 140 CipherPassword passwd; in LLVMFuzzerTestOneInput() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/ |
| H A D | kv_store_nb_delegate.h | 44 CipherPassword passwd; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
| H A D | multi_ver_database_oper.cpp | 36 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 ¤tDir, const CipherPassword &passwd, const std::string &dbDir) const ExportAllDatabases() argument 183 CipherPassword passwd; BackupCurrentDatabase() local [all...] |
| H A D | local_database_oper.cpp | 31 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 ¤tDir, const CipherPassword &passwd, const std::string &dbDir) const ExportAllDatabases() argument 184 CipherPassword passwd; ImportUnpackedDatabase() local [all...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
| H A D | distributeddb_storage_transaction_record_test.cpp | 64 CipherPassword passwd; in SetUp() local
|
| H A D | distributeddb_storage_data_connection_test.cpp | 398 CipherPassword passwd; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
| H A D | auto_launch_export.h | 29 CipherPassword passwd; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_encrypt_database_test.cpp | 100 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...] |
| H A D | distributeddb_interfaces_device_identifier_test.cpp | 414 CipherPassword passwd; in HWTEST_F() local 711 CipherPassword passwd; in HWTEST_F() local [all...] |
| H A D | distributeddb_interfaces_database_corrupt_test.cpp | 149 CipherPassword passwd; in HWTEST_F() local 193 CipherPassword passwd; in HWTEST_F() local 265 CipherPassword passwd; in HWTEST_F() local 338 CipherPassword passwd; HWTEST_F() local 398 CipherPassword passwd; HWTEST_F() local 589 CipherPassword passwd; HWTEST_F() local [all...] |
| /kernel/linux/linux-5.10/fs/cifs/ |
| H A D | smbencrypt.c | 144 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt() argument 169 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument 192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() argument
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | usergroup.c | 286 pa_getpwnam_free(struct passwd *passwd) pa_getpwnam_free() argument 296 pa_getpwnam_free(struct passwd *passwd) pa_getpwnam_free() argument 345 pa_getpwuid_free(struct passwd *passwd) pa_getpwuid_free() argument 355 pa_getpwuid_free(struct passwd *passwd) pa_getpwuid_free() argument [all...] |
| /base/telephony/core_service/interfaces/innerkits/include/ |
| H A D | tel_ril_sim_parcel.h | 192 std::string passwd = ""; member
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
| H A D | distributeddb_kv_backup_test.cpp | 1001 DistributedDB::CipherPassword passwd[] = {NULL_PASSWD, NULL_PASSWD, NULL_PASSWD, g_filePasswd1, g_filePasswd2}; in KvSubImportThread() local [all...] |
| H A D | distributeddb_nb_local_batch_crud_test.cpp | 371 DistributedDB::CipherPassword passwd; in HWTEST_F() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/ |
| H A D | sqlite_local_kvdb_connection.cpp | 422 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 D | nbdelegate_fuzzer.cpp | 271 CipherPassword passwd; in EncryptOperation() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
| H A D | kv_store_delegate_impl.cpp | 346 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 D | sqlite_multi_ver_data_storage.cpp | 325 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...] |
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
| H A D | param_check_utils.cpp | 101 bool ParamCheckUtils::CheckEncryptedParameter(CipherType cipher, const CipherPassword &passwd) in CheckEncryptedParameter() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/ |
| H A D | multi_ver_natural_store_connection.cpp | 436 int MultiVerNaturalStoreConnection::Rekey(const CipherPassword &passwd) in Rekey() argument 462 int MultiVerNaturalStoreConnection::Export(const std::string &filePath, const CipherPassword &passwd) in Export() argument 470 int MultiVerNaturalStoreConnection::Import(const std::string &filePath, const CipherPassword &passwd) in Import() argument
|
| /third_party/curl/lib/ |
| H A D | setopt.c | 114 char *passwd = NULL; in setstropt_userpwd() local
|
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | tls_srp.c | 335 char *passwd = NULL; in srp_generate_client_master_secret() local
|