HomeSort by relevance Sort by last modified time
    Searched defs:username (Results 101 - 125 of 302) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username == NULL
717 char *username; local
    [all...]
eap_server_ttls.c 698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
731 username = sm->identity;
734 if (username[i] == '\\') {
736 username += i + 1;
764 username, username_len);
772 username, username_len,
777 username, username_len,
789 username, username_len, challenge2) == 0) {
791 username, username_len,
805 username, username_len, nt_response
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
PasspointProviderTest.java 691 String username = "username"; local
707 userCredential.setUsername(username);
736 assertEquals(username, wifiEnterpriseConfig.getIdentity());
863 String username = "username"; local
    [all...]
  /packages/services/BuiltInPrintService/jni/ipphelper/
ipphelper.c 682 char username[1024]; local
685 httpSeparateURI(0, uri, scheme, 1024, username, 1024, host, 1024, &port, resource, resourcelen);
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 99 * @param account The username for the account
530 final String username = rawContact.getUserName(); local
542 values.put(StatusUpdates.IM_ACCOUNT, username);
    [all...]
  /external/libvncserver/rfb/
rfbclient.h 134 char *username; member in struct:_rfbCredential::__anon25960
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
HttpUrl.java 92 * <h4>Username and Password</h4>
93 * Username and password are either present, or the empty string {@code ""} if absent. This class
276 /** Decoded username. */
277 private final String username; field in class:HttpUrl
310 this.username = percentDecode(builder.encodedUsername, false);
369 /** Returns the username, or an empty string if none is set. */
371 if (username.isEmpty()) return "";
377 public String username() { method in class:HttpUrl
378 return username;
688 public Builder username(String username) method in class:HttpUrl.Builder
    [all...]
  /external/tcpdump/
tcpdump.c 588 droproot(const char *username, const char *chroot_dir)
592 if (chroot_dir && !username) {
598 pw = getpwnam(username);
613 fprintf(stderr, "dropped privs to %s\n", username);
620 program_name, username,
627 fprintf(stderr, "dropped privs to %s\n", username);
633 program_name, username);
1113 char *username = NULL; local
    [all...]
  /external/webrtc/talk/app/webrtc/java/src/org/webrtc/
PeerConnection.java 94 public final String username; field in class:PeerConnection.IceServer
102 public IceServer(String uri, String username, String password) {
104 this.username = username;
109 return uri + "[" + username + ":" + password + "]";
  /external/webrtc/talk/app/webrtc/
peerconnectioninterface.h 204 std::string username; member in struct:webrtc::PeerConnectionInterface::IceServer
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 359 if (candidate.username() == ice_ufrag && candidate.password().empty()) {
508 std::string username = it->username(); local
510 if (it->username() != username) {
520 if (it->username() == remote_username) {
680 << candidate.username()
687 // ICE candidates don't need to have username and password set, but
689 // port.cc) uses the remote candidates's username. So, we set it
692 if (candidate.username().empty())
    [all...]
port.cc 351 // Check for the presence of USERNAME and MESSAGE-INTEGRITY (if ICE) first.
355 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I "
362 // If the username is bad or unknown, fail with a 401 Unauthorized.
367 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
401 // NOTE: Username should not be used in verifying response messages.
438 // The packet must include a username that either begins or ends with our
449 const std::string username = username_attr->GetString(); local
450 size_t colon_pos = username.find(":");
455 *local_ufrag = username.substr(0, colon_pos);
456 *remote_ufrag = username.substr(colon_pos + 1, username.size())
681 std::string username; variable
    [all...]
turnserver.cc 263 // Check that the username matches the previous username used.
266 allocation->username()) {
286 std::string username = username_attr->GetString(); local
287 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key));
312 // Fail if there is M-I but no username, nonce, or realm.
326 // Fail if bad username or M-I.
port_unittest.cc 711 const std::string& username) {
714 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
718 const std::string& username,
721 addr.ipaddr(), 0, 0, username, password);
726 const std::string& username,
730 TestPort* port = CreateTestPort(addr, username, password);
1768 std::string username; local
1818 std::string username; local
1887 std::string username; local
1928 std::string username; local
1997 std::string username; local
    [all...]
  /external/wpa_supplicant_8/src/crypto/
crypto_module_tests.c 2048 char *username = "User"; local
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/imap/
ImapHelper.java 117 String username = prefs.getString(OmtpConstants.IMAP_USER_NAME, null); local
129 imapStore = new ImapStore(context, this, username, password, port, serverName, auth, network);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 360 final String username = recvAuth.mLogin; local
361 if (username != null) {
363 // Add a backslash to the start of the username, but only if the username has no
365 //if (userName.indexOf('\\') < 0) {
366 // userName = "\\" + userName;
368 mUsernameView.setText(username);
533 // Set the username and password for the outgoing settings to the username an
    [all...]
AccountSetupOutgoingFragment.java 236 final String username = sendAuth.mLogin; local
237 if (username != null) {
238 mUsernameView.setText(username);
382 final String userName = mUsernameView.getText().toString().trim();
384 sendAuth.setLogin(userName, userPassword);
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cognitoidp/1.11.18/
aws-java-sdk-cognitoidp-1.11.18.jar 
  /cts/tests/autofillservice/src/android/autofillservice/cts/
LoginActivityTest.java 199 // NOTE: must be on password, as saveOnlyTest() will trigger on username
225 // Trigger autofill on username - should call service
237 // Tap username again - should be ignored
247 // Trigger autofill by manually requesting username - should call service
367 assertWithMessage("Username node is not focused").that(
383 final View username = mActivity.getUsername(); local
394 // Trigger autofill on username
397 callback.assertUiShownEvent(username);
410 callback.assertUiHiddenEvent(username);
422 // Then back to username
697 final View username = mActivity.getUsername(); local
727 final View username = mActivity.getUsername(); local
762 final View username = mActivity.getUsername(); local
796 final View username = mActivity.getUsername(); local
965 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
1324 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
1451 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
1498 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
1545 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
1623 final ViewNode username = findNodeByResourceId(saveRequest.structure, ID_USERNAME); local
2168 final String username = "user-" + i; local
2224 final String username = "user-" + i; local
2514 final ViewNode username = findNodeByResourceId(request.structure, ID_USERNAME); local
    [all...]
  /external/libvncserver/libvncclient/
rfbproto.c 680 if (cred->userCredential.username) free(cred->userCredential.username);
704 ulen = (cred->userCredential.username ? strlen(cred->userCredential.username) : 0);
716 if (!WriteToRFBServer(client, cred->userCredential.username, ulen))
771 uint8_t username[256], password[64]; local
795 memset(username, 0, sizeof(username));
796 strncpy((char *)username, cred->userCredential.username, sizeof(username))
    [all...]
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
HttpUrlTest.java 194 @Test public void username() throws Exception { method in class:HttpUrlTest
202 assertEquals("foo@bar", httpUrl.username());
210 assertEquals("foo", httpUrl.username());
216 assertEquals(HttpUrl.parse("http://username:password@host/path"),
217 HttpUrl.parse("http://username:password@host/path"));
218 assertEquals(HttpUrl.parse("http://username@host/path"),
219 HttpUrl.parse("http://username:@host/path"));
568 assertEquals("user", HttpUrl.parse("http://user@host/").username());
569 assertEquals("\uD83C\uDF69", HttpUrl.parse("http://%F0%9F%8D%A9@host/").username());
    [all...]
  /external/selinux/libselinux/src/android/
android_platform.c 856 const char *username = NULL; local
900 username = pwd->pw_name;
903 username = "_app";
906 username = "_isolated";
930 if (strncasecmp(username, cur->user.str, cur->user.len-1))
933 if (strcasecmp(username, cur->user.str))
    [all...]
  /external/strace/
strace.c 144 static const char *username; variable
242 -p pid... / [-D] [-E var=val]... [-u username] PROG [ARGS]\n\
244 -p pid... / [-D] [-E var=val]... [-u username] PROG [ARGS]\n\
296 -u username run command as username handling setuid and/or setgid\n\
1182 if (username != NULL) {
1187 if (initgroups(username, run_gid) < 0) {
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 81 char *username; /* from User-Name attribute */ member in struct:radius_session
395 "(timestamp,session,nas_ip,username,note)"
400 sess->username, buf);
480 os_free(sess->username);
614 pos = os_strstr(sess->username, "@test-");
665 sess->username = os_malloc(user_len * 4 + 1);
666 if (sess->username == NULL) {
670 printf_encode(sess->username, user_len * 4 + 1, user, user_len);
877 res = data->get_eap_user(data->conf_ctx, (u8 *) sess->username,
878 os_strlen(sess->username), 0, &tmp)
    [all...]

Completed in 1349 milliseconds

1 2 3 45 6 7 8 91011>>