/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/musl/include/ |
D | pwd.h | 20 struct passwd { struct 22 char *pw_passwd; argument 33 struct passwd *getpwent (void); argument
|
/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() 607 const u8 *buf, size_t len, const char *passwd) in pkcs12_safebag() 680 const char *passwd) in pkcs12_safecontents() 720 const char *passwd) in pkcs12_parse_content_data() 739 const char *passwd) in pkcs12_parse_content_enc_data() 845 const char *passwd) in pkcs12_parse_content() 885 const u8 *key, size_t len, const char *passwd) in pkcs12_parse() 1007 const u8 *key, size_t len, const char *passwd) in tlsv1_set_key()
|
D | pkcs5.c | 362 pkcs5_crypto_init_pbes2(struct pkcs5_params *params, const char *passwd) in pkcs5_crypto_init_pbes2() 489 pkcs12_crypto_init_sha1(struct pkcs5_params *params, const char *passwd) in pkcs12_crypto_init_sha1() 530 const char *passwd) in pkcs5_crypto_init() 568 const char *passwd, size_t *data_len) in pkcs5_decrypt()
|
D | pkcs8.c | 111 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
|
/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/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/angle/third_party/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/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/cpython3/Lib/test/ |
D | test_netrc.py | 44 def _test_passwords(self, nrc, passwd): argument 63 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/curl/lib/vauth/ |
D | cleartext.c | 62 const char *passwd, in Curl_auth_create_plain_message()
|
/external/libcups/cups/ |
D | md5passwd.c | 28 const char *passwd, /* I - Password string */ in httpMD5()
|
/external/curl/lib/ |
D | ldap.c | 192 const char *passwd, unsigned long authflags) in ldap_win_bind_auth() 239 const char *user, const char *passwd) in ldap_win_bind() 296 char *passwd = NULL; in ldap_do() local
|
D | curl_sspi.c | 147 xcharp_u passwd, dup_passwd; in Curl_create_sspi_identity() local
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 109 def __init__(self, host='', user='', passwd='', acct='', argument 395 def login(self, user = '', passwd = '', acct = ''): argument 718 def __init__(self, host='', user='', passwd='', acct='', argument 743 def login(self, user='', passwd='', acct='', secure=True): argument
|
/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/nist-sip/java/gov/nist/javax/sip/address/ |
D | Authority.java | 163 public void setPassword(String passwd) { in setPassword()
|
/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/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()
|
/external/python/cryptography/tests/hazmat/primitives/ |
D | test_x448.py | 168 self, encoding, fmt, encryption, passwd, load_func, backend argument
|