Searched refs:authenticators (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c109 Authenticator authenticators[] = { variable
180 Authenticator *ap = authenticators;
190 Authenticator *ap = authenticators;
267 for (ap = authenticators; ap->type; ap++) {
310 for (ap = authenticators; ap->type; ap++) {
331 Authenticator *ap = authenticators;
/freebsd-13-stable/contrib/telnet/libtelnet/
H A Dauth.c113 Authenticator authenticators[] = { variable
189 Authenticator *ap = authenticators;
199 Authenticator *ap = authenticators;
276 for (ap = authenticators; ap->type; ap++) {
319 for (ap = authenticators; ap->type; ap++) {
340 Authenticator *ap = authenticators;
/freebsd-13-stable/sys/net80211/
H A Dieee80211_proto.c450 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX]; variable in typeref:struct:ieee80211_authenticator
461 * Setup internal authenticators once; they are never unregistered.
477 if (authenticators[auth] == NULL)
479 return authenticators[auth];
488 authenticators[type] = auth;
497 authenticators[type] = NULL;

Completed in 44 milliseconds