Home
last modified time | relevance | path

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

12

/minix3/tools/compat/
H A Dcompat_pwd.h39 #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 Dpwd.h107 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 Dcpio_windows.h46 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 Dotp_verify.c44 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 Dpasswd.hpp39 namespace passwd { namespace
/minix3/common/dist/zlib/contrib/minizip/
H A Dcrypt.h67 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 Dpasswd.c66 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 Dpasswd_dlg.c49 char passwd[passwdBufSZ]; variable
/minix3/sys/lib/libsa/
H A Dcheckpasswd.c110 char *passwd; in check_password() local
/minix3/crypto/external/bsd/libsaslc/dist/src/
H A Dmech_crammd5.c73 const char *authcid, *passwd; in saslc__mech_crammd5_cont() local
H A Dmech_plain.c76 const char *authzid, *authcid, *passwd; in saslc__mech_plain_cont() local
H A Dmech_digestmd5.c180 char *passwd; member
1958 const char *passwd; in saslc__mech_digestmd5_response_data() local
/minix3/lib/libcrypt/
H A Dcrypt-sha1.c123 static char passwd[(2 * sizeof(SHA1_MAGIC)) + in __crypt_sha1() local
H A Dmd5crypt.c42 static char passwd[120], *p; in __md5crypt() local
/minix3/usr.bin/chpass/
H A Dpw_yp.c56 #define passwd yp_passwd_rec macro
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dchangepw.c76 const char *passwd, in chgpw_send_request()
168 const char *passwd, in setpw_send_request()
/minix3/usr.bin/passwd/
H A Dyp_passwd.c62 #define passwd yp_passwd_rec macro
/minix3/external/bsd/bind/dist/contrib/sdb/pgsql/
H A Dpgsqldb.c61 char *passwd; member
/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dtls_srp.c375 char *passwd = NULL; in SRP_generate_client_master_secret() local
/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dconst-init.c153 DCC_PASSWD passwd; in g29() member
/minix3/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c359 char passwd[256]; in get_new_tickets() local
/minix3/usr.sbin/pwd_mkdb/
H A Dpwd_mkdb.c813 putdbents(struct pwddb *db, struct passwd *pw, const char *passwd, int flags, in putdbents()
/minix3/usr.bin/getent/
H A Dgetent.c437 passwd(int argc, char *argv[]) in passwd() function
/minix3/minix/lib/liblwip/dist/src/netif/ppp/
H A Dppp.c218 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 Dftpd.c1333 pass(const char *passwd) in pass()
1349 do_pass(int pass_checked, int pass_rval, const char *passwd) in do_pass()

12