Home
last modified time | relevance | path

Searched defs:passwd (Results 1 – 25 of 58) sorted by relevance

123

/external/e2fsprogs/include/mingw/
Dpwd.h8 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/
Dpwd.h10 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/
Dtlsv1_cred.c307 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()
Dpkcs5.c384 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()
Dpkcs8.c122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
/external/zlib/src/contrib/minizip/
Dcrypt.h65 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/
Dtest_netrc.py44 def _test_passwords(self, nrc, passwd): argument
63 def _test_comment(self, nrc, passwd='pass'): argument
/external/python/cpython3/Lib/test/
Dtest_netrc.py44 def _test_passwords(self, nrc, passwd): argument
63 def _test_comment(self, nrc, passwd='pass'): argument
/external/ppp/pppd/plugins/
Dpasswordfd.c33 static int pwfd_passwd (char *user, char *passwd) in pwfd_passwd()
Dpassprompt.c28 static int promptpass(char *user, char *passwd) in promptpass()
/external/libcups/cups/
Dmd5passwd.c34 const char *passwd, /* I - Password string */ in httpMD5()
/external/openssh/openbsd-compat/
Dxcrypt.c76 char *passwd, *p; in pick_salt() local
/external/curl/lib/
Dldap.c181 const char *passwd, unsigned long authflags) in ldap_win_bind_auth()
228 const char *user, const char *passwd) in ldap_win_bind()
278 char *passwd = NULL; in Curl_ldap() local
Dcurl_sspi.c146 xcharp_u passwd, dup_passwd; in Curl_create_sspi_identity() local
Dsetopt.c77 char *passwd = NULL; in setstropt_userpwd() local
/external/openssh/
Dmd5crypt.c53 static char passwd[120], salt_copy[9], *p; in md5_crypt() local
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py103 def __init__(self, name, passwd, gid, mem): argument
Dpwd.py122 def __init__(self, name, passwd, uid, gid, gecos, dir, shell): argument
/external/nist-sip/java/gov/nist/javax/sip/address/
DAuthority.java163 public void setPassword(String passwd) { in setPassword()
/external/python/cpython3/Lib/
Dftplib.py112 def __init__(self, host='', user='', passwd='', acct='', argument
401 def login(self, user = '', passwd = '', acct = ''): argument
724 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
747 def login(self, user='', passwd='', acct='', secure=True): argument
/external/ppp/pppd/
Dsession.c169 session_start(flags, user, passwd, ttyName, msg) in session_start() argument
/external/python/cpython2/Lib/
Dftplib.py116 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/clientauthutils/
DMessageDigestAlgorithm.java115 String passwd, String nonce_value, String nc_value, String cnonce_value, in calculateResponse()
/external/wpa_supplicant_8/src/crypto/
Dcrypto_internal-rsa.c40 const char *passwd) in crypto_private_key_import()
/external/autotest/site_utils/
Ddump_to_cloudsql.py112 def __init__(self, host=None, user='root', passwd=''): argument

123