/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/ |
H A D | detailed_pbkdf2_params.h | 26 HcfBlob password; member
|
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/ |
H A D | gethttpauthcredentials_fuzzer.cpp | 35 char password[maxLen + 1] = { 0 }; in GetHttpAuthCredentialsFuzzTest() local
|
/base/customization/enterprise_device_management/common/native/include/plugin_utils/ |
H A D | wifi_password.h | 26 char* password = nullptr; member
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthuserstub_fuzzer/ |
H A D | procauthuserstub_fuzzer.cpp | 52 std::vector<uint8_t> password; in ProcAuthUserStubFuzzTest() local
|
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthstub_fuzzer/ |
H A D | procauthstub_fuzzer.cpp | 51 std::vector<uint8_t> password; in ProcAuthStubFuzzTest() local
|
/base/web/webview/interfaces/kits/cj/src/ |
H A D | web_data_base.cpp | 34 char password[MAX_PWD_LENGTH + 1] = {0}; in CJGetHttpAuthCredentials() local 72 CJSaveHttpAuthCredentials(const std::string &host, const std::string &realm, const std::string &username, const std::string &password) CJSaveHttpAuthCredentials() argument
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_pbkdf2_test.cpp | 68 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), in HWTEST_F() local 91 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), in HWTEST_F() local 114 HcfBlob password = {.data = nullptr, .len = 0}; in HWTEST_F() local 135 HcfBlob password in HWTEST_F() local 159 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_passwordLong)), HWTEST_F() local 183 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_passwordLong)), HWTEST_F() local 206 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), HWTEST_F() local 229 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), HWTEST_F() local 252 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), HWTEST_F() local 275 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), HWTEST_F() local 298 HcfBlob password = {.data = reinterpret_cast<uint8_t *>(const_cast<char *>(g_password)), HWTEST_F() local 342 HcfBlob password = {.data = nullptr, .len = 0}; HWTEST_F() local [all...] |
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_ohos_web_data_base_adapter_impl.cpp | 38 ArkWebStringStructToClass(username), password); in SaveHttpAuthCredentials() local 46 ArkWebStringStructToClass(host), ArkWebStringStructToClass(realm), s_username, password, passwordSize); in GetHttpAuthCredentials() local 34 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& username, const char* password) SaveHttpAuthCredentials() argument 41 GetHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, ArkWebString& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_data_base_impl.cpp | 36 ArkWebStringStructToClass(host), ArkWebStringStructToClass(realm), cls_user_name, password, password_size); in GetHttpAuthCredentials() local 44 ArkWebStringStructToClass(user_name), password); in SaveHttpAuthCredentials() local 31 GetHttpAuthCredentials(const ArkWebString& host, const ArkWebString& realm, ArkWebString& user_name, char* password, uint32_t password_size) GetHttpAuthCredentials() argument 40 SaveHttpAuthCredentials( const ArkWebString& host, const ArkWebString& realm, const ArkWebString& user_name, const char* password) SaveHttpAuthCredentials() argument
|
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | domain_account_plugin_proxy.cpp | 112 ErrCode DomainAccountPluginProxy::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password,
in Auth() argument
|
H A D | domain_account_manager_service.cpp | 84 ErrCode DomainAccountManagerService::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password,
in Auth() argument 90 ErrCode DomainAccountManagerService::AuthUser(int32_t userId, const std::vector<uint8_t> &password,
in AuthUser() argument
|
H A D | domain_account_stub.cpp | 275 std::vector<uint8_t> password;
in ProcAuth() local 397 std::vector<uint8_t> password;
in ProcAuthUser() local [all...] |
/base/account/os_account/frameworks/domain_account/src/ |
H A D | domain_account_plugin_service.cpp | 77 ErrCode DomainAccountPluginService::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password,
in Auth() argument
|
H A D | domain_account_client.cpp | 147 ErrCode DomainAccountClient::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password,
in Auth() argument 159 ErrCode DomainAccountClient::AuthUser(int32_t userId, const std::vector<uint8_t> &password,
in AuthUser() argument
|
H A D | domain_account_proxy.cpp | 153 Auth( const DomainAccountInfo &info, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) Auth() argument 185 AuthUser( int32_t userId, const std::vector<uint8_t> &password, const sptr<IDomainAccountCallback> &callback) AuthUser() argument
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/ |
H A D | pbkdf2_openssl.c | 30 unsigned char *password;
member [all...] |
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/ |
H A D | hcfkdfcreate_fuzzer.cpp | 132 HcfBlob password = {.data = const_cast<uint8_t *>(data), .len = size}; in TestPbkdfGenerateSecretWithoutInfo() local
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_ohos_web_data_base_adapter_wrapper.cpp | 40 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& username, const char* password) SaveHttpAuthCredentials() argument 55 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument
|
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_data_base_wrapper.cpp | 31 GetHttpAuthCredentials( const std::string& host, const std::string& realm, std::string& user_name, char* password, uint32_t password_size) GetHttpAuthCredentials() argument 46 SaveHttpAuthCredentials( const std::string& host, const std::string& realm, const std::string& user_name, const char* password) SaveHttpAuthCredentials() argument
|
/base/web/webview/test/unittest/ohos_adapter/web_data_base_adapter_impl_test/ |
H A D | web_data_base_adapter_impl_test.cpp | 171 char password[maxLength + 1] = {0}; in HWTEST_F() local
|
/base/account/os_account/services/accountmgr/test/unittest/domain_account/ |
H A D | domain_account_manager_inner_service_test.cpp | 555 std::vector<uint8_t> password; in HWTEST_F() local 586 std::vector<uint8_t> password; in HWTEST_F() local 631 std::vector<uint8_t> password; HWTEST_F() local 715 std::vector<uint8_t> password; HWMTEST_F() local [all...] |
/base/account/os_account/frameworks/domain_account/test/moduletest/src/ |
H A D | mock_domain_plugin.cpp | 96 void MockDomainPlugin::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password,
in Auth() argument
|
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/ |
H A D | ims_service_test.cpp | 1178 std::string password = "000000"; in HWTEST_F() local 1195 std::string password = "000000"; in HWTEST_F() local
|
/base/web/webview/interfaces/kits/napi/webdatabase/ |
H A D | napi_web_data_base.cpp | 180 char password[bufferSize + 1]; in JsSaveHttpAuthCredentials() local 231 char password[MAX_PWD_LENGTH + 1] = {0}; in JsGetHttpAuthCredentials() local [all...] |
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/ |
H A D | ohos_web_data_base_adapter_impl.cpp | 109 SaveHttpAuthCredentials(const std::string& host, const std::string& realm, const std::string& username, const char* password) SaveHttpAuthCredentials() argument 138 GetHttpAuthCredentials(const std::string& host, const std::string& realm, std::string& username, char* password, uint32_t passwordSize) GetHttpAuthCredentials() argument [all...] |