Home
last modified time | relevance | path

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

12

/dragonfly/include/
H A Dpwd.h112 struct passwd { struct
114 char *pw_passwd; /* encrypted password */ argument
115 uid_t pw_uid; /* user uid */
116 gid_t pw_gid; /* user gid */
117 time_t pw_change; /* password change time */
118 char *pw_class; /* user access class */
119 char *pw_gecos; /* Honeywell login info */
120 char *pw_dir; /* home directory */
121 char *pw_shell; /* default shell */
122 time_t pw_expire; /* account expiration */
[all …]
/dragonfly/contrib/pam_passwdqc/
H A Dpasswdqc.h20 struct passwd { struct
22 char *pw_passwd; argument
38 } passwdqc_params_qc_t; argument
/dragonfly/contrib/wpa_supplicant/src/tls/
H A 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()
H A 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()
H A Dpkcs8.c122 pkcs8_enc_key_import(const u8 *buf, size_t len, const char *passwd) in pkcs8_enc_key_import()
/dragonfly/lib/libypclnt/
H A Dypclnt_passwd.c118 ypclnt_passwd(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in ypclnt_passwd()
237 yppasswd_remote(ypclnt_t *ypclnt, const struct passwd *pwd, const char *passwd) in yppasswd_remote()
/dragonfly/lib/librpcsvc/
H A Dxcrypt.c59 xencrypt(char *secret, char *passwd) in xencrypt()
91 xdecrypt(char *secret, char *passwd) in xdecrypt()
H A Dsecretkey.c57 getsecretkey(char *netname, char *secretkey, char *passwd) in getsecretkey()
/dragonfly/lib/libftpio/
H A Dftpio.c274 ftpLogin(const char *host, const char *user, const char *passwd, int port, in ftpLogin()
285 ftpLoginAf(const char *host, int af, const char *user, const char *passwd, in ftpLoginAf()
344 ftpGetURL(const char *url, const char *user, const char *passwd, int *retcode) in ftpGetURL()
354 ftpGetURLAf(const char *url, int af, const char *user, const char *passwd, in ftpGetURLAf()
406 ftpPutURL(const char *url, const char *user, const char *passwd, int *retcode) in ftpPutURL()
417 ftpPutURLAf(const char *url, int af, const char *user, const char *passwd, in ftpPutURLAf()
722 const char *user, const char *passwd, int port, int verbose) in ftp_login_session()
/dragonfly/crypto/libressl/apps/openssl/
H A Dpasswd.c138 char *passwd = NULL, **passwds = NULL; in passwd_main() local
301 md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt()
440 char *passwd, BIO * out, int quiet, int table, int reverse, in do_passwd()
/dragonfly/usr.sbin/lastlogin/
H A Dlastlogin.c51 struct passwd *passwd; in main() local
/dragonfly/lib/libcrypt/
H A Ddeprecated-crypt-sha256.c62 static char passwd[120], *p; in crypt_deprecated_sha256() local
H A Ddeprecated-crypt-sha512.c62 static char passwd[120], *p; in crypt_deprecated_sha512() local
H A Dcrypt-md5.c43 static char passwd[120], *p; in crypt_md5() local
H A Dcrypt.c141 crypt(const char *passwd, const char *salt) in crypt()
/dragonfly/lib/libssh/openbsd-compat/
H A Dxcrypt.c74 char *passwd, *p; in pick_salt() local
/dragonfly/usr.sbin/ppp/
H A Dserver.h37 char passwd[50]; member
/dragonfly/crypto/openssh/
H A Dplatform.c207 char *passwd = pw->pw_passwd; in platform_locked_account() local
/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dcrypto_internal-rsa.c40 const char *passwd) in crypto_private_key_import()
/dragonfly/lib/libtelnet/
H A Dkrb4encpwd.c391 int passwdok(name, passwd) in passwdok() argument
H A Drsaencpwd.c440 int rsaencpwd_passwdok(name, passwd) in rsaencpwd_passwdok() argument
/dragonfly/usr.sbin/pppctl/
H A Dpppctl.c76 static char *passwd; variable
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.c236 char *passwd; in getrootkey() local
/dragonfly/usr.bin/getent/
H A Dgetent.c369 passwd(int argc, char *argv[]) in passwd() function
/dragonfly/contrib/smbfs/lib/smb/
H A Dctx.c308 smb_ctx_setpassword(struct smb_ctx *ctx, const char *passwd) in smb_ctx_setpassword()

12