/external/dropbear/ |
loginrec.c | 235 logininfo *login_alloc_entry(int pid, const char *username, 241 (void)login_init_entry(newli, pid, username, hostname, line); 263 login_init_entry(struct logininfo *li, int pid, const char *username, 276 if (username) { 277 strlcpy(li->username, username, sizeof(li->username)); 278 pw = getpwnam(li->username); 281 li->username); 539 strncpy(ut->ut_name, li->username, MIN_SIZEOF(ut->ut_name, li->username)) [all...] |
dropbearkey.c | 303 char * username = NULL; local 324 username = ""; 327 username = pw->pw_name; 334 typestring, base64key, username, hostname, fp);
|
/external/smack/src/org/jivesoftware/smack/ |
BOSHConnection.java | 304 public void login(String username, String password, String resource) 312 // Do partial version of nameprep on the username. 313 username = username.toLowerCase().trim(); 320 response = saslAuthentication.authenticate(username, password, resource); 322 response = saslAuthentication.authenticate(username, resource, config.getCallbackHandler()); 326 response = new NonSASLAuthentication(this).authenticate(username, password, resource); 335 this.user = username + "@" + getServiceName(); 363 config.setLoginInfo(username, password, resource);
|
AccountManager.java | 186 * Creates a new account using the specified username and password. The server may 193 * @param username the username. 197 public void createAccount(String username, String password) throws XMPPException { 206 createAccount(username, password, attributes); 210 * Creates a new account using the specified username, password and account attributes. 214 * @param username the username. 220 public void createAccount(String username, String password, Map<String, String> attributes) 229 attributes.put("username",username) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/ |
WebView.java | 82 public void savePassword(String host, String username, String password) { 86 String username, String password) {
|
/external/chromium/chrome/browser/chromeos/login/ |
new_user_view.cc | 62 // Textfield that adds domain to the entered username if focus is lost and 63 // username doesn't have full domain. 74 std::string username = UTF16ToUTF8(user_input); variable 76 if (username.find('@') == std::string::npos) { 77 username += kDefaultDomain; 78 SetText(UTF8ToUTF16(username)); 207 // username and password fields. 440 void NewUserView::SetUsername(const std::string& username) { 441 username_field_->SetText(UTF8ToUTF16(username)); 457 std::string username = UTF16ToUTF8(username_field_->text()) local [all...] |
login_status_consumer.h | 104 // |username|/|password|, returning |credentials|. If 108 const std::string& username,
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.cc | 750 const std::string& username, const CryptString& password, 769 if (username.empty()) 775 //std::string decoded = username + ":" + password; 776 size_t len = username.size() + password.GetLength() + 2; 778 size_t pos = strcpyn(sensitive, len, username.data(), username.size()); 795 if (username.empty()) 819 //std::string A1 = username + ":" + realm + ":" + password; 820 size_t len = username.size() + realm.size() + password.GetLength() + 3; 822 size_t pos = strcpyn(sensitive, len, username.data(), username.size()) [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
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/chromium/chrome/browser/password_manager/ |
password_store_mac.cc | 42 const char* path, const char* username, OSType creator); 70 const char* username, OSType creator) { 128 if (username != NULL) { 131 search_attributes_.attr[entries].length = strlen(username); 133 const_cast<void*>(reinterpret_cast<const void*>(username)); 486 std::string username = UTF16ToUTF8(query_form.username_value); local 489 NULL, username.c_str()); 510 std::string username = UTF16ToUTF8(query_form.username_value); local 513 NULL, username.c_str()); 553 std::string username = UTF16ToUTF8(form.username_value) local 625 std::string username = UTF16ToUTF8(form.username_value); local [all...] |
/external/chromium/chrome/browser/policy/ |
user_policy_identity_strategy.h | 40 virtual bool GetCredentials(std::string* username,
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_mock.h | 28 void(const std::string& username,
|
/external/chromium/chrome/browser/sync/util/ |
cryptographer.h | 25 std::string username; member in struct:browser_sync::KeyParams
|
nigori.h | 34 // Initialize the client with the given |hostname|, |username| and |password|. 36 const std::string& username, 46 // |username| and |password| are kept constant, a given |type| and |name| pair
|
/external/chromium/chrome/browser/ui/webui/chromeos/login/ |
login_ui.h | 43 // Sign in using |username| and |password| specified. 45 virtual void Login(const std::string& username,
|
/external/chromium/net/ftp/ |
ftp_auth_cache_unittest.cc | 24 const string16 kUsername(ASCIIToUTF16("username")); 45 EXPECT_EQ(kUsername1, entry1->username); 53 EXPECT_EQ(kUsername2, entry2->username); 64 EXPECT_EQ(kUsername3, entry3->username); 111 EXPECT_EQ(kOthername, entry2->username);
|
/external/chromium/net/http/ |
http_auth_controller.h | 63 virtual void ResetAuth(const string16& username, 103 // username:password. Returns true if an identity was found. 107 // URLRequestHttpJob can prompt for a username/password. 135 // |identity_| holds the (username/password) that should be used by 147 // True if we've used the username/password embedded in the URL. This
|
http_auth_handler_mock.h | 89 virtual int GenerateAuthTokenImpl(const string16* username,
|
/external/ppp/pppd/ |
chap_ms.h | 116 u_char *rchallenge, char *username,
|
/external/webkit/Source/WebCore/platform/network/curl/ |
ResourceHandleManager.h | 69 const String& username = "",
|
/external/webkit/Source/WebKit/mac/Panels/ |
WebAuthenticationPanel.h | 40 IBOutlet id username; variable
|
/packages/apps/Email/src/com/android/email/mail/transport/ |
SmtpSender.java | 295 // S: 334 Username: 301 private void saslAuthLogin(String username, String password) throws MessagingException, 306 Base64.encodeToString(username.getBytes(), Base64.NO_WRAP), 307 "/username redacted/"); 320 private void saslAuthPlain(String username, String password) throws MessagingException, 322 byte[] data = ("\000" + username + "\000" + password).getBytes();
|
/external/chromium/googleurl/src/ |
gurl_unittest.cc | 79 EXPECT_EQ("user", url.username()); 95 EXPECT_EQ("", url.username()); 113 EXPECT_EQ("user", url2.username()); 128 EXPECT_EQ("", invalid2.username()); 145 EXPECT_EQ("", url.username()); 235 const char* username; member in struct:ReplaceCase 257 SetupReplacement(&GURL::Replacements::SetUsername, &repl, cur.username);
|
url_canon.h | 305 // User info: username/password. If present, this will add the delimiters so 306 // the output will be "<username>:<password>@" or "<username>@". Empty 307 // username/password pairs, or empty passwords, will get converted to 310 // The components for the username and password refer to ranges in the 316 const url_parse::Component& username, 323 const url_parse::Component& username, 592 username(NULL), 605 username(default_value), 615 const CHAR* username; member in struct:url_canon::URLComponentSource [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
sync_setup_handler.cc | 40 std::string* username, 49 if (!result->GetString("user", username) || 377 std::string username, password, captcha, access_code; 378 if (!GetAuthData(json, &username, &password, &captcha, &access_code)) { 386 flow_->OnUserSubmittedAuth(username, password, captcha, access_code);
|