HomeSort by relevance Sort by last modified time
    Searched refs:username (Results 176 - 200 of 636) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libcups/cups/
auth.c 61 char *username; member in struct:gss_auth_identity
166 * Nope, see if we should retry the current username:password...
180 /* Default username */
187 if (httpGetSubField(http, HTTP_FIELD_WWW_AUTHENTICATE, "username",
267 "username=\"%s\", realm=\"%s\", nonce=\"%s\", uri=\"%s\", "
347 userbuf[256]; /* Kerberos username */
348 const char *username, /* Username string */ local
369 username = cupsUser();
370 if (!strchr(username, '@')
    [all...]
  /external/webrtc/webrtc/p2p/base/
tcpport.h 37 const std::string& username,
41 max_port, username, password, allow_listen);
69 const std::string& username,
turnport.h 47 const std::string& username, // ice username.
53 return new TurnPort(thread, factory, network, socket, username, password,
63 const std::string& username, // ice username.
70 username, password, server_address, credentials,
160 const std::string& username,
173 const std::string& username,
265 std::string hash_; // Digest of username:realm:password
  /external/wpa_supplicant_8/src/eap_server/
eap_server_mschapv2.c 289 const u8 *username, *user; local
342 username = sm->identity;
345 if (username[i] == '\\') {
347 username += i + 1;
367 username, username_len, challenge) == 0) {
369 username, username_len,
376 os_memcmp(username, user, username_len) != 0) {
379 "name", username, username_len);
387 username, username_len);
392 username, username_len
    [all...]
eap_sim_db.c 32 char *permanent; /* permanent username */
33 char *pseudonym; /* pseudonym username */
905 * @username: Permanent username (prefix | IMSI)
926 const char *username, int max_chal,
936 if (username == NULL || username[0] != EAP_SIM_PERMANENT_PREFIX ||
937 username[1] == '\0' || os_strlen(username) > sizeof(entry->imsi)) {
938 wpa_printf(MSG_DEBUG, "EAP-SIM DB: unexpected username '%s'"
    [all...]
eap_server_sim.c 40 char permanent[20]; /* Permanent username */
421 char *username; local
453 username = sim_get_username(sm->identity, sm->identity_len);
454 if (username == NULL)
457 if (username[0] == EAP_SIM_REAUTH_ID_PREFIX) {
458 wpa_printf(MSG_DEBUG, "EAP-SIM: Reauth username '%s'",
459 username);
461 sm->eap_sim_db_priv, username);
462 os_free(username);
478 if (username[0] == EAP_SIM_PSEUDONYM_PREFIX)
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
AbstractFakeCommandHandler.java 355 * Validate the UserAccount for the specified username. If valid, return true. If the UserAccount does
360 * @param username - the username
364 protected boolean validateUserAccount(String username, Session session) {
365 UserAccount userAccount = serverConfiguration.getUserAccount(username);
367 LOG.error("UserAccount missing or not valid for username [" + username + "]: " + userAccount);
368 sendReply(session, ReplyCodes.USER_ACCOUNT_NOT_VALID, "login.userAccountNotValid", list(username));
374 LOG.error("Home directory configured for username [" + username + "] is not valid: " + home);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
81 current['username'] = config.get(server, 'username')
102 return {'username': config.get(server, 'username'),
  /external/autotest/server/cros/ap_configurators/basic_auth_extension/
background.js 19 callback({authCredentials: {username: 'admin', password: 'password'}});
  /external/autotest/site_utils/lib/
infra.py 77 username = global_config.global_config.get_config_value(
79 host_object = ssh_host.SSHHost(host, user=username)
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTestData.java 40 String username = ""; field in class:WebPlatformUrlTestData
58 username = value;
  /external/python/cpython2/Lib/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /external/python/cpython3/Lib/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
46 f.write(DEFAULT_PYPIRC % (username, password))
75 current['username'] = config.get(server, 'username')
105 return {'username': config.get(server, 'username'),
  /frameworks/layoutlib/bridge/src/android/webkit/
WebView.java 82 public void savePassword(String host, String username, String password) {
86 String username, String password) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /cts/tests/autofillservice/src/android/autofillservice/cts/
VirtualContainerActivityTest.java 129 * Focus to username and expect window event
137 * Focus to username and expect no autofill window event
192 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); local
197 assertTextIsSanitized(username);
199 assertLabel(usernameLabel, "Username");
203 assertThat(username.getClassName()).isEqualTo(TEXT_CLASS);
207 assertThat(username.getIdEntry()).isEqualTo(ID_USERNAME);
210 assertThat(username.getInputType())
217 final String[] autofillHints = username.getAutofillHints();
220 assertThat(username.getHtmlInfo()).isNull()
585 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 748 const std::string& username, const CryptString& password,
767 if (username.empty())
773 //std::string decoded = username + ":" + password;
774 size_t len = username.size() + password.GetLength() + 2;
776 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
793 if (username.empty())
817 //std::string A1 = username + ":" + realm + ":" + password;
818 size_t len = username.size() + realm.size() + password.GetLength() + 3;
820 size_t pos = strcpyn(sensitive, len, username.data(), username.size())
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 68 username = config.jenkins_credentials['username']
71 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password)
98 username = config.jenkins_credentials['username']
101 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password)
  /external/autotest/client/bin/
vm_sanity.py 43 cryptohome.is_vault_mounted(user=cr.username, allow_fail=False)
  /external/autotest/client/site_tests/telemetry_LoginTest/
telemetry_LoginTest.py 44 if email != cr.username:
  /external/libpcap/
remote-ext.h 309 * \brief It defines the username/password authentication.
311 * With this type of authentication, the RPCAP protocol will use the username/
333 * In case the NULL authentication is required, both 'username' and
352 * \brief Zero-terminated string containing the username that has to be
358 char *username; member in struct:pcap_rmtauth
  /external/ppp/pppd/
chap_ms.h 103 u_char *rchallenge, char *username,

Completed in 658 milliseconds

1 2 3 4 5 6 78 91011>>