HomeSort by relevance Sort by last modified time
    Searched defs:username (Results 1 - 25 of 115) sorted by null

1 2 3 4 5

  /external/chromium/third_party/libjingle/source/talk/examples/login/
login_main.cc 41 std::string username; local
42 std::getline(std::cin, username);
49 xcs.set_user(username.c_str());
  /external/chromium/net/ftp/
ftp_auth_cache.h 30 Entry(const GURL& origin, const string16& username,
35 string16 username; member in struct:net::FtpAuthCache::Entry
45 // Add an entry for |origin| to the cache (consisting of |username| and
48 void Add(const GURL& origin, const string16& username,
52 // |username| and |password|.
53 void Remove(const GURL& origin, const string16& username,
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
mschapv2.c 21 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len)
32 if (username[i] == '\\') {
34 return username + i + 1;
38 return username;
50 const u8 *username; local
57 username = mschapv2_remove_domain(identity, &username_len);
58 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Username",
59 username, username_len);
65 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: username",
66 username, username_len)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.c 21 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len)
32 if (username[i] == '\\') {
34 return username + i + 1;
38 return username;
50 const u8 *username; local
57 username = mschapv2_remove_domain(identity, &username_len);
58 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Username",
59 username, username_len);
65 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: username",
66 username, username_len)
    [all...]
  /external/apache-http/src/org/apache/http/auth/
BasicUserPrincipal.java 46 private final String username; field in class:BasicUserPrincipal
48 public BasicUserPrincipal(final String username) {
50 if (username == null) {
53 this.username = username;
57 return this.username;
63 hash = LangUtils.hashCode(hash, this.username);
73 if (LangUtils.equals(this.username, that.username)) {
84 buffer.append(this.username);
    [all...]
NTUserPrincipal.java 46 private final String username; field in class:NTUserPrincipal
52 final String username) {
54 if (username == null) {
57 this.username = username;
67 buffer.append(this.username);
70 this.ntname = this.username;
83 return this.username;
89 hash = LangUtils.hashCode(hash, this.username);
100 if (LangUtils.equals(this.username, that.username
    [all...]
NTCredentials.java 58 * The constructor with the fully qualified username and password combined
61 * @param usernamePassword the domain/username:password formed string
66 throw new IllegalArgumentException("Username:password string may not be null");
68 String username; local
71 username = usernamePassword.substring(0, atColon);
74 username = usernamePassword;
77 int atSlash = username.indexOf('/');
80 username.substring(0, atSlash).toUpperCase(Locale.ENGLISH),
81 username.substring(atSlash + 1));
85 username.substring(atSlash + 1))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.h 31 virtual void OnImageLoaded(const std::string& username,
41 // Start reading the image for |username| from |filepath| on the file thread.
43 void Start(const std::string& username,
54 ImageInfo(const std::string& username, bool should_save)
55 : username(username),
59 std::string username; member in struct:chromeos::UserImageLoader::ImageInfo
auth_attempt_state.h 23 AuthAttemptState(const std::string& username,
31 AuthAttemptState(const std::string& username, const std::string& ascii_hash);
66 const std::string username; member in class:chromeos::AuthAttemptState
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_message_handler.cc 30 std::string username, password, captcha, access_code; local
43 if (!result->GetString("user", &username) ||
53 flow_->OnUserSubmittedAuth(username, password, captcha, access_code);
  /external/chromium/chrome/browser/sync/
signin_manager.h 25 // A listener might use this to make note of a username / password
30 : username(in_username),
32 std::string username; member in struct:GoogleServiceSigninSuccessDetails
52 void SetUsername(const std::string& username);
57 void StartSignIn(const std::string& username,
  /external/chromium/chrome/browser/sync/util/
cryptographer.h 25 std::string username; member in struct:browser_sync::KeyParams
  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.cc 50 std::string username = web_ui_->GetProfile()->GetPrefs()->GetString( local
52 StringValue string_value(username);
  /external/chromium/net/http/
http_auth_handler_basic_unittest.cc 20 const char* username; member in struct:net::__anon3593
25 // Empty username
29 // Empty username and empty password.
39 string16 username(ASCIIToUTF16(tests[i].username));
43 int rv = basic->GenerateAuthToken(&username, &password, &request_info,
http_auth_handler_unittest.cc 23 string16 username = ASCIIToUTF16("user"); local
47 mock_handler.GenerateAuthToken(&username, &password, &request,
  /external/chromium/third_party/libjingle/source/talk/base/
proxyinfo.h 51 std::string username; member in struct:talk_base::ProxyInfo
  /external/dbus/dbus/
dbus-sysdeps-unix.h 98 char *username; /**< Username */ member in struct:DBusUserInfo
112 const DBusString *username,
  /external/webkit/Source/JavaScriptCore/wtf/url/api/
ParsedURL.cpp 48 String ParsedURL::username() const function in class:WTF::ParsedURL
50 return segment(m_segments.username);
  /external/webkit/Source/WebKit/mac/Panels/
WebAuthenticationPanel.h 40 IBOutlet id username; variable
  /external/wpa_supplicant/tests/
test_ms_funcs.c 21 u8 *username = "User"; local
65 username, strlen(username),
79 username, strlen(username),
95 username, strlen(username),
  /external/wpa_supplicant_6/wpa_supplicant/tests/
test_ms_funcs.c 21 u8 *username = "User"; local
65 username, strlen(username),
79 username, strlen(username),
95 username, strlen(username),
  /external/chromium/net/base/
auth.h 52 string16 username; // the username supplied to us for auth. member in class:net::AuthData
  /external/dropbear/
svr-auth.c 38 static int checkusername(unsigned char *username, unsigned int userlen);
50 * user decides to try with a different username etc, and is also invoked
94 unsigned char *username = NULL, *servicename = NULL, *methodname = NULL; local
111 username = buf_getstring(ses.payload, &userlen);
121 m_free(username);
136 /* check username is good before continuing */
137 if (checkusername(username, userlen) == DROPBEAR_FAILURE) {
138 /* username is invalid/no shell/etc - send failure */
185 m_free(username);
190 /* Check that the username exists, has a non-empty password, and has a vali
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/url/src/
URLSegments.h 44 Username,
81 // Username: 5 5
94 URLComponent username; member in class:WTF::URLSegments
  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 48 std::string username, password, captcha, access_code; local
51 if (!result->GetString("user", &username) ||
59 OnUserSubmittedAuth(username, password, captcha, access_code);

Completed in 2730 milliseconds

1 2 3 4 5