Home
last modified time | relevance | path

Searched defs:password (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/usr.sbin/npppd/npppd/
H A Dpap.c155 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 Dchap_ms.c174 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 Dnpppd_auth.h54 char *password; member
/openbsd/usr.sbin/ldapd/
H A Dauth.c179 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 Dauth-passwd.c74 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 Dauth2-passwd.c53 char *password = NULL; in userauth_passwd() local
H A Dauth-krb5.c67 auth_krb5_password(Authctxt *authctxt, const char *password) in auth_krb5_password()
/openbsd/regress/lib/libutil/bcrypt_pbkdf/
H A Dbcrypt_pbkdf_test.c27 const char *password; member
127 char *password = "password"; in main() local
/openbsd/libexec/login_yubikey/
H A Dlogin_yubikey.c69 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 DHostInfoPosix.cpp93 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 Dlogin.c124 char *password = NULL; local
302 char *password = NULL; local
/openbsd/sbin/iked/
H A Dchap_ms.c181 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 Dchap_ms.c174 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 Dparser.h61 const char *password; member
/openbsd/usr.sbin/radiusd/
H A Dchap_ms.c174 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 DNetrc.pm186 sub password { subroutine
/openbsd/lib/libc/gen/
H A Dauthenticate.c323 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 Dlogin_radius.c90 char *class, *service, *style, *username, *password, *emsg; in main() local
H A Draddauth.c150 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 Datasec.h50 u_int8_t password[32]; /* Password */ member
/openbsd/libexec/login_ldap/
H A Dlogin_ldap.c68 char *class, *service, *username, *password; in main() local
/openbsd/usr.sbin/smtpd/
H A Dlka.c59 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 Dpwd_check.c87 pwd_check(login_cap_t *lc, char *password) in pwd_check() argument
[all...]
/openbsd/lib/libtls/
H A Dtls_util.c151 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 Dpxssh.py256 def login (self, server, username, password='', terminal_type='ansi', argument

12