/external/e2fsprogs/include/mingw/ |
D | pwd.h | 8 struct passwd struct 11 char *pw_passwd; argument 12 __uid_t pw_uid; 13 __gid_t pw_gid; 14 char *pw_gecos; 15 char *pw_dir; 16 char *pw_shell;
|
/external/e2fsprogs/include/nonunix/ |
D | pwd.h | 10 struct passwd struct 13 char *pw_passwd; argument 14 __uid_t pw_uid; 15 __gid_t pw_gid; 16 char *pw_gecos; 17 char *pw_dir; 18 char *pw_shell;
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_cred.c | 307 const char *passwd) in tlsv1_set_key_enc_pem() 425 const char *passwd) in pkcs12_pkcs8_keybag() 623 const u8 *buf, size_t len, const char *passwd) in pkcs12_safebag() 702 const char *passwd) in pkcs12_safecontents() 747 const char *passwd) in pkcs12_parse_content_data() 769 const char *passwd) in pkcs12_parse_content_enc_data() 884 const char *passwd) in pkcs12_parse_content() 926 const u8 *key, size_t len, const char *passwd) in pkcs12_parse() 1063 const u8 *key, size_t len, const char *passwd) in tlsv1_set_key()
|
D | pkcs5.c | 384 pkcs5_crypto_init_pbes2(struct pkcs5_params *params, const char *passwd) in pkcs5_crypto_init_pbes2() 511 pkcs12_crypto_init_sha1(struct pkcs5_params *params, const char *passwd) in pkcs12_crypto_init_sha1() 552 const char *passwd) in pkcs5_crypto_init() 590 const char *passwd, size_t *data_len) in pkcs5_decrypt()
|
D | pkcs8.c | 122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
|
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/ |
D | crypt.h | 65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() 90 static int crypthead(const char* passwd, /* password string */ in crypthead()
|
/external/python/cpython2/Lib/test/ |
D | test_netrc.py | 44 def _test_passwords(self, nrc, passwd): argument 63 def _test_comment(self, nrc, passwd='pass'): argument
|
/external/zlib/contrib/minizip/ |
D | crypt.h | 65 static void init_keys(const char* passwd,unsigned long* pkeys,const z_crc_t* pcrc_32_tab) in init_keys() 90 static int crypthead(const char* passwd, /* password string */ in crypthead()
|
/external/python/cpython3/Lib/test/ |
D | test_netrc.py | 43 def _test_passwords(self, nrc, passwd): argument 62 def _test_comment(self, nrc, passwd='pass'): argument
|
/external/ppp/pppd/plugins/ |
D | passwordfd.c | 33 static int pwfd_passwd (char *user, char *passwd) in pwfd_passwd()
|
D | passprompt.c | 28 static int promptpass(char *user, char *passwd) in promptpass()
|
/external/libcups/cups/ |
D | md5passwd.c | 28 const char *passwd, /* I - Password string */ in httpMD5()
|
/external/openssh/openbsd-compat/ |
D | xcrypt.c | 76 char *passwd, *p; in pick_salt() local
|
/external/curl/lib/ |
D | ldap.c | 189 const char *passwd, unsigned long authflags) in ldap_win_bind_auth() 236 const char *user, const char *passwd) in ldap_win_bind() 293 char *passwd = NULL; in Curl_ldap() local
|
D | curl_sspi.c | 147 xcharp_u passwd, dup_passwd; in Curl_create_sspi_identity() local
|
/external/crosvm/sys_util/src/ |
D | passwd.rs | 19 let mut passwd: libc::passwd = unsafe { mem::zeroed() }; in get_user_id() localVariable
|
/external/curl/lib/vauth/ |
D | cleartext.c | 67 const char *passwd, in Curl_auth_create_plain_message()
|
/external/openssh/ |
D | md5crypt.c | 53 static char passwd[120], salt_copy[9]; in md5_crypt() local
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 107 def __init__(self, host='', user='', passwd='', acct='', argument 388 def login(self, user = '', passwd = '', acct = ''): argument 711 def __init__(self, host='', user='', passwd='', acct='', argument 736 def login(self, user='', passwd='', acct='', secure=True): argument
|
/external/python/cpython2/Lib/plat-os2emx/ |
D | grp.py | 103 def __init__(self, name, passwd, gid, mem): argument
|
D | pwd.py | 122 def __init__(self, name, passwd, uid, gid, gecos, dir, shell): argument
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | Authority.java | 163 public void setPassword(String passwd) { in setPassword()
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 116 def __init__(self, host='', user='', passwd='', acct='', argument 380 def login(self, user = '', passwd = '', acct = ''): argument 660 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument 679 def login(self, user='', passwd='', acct='', secure=True): argument
|
/external/ppp/pppd/ |
D | session.c | 169 session_start(flags, user, passwd, ttyName, msg) in session_start() argument
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
D | MessageDigestAlgorithm.java | 115 String passwd, String nonce_value, String nc_value, String cnonce_value, in calculateResponse()
|