Searched refs:authenticate (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dport-aix.h42 int authenticate(char *, char *, int *, char **);
H A Dport-aix.c120 * Since authenticate() doesn't check AUTH1, and sshd can't sanely support
121 * AUTH1 itself, in such a case authenticate() will allow access without
169 * Do authentication via AIX's authenticate routine. We loop until the
170 * reenter parameter is 0, but normally authenticate is called only once.
172 * Note: this function returns 1 on success, whereas AIX's authenticate()
183 result = authenticate((char *)name, (char *)password, &reenter,
186 debug3("AIX/authenticate result %d, authmsg %.100s", result,
/freebsd-13-stable/sbin/iscontrol/
H A Dlogin.c325 authenticate(isess_t *sess) function
438 status = authenticate(sess);
/freebsd-13-stable/contrib/wpa/wpa_supplicant/
H A Ddriver_i.h54 if (wpa_s->driver->authenticate)
55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params);
H A Dwpa_priv.c248 if (iface->drv_priv == NULL || iface->driver->authenticate == NULL)
288 res = iface->driver->authenticate(iface->drv_priv, &params);
289 wpa_printf(MSG_DEBUG, "drv->authenticate: res=%d", res);
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c221 static void authenticate (struct parse *, FILE *);
312 { "authenticate", authenticate, { OPT|NTP_STR, NO, NO, NO },
314 "always authenticate requests to this server" },
2781 * authenticate - always authenticate requests to this host
2784 authenticate( function
/freebsd-13-stable/contrib/wpa/src/drivers/
H A Ddriver_privsep.c826 .authenticate = wpa_driver_privsep_authenticate,
H A Ddriver.h631 * Data for struct wpa_driver_ops::authenticate().
2680 * authenticate - Request driver to authenticate
2691 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
4347 * strength, in order to try to pre-authenticate first with candidates
4383 * event starts RSN authentication with the other STA to authenticate
4393 * authentication step (struct wpa_driver_ops::authenticate).
5117 /** Whether RSN IE includes pre-authenticate flag */

Completed in 205 milliseconds