HomeSort by: relevance | last modified time | path
    Searched refs:authenticate (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/pam-u2f/dist/tests/bionic/
run.sh 16 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
  /src/usr.sbin/ldpd/
conffile.h 49 int authenticate; /* RFC 2385 */ member in struct:conf_neighbour
conffile.c 363 if (strncasecmp("authenticate", line, 12) == 0) {
364 nei->authenticate = 1;
ldp_peer.c 149 if (cn->authenticate != 0 &&
  /src/lib/libpam/modules/pam_group/
pam_group.c 62 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
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.def 272 .It Ic authenticate Op Cm yes Ns | Ns Cm no
275 does not authenticate requests unless
278 .Ic authenticate Cm yes
286 .Ic authenticate
347 used to authenticate configuration requests.
379 be echoed) which will be used to authenticate configuration
ntpq.c 222 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
  /src/external/bsd/ntp/dist/ntpd/
ntp.conf.def 584 authenticate an association.
587 authenticate NTP packets.
  /src/crypto/external/apache2/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 202 * En/de-crypt plain/cipher-text and authenticate ciphertext. Returns 1 for
  /src/crypto/external/bsd/openssl/dist/providers/implementations/ciphers/
cipher_aes_gcm_hw_s390x.inc 202 * En/de-crypt plain/cipher-text and authenticate ciphertext. Returns 1 for
  /src/external/bsd/wpa/dist/wpa_supplicant/
driver_i.h 54 if (wpa_s->driver->authenticate)
55 return wpa_s->driver->authenticate(wpa_s->drv_priv, params);
wpa_priv.c 251 if (iface->drv_priv == NULL || iface->driver->authenticate == NULL)
291 res = iface->driver->authenticate(iface->drv_priv, &params);
292 wpa_printf(MSG_DEBUG, "drv->authenticate: res=%d", res);
  /src/external/bsd/wpa/dist/src/drivers/
driver_privsep.c 834 .authenticate = wpa_driver_privsep_authenticate,
driver.h 721 * Data for struct wpa_driver_ops::authenticate().
3491 * authenticate - Request driver to authenticate
3502 int (*authenticate)(void *priv, member in struct:wpa_driver_ops
5315 * strength, in order to try to pre-authenticate first with candidates
5351 * event starts RSN authentication with the other STA to authenticate
5361 * authentication step (struct wpa_driver_ops::authenticate).
6201 /** Whether RSN IE includes pre-authenticate flag */
driver_nl80211.c 3995 wpa_printf(MSG_DEBUG, "nl80211: Authenticate (ifindex=%d)",
4158 wpa_printf(MSG_DEBUG, "nl80211: Try to authenticate again");
14012 .authenticate = driver_nl80211_authenticate,

Completed in 39 milliseconds