Home
last modified time | relevance | path

Searched defs:passwd (Results 1 – 25 of 64) 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/syslinux/com32/menu/
Dpasswd.c20 static int passwd_compare_sha1(const char *passwd, const char *entry) in passwd_compare_sha1()
50 static int passwd_compare_md5(const char *passwd, const char *entry) in passwd_compare_md5()
59 static int passwd_compare_sha256(const char *passwd, const char *entry) in passwd_compare_sha256()
68 static int passwd_compare_sha512(const char *passwd, const char *entry) in passwd_compare_sha512()
77 int passwd_compare(const char *passwd, const char *entry) in passwd_compare()
/external/libvncserver/common/
Dvncauth.c73 rfbEncryptAndStorePasswd(char *passwd, char *fname) in rfbEncryptAndStorePasswd()
122 unsigned char *passwd = (unsigned char *)malloc(9); in rfbDecryptPasswdFromFile() local
178 rfbEncryptBytes(unsigned char *bytes, char *passwd) in rfbEncryptBytes()
/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/libvncserver/webclients/novnc/include/
Ddes.js80 function DES(passwd) { argument
/external/python/cpython2/Lib/test/
Dtest_netrc.py40 def _test_passwords(self, nrc, passwd): argument
59 def _test_comment(self, nrc, passwd='pass'): argument
/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/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/syslinux/core/fs/pxe/
Durl.h20 char *passwd; member
/external/syslinux/com32/libutil/
Dcrypt-md5.c55 static char passwd[120]; /* Output buffer */ in crypt_md5() local
/external/openssh/
Dmd5crypt.c53 static char passwd[120], salt_copy[9], *p; in md5_crypt() local
/external/curl/lib/
Dcurl_sspi.c145 xcharp_u passwd, dup_passwd; in Curl_create_sspi_identity() local
Dldap.c206 TCHAR *passwd = NULL; in Curl_ldap() local
210 char *passwd = NULL; in Curl_ldap() 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/ppp/pppd/
Dsession.c169 session_start(flags, user, passwd, ttyName, msg) in session_start() 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/python/cpython2/Lib/
Dftplib.py116 def __init__(self, host='', user='', passwd='', acct='', argument
378 def login(self, user = '', passwd = '', acct = ''): argument
648 def __init__(self, host='', user='', passwd='', acct='', keyfile=None, argument
667 def login(self, user='', passwd='', acct='', secure=True): argument

123