Home
last modified time | relevance | path

Searched refs:userauth (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/share/examples/ipfilter/samples/
H A DMakefile14 $(CC) -I.. userauth.c -o userauth -lsocket -lnsl
19 $(CC) -I.. userauth.c -o userauth
24 /bin/rm -f userauth proxy relay
/freebsd-14.2/crypto/openssh/
H A Dsshconnect2.c345 int (*userauth)(struct ssh *ssh); member
375 void userauth(struct ssh *, char *);
525 userauth(struct ssh *ssh, char *authlist) in userauth() function
552 if (method->userauth(ssh) != 0) { in userauth()
644 userauth(ssh, authlist); in input_userauth_failure()
750 userauth(ssh, NULL); in input_userauth_pk_ok()
909 userauth(ssh, NULL); in input_gssapi_response()
922 userauth(ssh, NULL); in input_gssapi_response()
955 userauth(ssh, NULL); in input_gssapi_token()
H A Dauth.h110 int (*userauth)(struct ssh *, const char *); member
H A Dauth2.c349 authenticated = m->userauth(ssh, method); in input_userauth_request()