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

/freebsd-9.3-release/contrib/telnet/libtelnet/
H A Dauth.c117 Authenticator authenticators[] = { variable
193 Authenticator *ap = authenticators;
203 Authenticator *ap = authenticators;
280 for (ap = authenticators; ap->type; ap++) {
323 for (ap = authenticators; ap->type; ap++) {
344 Authenticator *ap = authenticators;
/freebsd-9.3-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth.c118 Authenticator authenticators[] = { variable
214 Authenticator *ap = authenticators;
224 Authenticator *ap = authenticators;
301 for (ap = authenticators; ap->type; ap++) {
344 for (ap = authenticators; ap->type; ap++) {
365 Authenticator *ap = authenticators;
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_proto.c296 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX]; variable in typeref:struct:ieee80211_authenticator
307 * Setup internal authenticators once; they are never unregistered.
323 if (authenticators[auth] == NULL)
325 return authenticators[auth];
334 authenticators[type] = auth;
343 authenticators[type] = NULL;

Completed in 168 milliseconds