/openbsd/usr.sbin/npppd/npppd/ |
H A D | pap.c | 155 char name[MAX_USERNAME_LENGTH], password[MAX_PASSWORD_LENGTH]; in pap_input() local 238 pap_authenticate(pap *_this, const char *password) in pap_authenticate() 330 pap_local_authenticate(pap *_this, const char *username, const char *password) in pap_local_authenticate() 384 pap_radius_authenticate(pap *_this, const char *username, const char *password) in pap_radius_authenticate()
|
H A D | chap_ms.c | 174 u_int8_t *username, int usernamelen, u_int8_t *password, int passwordlen, in mschap_nt_response() 188 mschap_auth_response(u_int8_t *password, int passwordlen, in mschap_auth_response() 323 mschap_msk(u_int8_t *password, int passwordlen, in mschap_msk()
|
H A D | npppd_auth.h | 54 char *password; member
|
/openbsd/usr.sbin/ldapd/ |
H A D | auth.c | 179 const char *password) in send_auth_request() 258 char *authzid, *authcid, *password; in ldap_auth_sasl() local 301 char *password; in ldap_auth_simple() local
|
/openbsd/usr.bin/ssh/ |
H A D | auth-passwd.c | 74 auth_password(struct ssh *ssh, const char *password) in auth_password() 131 sys_auth_passwd(struct ssh *ssh, const char *password) in sys_auth_passwd()
|
H A D | auth2-passwd.c | 53 char *password = NULL; in userauth_passwd() local
|
H A D | auth-krb5.c | 67 auth_krb5_password(Authctxt *authctxt, const char *password) in auth_krb5_password()
|
/openbsd/regress/lib/libutil/bcrypt_pbkdf/ |
H A D | bcrypt_pbkdf_test.c | 27 const char *password; member 127 char *password = "password"; in main() local
|
/openbsd/libexec/login_yubikey/ |
H A D | login_yubikey.c | 69 char *username, *password = NULL; in main() local 185 yubikey_login(const char *username, const char *password) in yubikey_login()
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | HostInfoPosix.cpp | 93 if (std::optional<PasswdEntry> password = GetPassword(uid)) in DoGetUserName() local 137 if (std::optional<PasswdEntry> password = GetPassword(::geteuid())) in GetDefaultShell() local
|
/openbsd/gnu/usr.bin/cvs/src/ |
H A D | login.c | 124 char *password = NULL; local 302 char *password = NULL; local
|
/openbsd/sbin/iked/ |
H A D | chap_ms.c | 181 uint8_t *username, int usernamelen, uint8_t *password, int passwordlen, in mschap_nt_response() 195 mschap_auth_response(uint8_t *password, int passwordlen, in mschap_auth_response() 336 mschap_msk(uint8_t *password, int passwordlen, in mschap_msk()
|
/openbsd/usr.sbin/radiusctl/ |
H A D | chap_ms.c | 174 u_int8_t *username, int usernamelen, u_int8_t *password, int passwordlen, in mschap_nt_response() 188 mschap_auth_response(u_int8_t *password, int passwordlen, in mschap_auth_response() 323 mschap_msk(u_int8_t *password, int passwordlen, in mschap_msk()
|
H A D | parser.h | 61 const char *password; member
|
/openbsd/usr.sbin/radiusd/ |
H A D | chap_ms.c | 174 u_int8_t *username, int usernamelen, u_int8_t *password, int passwordlen, in mschap_nt_response() 188 mschap_auth_response(u_int8_t *password, int passwordlen, in mschap_auth_response() 323 mschap_msk(u_int8_t *password, int passwordlen, in mschap_msk()
|
/openbsd/gnu/usr.bin/perl/cpan/libnet/lib/Net/ |
H A D | Netrc.pm | 186 sub password { subroutine
|
/openbsd/lib/libc/gen/ |
H A D | authenticate.c | 323 auth_usercheck(char *name, char *style, char *type, char *password) in auth_usercheck() 383 auth_userokay(char *name, char *style, char *type, char *password) in auth_userokay()
|
/openbsd/libexec/login_radius/ |
H A D | login_radius.c | 90 char *class, *service, *style, *username, *password, *emsg; in main() local
|
H A D | raddauth.c | 150 char *password, char **emsg) in raddauth() 346 rad_request(u_char id, char *name, char *password, int port, char *vector, in rad_request()
|
/openbsd/sbin/atactl/ |
H A D | atasec.h | 50 u_int8_t password[32]; /* Password */ member
|
/openbsd/libexec/login_ldap/ |
H A D | login_ldap.c | 68 char *class, *service, *username, *password; in main() local
|
/openbsd/usr.sbin/smtpd/ |
H A D | lka.c | 59 const char *tablename, *username, *password, *label, *procname; in lka_imsg() local 720 lka_authenticate(const char *tablename, const char *user, const char *password) in lka_authenticate()
|
/openbsd/usr.bin/passwd/ |
H A D | pwd_check.c | 87 pwd_check(login_cap_t *lc, char *password) in pwd_check() argument [all...] |
/openbsd/lib/libtls/ |
H A D | tls_util.c | 151 tls_load_file(const char *name, size_t *len, char *password) in tls_load_file()
|
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/ |
H A D | pxssh.py | 256 def login (self, server, username, password='', terminal_type='ansi', argument
|