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

  /src/usr.sbin/ldpd/
conffile.h 49 int authenticate; /* RFC 2385 */ member in struct:conf_neighbour
  /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.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/wpa/dist/src/drivers/
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 */

Completed in 51 milliseconds