Home
last modified time | relevance | path

Searched defs:password (Results 1 - 25 of 46) sorted by relevance

12

/base/security/crypto_framework/interfaces/inner_api/algorithm_parameter/
H A Ddetailed_pbkdf2_params.h26 HcfBlob password; member
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
H A Dgethttpauthcredentials_fuzzer.cpp35 char password[maxLen + 1] = { 0 }; in GetHttpAuthCredentialsFuzzTest() local
/base/customization/enterprise_device_management/common/native/include/plugin_utils/
H A Dwifi_password.h26 char* password = nullptr; member
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthuserstub_fuzzer/
H A Dprocauthuserstub_fuzzer.cpp52 std::vector<uint8_t> password; in ProcAuthUserStubFuzzTest() local
/base/account/os_account/test/fuzztest/domainaccount_stub/procauthstub_fuzzer/
H A Dprocauthstub_fuzzer.cpp51 std::vector<uint8_t> password; in ProcAuthStubFuzzTest() local
/base/web/webview/interfaces/kits/cj/src/
H A Dweb_data_base.cpp34 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 Dcrypto_pbkdf2_test.cpp68 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 Dark_ohos_web_data_base_adapter_impl.cpp38 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 Dark_web_data_base_impl.cpp36 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 Ddomain_account_plugin_proxy.cpp112 ErrCode DomainAccountPluginProxy::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, in Auth() argument
H A Ddomain_account_manager_service.cpp84 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 Ddomain_account_stub.cpp275 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 Ddomain_account_plugin_service.cpp77 ErrCode DomainAccountPluginService::Auth(const DomainAccountInfo &info, const std::vector<uint8_t> &password, in Auth() argument
H A Ddomain_account_client.cpp147 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 Ddomain_account_proxy.cpp153 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 Dpbkdf2_openssl.c30 unsigned char *password; member
[all...]
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfkdfcreate_fuzzer/
H A Dhcfkdfcreate_fuzzer.cpp132 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 Dark_ohos_web_data_base_adapter_wrapper.cpp40 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 Dark_web_data_base_wrapper.cpp31 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 Dweb_data_base_adapter_impl_test.cpp171 char password[maxLength + 1] = {0}; in HWTEST_F() local
/base/account/os_account/services/accountmgr/test/unittest/domain_account/
H A Ddomain_account_manager_inner_service_test.cpp555 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 Dmock_domain_plugin.cpp96 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 Dims_service_test.cpp1178 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 Dnapi_web_data_base.cpp180 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 Dohos_web_data_base_adapter_impl.cpp109 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...]

Completed in 17 milliseconds

12