/minix3/tools/compat/ |
H A D | compat_pwd.h | 39 #define passwd __nbcompat_passwd macro 48 struct passwd { struct 50 char *pw_passwd; argument 61 int pw_scan(char *, struct passwd *, int *); argument
|
/minix3/include/ |
H A D | pwd.h | 107 struct passwd { struct 109 __aconst char *pw_passwd; /* encrypted password */ argument 122 struct passwd *getpwuid(uid_t) __RENAME(__getpwuid50); argument
|
/minix3/external/bsd/libarchive/dist/cpio/ |
H A D | cpio_windows.h | 46 struct passwd { struct 47 char *pw_name; 48 uid_t pw_uid; 49 gid_t pw_gid;
|
/minix3/crypto/external/bsd/heimdal/dist/lib/otp/ |
H A D | otp_verify.c | 44 otp_verify_user_1 (OtpContext *ctx, const char *passwd) in otp_verify_user_1() 63 otp_verify_user (OtpContext *ctx, const char *passwd) in otp_verify_user()
|
/minix3/external/bsd/kyua-cli/dist/utils/ |
H A D | passwd.hpp | 39 namespace passwd { namespace
|
/minix3/common/dist/zlib/contrib/minizip/ |
H A D | crypt.h | 67 static void init_keys(const char* passwd,unsigned long* pkeys,const unsigned long* pcrc_32_tab) in init_keys() 92 static int crypthead(passwd, buf, bufSize, pkeys, pcrc_32_tab, crcForCrypting) in crypthead() argument
|
/minix3/crypto/external/bsd/openssl/dist/apps/ |
H A D | passwd.c | 66 char *salt = NULL, *passwd = NULL, **passwds = NULL; in MAIN() local 294 static char *md5crypt(const char *passwd, const char *magic, const char *salt) in md5crypt() 401 char *passwd, BIO *out, int quiet, int table, in do_passwd()
|
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | passwd_dlg.c | 49 char passwd[passwdBufSZ]; variable
|
/minix3/sys/lib/libsa/ |
H A D | checkpasswd.c | 110 char *passwd; in check_password() local
|
/minix3/crypto/external/bsd/libsaslc/dist/src/ |
H A D | mech_crammd5.c | 73 const char *authcid, *passwd; in saslc__mech_crammd5_cont() local
|
H A D | mech_plain.c | 76 const char *authzid, *authcid, *passwd; in saslc__mech_plain_cont() local
|
H A D | mech_digestmd5.c | 180 char *passwd; member 1958 const char *passwd; in saslc__mech_digestmd5_response_data() local
|
/minix3/lib/libcrypt/ |
H A D | crypt-sha1.c | 123 static char passwd[(2 * sizeof(SHA1_MAGIC)) + in __crypt_sha1() local
|
H A D | md5crypt.c | 42 static char passwd[120], *p; in __md5crypt() local
|
/minix3/usr.bin/chpass/ |
H A D | pw_yp.c | 56 #define passwd yp_passwd_rec macro
|
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/ |
H A D | changepw.c | 76 const char *passwd, in chgpw_send_request() 168 const char *passwd, in setpw_send_request()
|
/minix3/usr.bin/passwd/ |
H A D | yp_passwd.c | 62 #define passwd yp_passwd_rec macro
|
/minix3/external/bsd/bind/dist/contrib/sdb/pgsql/ |
H A D | pgsqldb.c | 61 char *passwd; member
|
/minix3/crypto/external/bsd/openssl/dist/ssl/ |
H A D | tls_srp.c | 375 char *passwd = NULL; in SRP_generate_client_master_secret() local
|
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
H A D | const-init.c | 153 DCC_PASSWD passwd; in g29() member
|
/minix3/crypto/external/bsd/heimdal/dist/kuser/ |
H A D | kinit.c | 359 char passwd[256]; in get_new_tickets() local
|
/minix3/usr.sbin/pwd_mkdb/ |
H A D | pwd_mkdb.c | 813 putdbents(struct pwddb *db, struct passwd *pw, const char *passwd, int flags, in putdbents()
|
/minix3/usr.bin/getent/ |
H A D | getent.c | 437 passwd(int argc, char *argv[]) in passwd() function
|
/minix3/minix/lib/liblwip/dist/src/netif/ppp/ |
H A D | ppp.c | 218 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, const char *passwd) { in ppp_set_auth()
|
/minix3/libexec/ftpd/ |
H A D | ftpd.c | 1333 pass(const char *passwd) in pass() 1349 do_pass(int pass_checked, int pass_rval, const char *passwd) in do_pass()
|