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

/netbsd-current/external/bsd/pam-u2f/dist/tests/bionic/
H A Drun.sh16 pamtester dummy root authenticate
20 pamtester dummy root authenticate
24 pamtester dummy root authenticate
30 pamtester dummy root authenticate
36 pamtester dummy root authenticate
40 pamtester dummy root authenticate
49 pamtester dummy root authenticate
53 pamtester dummy root authenticate
57 pamtester dummy root authenticate
/netbsd-current/usr.sbin/ldpd/
H A Dconffile.h49 int authenticate; /* RFC 2385 */ member in struct:conf_neighbour
H A Dconffile.c353 if (strncasecmp("authenticate", line, 12) == 0) {
354 nei->authenticate = 1;
H A Dldp_peer.c149 if (cn->authenticate != 0 &&
/netbsd-current/lib/libpam/modules/pam_group/
H A Dpam_group.c62 static int authenticate(pam_handle_t *, struct passwd *, int);
96 auth = openpam_get_option(pamh, "authenticate") != NULL;
130 if ((pam_err = authenticate(pamh, pwd, flags)) != PAM_SUCCESS)
152 authenticate(pam_handle_t *pamh, struct passwd *pwd, int flags) function
/netbsd-current/external/bsd/wpa/dist/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);
/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
H A Dcipher_aes_gcm_hw_s390x.inc202 * En/de-crypt plain/cipher-text and authenticate ciphertext. Returns 1 for
/netbsd-current/external/bsd/ntp/dist/ntpq/
H A Dntpq.c222 static void authenticate (struct parse *, FILE *);
315 { "authenticate", authenticate, { OPT|NTP_STR, NO, NO, NO },
317 "always authenticate requests to this server" },
2830 * authenticate - always authenticate requests to this host
2833 authenticate( function
/netbsd-current/external/bsd/wpa/dist/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 */
H A Ddriver_nl80211.c3597 wpa_printf(MSG_DEBUG, "nl80211: Try to authenticate again");
11033 .authenticate = driver_nl80211_authenticate,

Completed in 212 milliseconds