/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
MessageDigestAlgorithm.java | 99 * @param passwd the password to encode in the challenge response. 115 String passwd, String nonce_value, String nc_value, String cnonce_value, 121 + (passwd != null && passwd.trim().length() > 0) + ", " + nonce_value + ", " 126 if (username_value == null || realm_value == null || passwd == null || method == null 137 A1 = username_value + ":" + realm_value + ":" + passwd; 143 A1 = H(username_value + ":" + realm_value + ":" + passwd) + ":" + nonce_value + ":"
|
/external/openssh/ |
auth-passwd.c | 1 /* $OpenBSD: auth-passwd.c,v 1.43 2007/09/21 08:15:29 djm Exp $ */ 83 struct passwd * pw = authctxt->pw; 101 /* Fall back to ordinary passwd authentication. */ 169 struct passwd *pw = authctxt->pw; 194 struct passwd *pw = authctxt->pw;
|
misc.h | 40 struct passwd *pwcopy(struct passwd *);
|
session.h | 35 struct passwd *pw; 79 void do_setusercontext(struct passwd *);
|
sftp.h | 98 struct passwd; 100 int sftp_server_main(int, char **, struct passwd *);
|
auth-sia.h | 29 void session_setup_sia(struct passwd *, char *);
|
sftp-server-main.c | 39 struct passwd *user_pw;
|
sshpty.h | 27 void pty_setowner(struct passwd *, const char *);
|
/external/wpa_supplicant_8/src/tls/ |
pkcs5.c | 140 const char *passwd) 150 addr[0] = (const u8 *) passwd; 151 len[0] = os_strlen(passwd); 172 const char *passwd, size_t *data_len) 184 ctx = pkcs5_crypto_init(¶ms, passwd);
|
/external/ppp/pppd/ |
auth.c | 162 /* Set if we got the contents of passwd[] from the pap-secrets file. */ 175 int (*pap_auth_hook) __P((char *user, char *passwd, char **msgp, 183 int (*pap_passwd_hook) __P((char *user, char *passwd)) = NULL; 189 int (*chap_passwd_hook) __P((char *user, char *passwd)) = NULL; 223 bool uselogin = 0; /* Use /etc/passwd for checking PAP */ 368 { "password", o_string, passwd, 450 if (override_value("passwd", option_priority, fname)) 451 strlcpy(passwd, p, sizeof(passwd)); 763 if (passwd[0] == 0) [all...] |
/libcore/luni/src/test/java/tests/api/javax/net/ssl/ |
KeyManagerFactorySpiTest.java | 141 private char[] passWD; 144 this.passWD = pass; 147 return passWD;
|
/external/chromium/chrome/browser/resources/options/ |
sync_setup_overlay.js | 488 var passwd = $('gaia-passwd'); 491 } else if (passwd) { 492 passwd.focus(); 519 document.getElementById('gaia-passwd').disabled = false; 529 document.getElementById('gaia-passwd').disabled = false; 533 var passwd = $('gaia-passwd'); 537 passwd.value = ""; // Reset the password field 600 document.getElementById('gaia-passwd').disabled = false [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@ 82 host, user, passwd, acct, timeout 112 # and user, passwd, acct (for login()) 113 def __init__(self, host='', user='', passwd='', acct='', 119 self.login(user, passwd, acct) 373 def login(self, user = '', passwd = '', acct = ''): 376 if not passwd: passwd = '' 378 if user == 'anonymous' and passwd in ('', '-'): 386 passwd = passwd + 'anonymous@ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@ 82 host, user, passwd, acct, timeout 112 # and user, passwd, acct (for login()) 113 def __init__(self, host='', user='', passwd='', acct='', 119 self.login(user, passwd, acct) 373 def login(self, user = '', passwd = '', acct = ''): 376 if not passwd: passwd = '' 378 if user == 'anonymous' and passwd in ('', '-'): 386 passwd = passwd + 'anonymous@ [all...] |
/external/chromium/chrome/browser/policy/ |
policy_path_parser_posix.cc | 26 struct passwd* user = getpwuid(geteuid());
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
inline_injected.js | 35 password: gaiaLoginForm['Passwd'].value,
|
offline.html | 22 <strong id="password-label" class="passwd-label"></strong>
|
/external/dropbear/ |
sshpty.h | 26 void pty_setowner(struct passwd *, const char *);
|
/external/e2fsprogs/debian/ |
libuuid1.postinst | 30 if ! getent passwd | grep -q libuuid; then
|
/external/openssh/openbsd-compat/ |
port-irix.h | 35 void irix_setusercontext(struct passwd *pw);
|
port-solaris.h | 28 void solaris_set_default_project(struct passwd *);
|
port-uw.h | 28 char * get_iaf_password(struct passwd *pw);
|
/external/sepolicy/ |
access_vectors | 454 # changes to passwd information. 456 class passwd 458 passwd # change another user passwd
|
/libcore/luni/src/main/java/libcore/io/ |
StructPasswd.java | 21 * {@code struct passwd} from
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libnss_compat-2.7.so | |