Searched refs:Authenticator (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/lib/libtelnet/ |
| HD | auth-proto.h | 56 Authenticator *findauthenticator(int, int); 65 void auth_finished(Authenticator *, int); 81 int kerberos4_init(Authenticator *, int); 82 int kerberos4_send(Authenticator *); 83 void kerberos4_is(Authenticator *, unsigned char *, int); 84 void kerberos4_reply(Authenticator *, unsigned char *, int); 85 int kerberos4_status(Authenticator *, char *, int); 90 int kerberos5_init(Authenticator *, int); 91 int kerberos5_send_mutual(Authenticator *); 92 int kerberos5_send_oneway(Authenticator *); [all …]
|
| HD | auth.c | 94 static Authenticator *authenticated = NULL; 108 Authenticator authenticators[] = { 176 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 }; 181 Authenticator * 184 Authenticator *ap = authenticators; in findauthenticator() 194 Authenticator *ap = authenticators; in auth_init() 264 Authenticator *ap; in auth_onoff() 305 Authenticator *ap; in auth_status() 335 Authenticator *ap = authenticators; in auth_request() 372 Authenticator *ap; in auth_send() [all …]
|
| HD | kerberos5.c | 62 #define Authenticator k5_Authenticator macro 64 #undef Authenticator 77 void kerberos5_forward (Authenticator *); 98 Data(Authenticator *ap, int type, const char *d, int c) in Data() 129 kerberos5_init(Authenticator *ap __unused, int server) in kerberos5_init() 161 kerberos5_send(const char *name, Authenticator *ap) in kerberos5_send() 281 kerberos5_send_mutual(Authenticator *ap) in kerberos5_send_mutual() 287 kerberos5_send_oneway(Authenticator *ap) in kerberos5_send_oneway() 293 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_is() 562 kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_reply() [all …]
|
| HD | krb4encpwd.c | 109 Authenticator *ap; in Data() 144 Authenticator *ap; in krb4encpwd_init() 168 Authenticator *ap; in krb4encpwd_send() 188 Authenticator *ap; in krb4encpwd_is() 261 Authenticator *ap; in krb4encpwd_reply() 317 Authenticator *ap; in krb4encpwd_status()
|
| HD | rsaencpwd.c | 105 Authenticator *ap; in Data() 140 Authenticator *ap; in rsaencpwd_init() 164 Authenticator *ap; in rsaencpwd_send() 184 Authenticator *ap; in rsaencpwd_is() 302 Authenticator *ap; in rsaencpwd_reply() 370 Authenticator *ap; in rsaencpwd_status()
|
| HD | sra.c | 82 Data(Authenticator *ap, int type, void *d, int c) in Data() 113 sra_init(Authenticator *ap __unused, int server) in sra_init() 136 sra_send(Authenticator *ap) in sra_send() 154 sra_is(Authenticator *ap, unsigned char *data, int cnt) in sra_is() 241 sra_reply(Authenticator *ap, unsigned char *data, int cnt) in sra_reply() 341 sra_status(Authenticator *ap __unused, char *name, int level) in sra_status()
|
| HD | auth.h | 72 } Authenticator; typedef
|
| /dragonfly/contrib/wpa_supplicant/wpa_supplicant/ |
| HD | eap_testing.txt | 5 - Linked some parts of IEEE 802.1X Authenticator implementation from 13 integrated) Authenticator. 127 6) Authenticator simulator required patching for handling Access-Accept within
|
| HD | README | 229 the Authenticator (AP) and Supplicant (client station). 233 the Authenticator and Supplicant. This handshake is also used to 234 verify that both Authenticator and Supplicant know the master session 259 negotiation with a WPA Authenticator and EAP authentication with 276 Authenticator in the AP) 280 with the Authenticator (AP)
|
| HD | ChangeLog | 1857 authentication for the most common case of Authenticator starting 2054 Authenticator rejects PMKSA caching attempt and the driver is not 2362 * fixed IEEE 802.1X WEP key derivation in the case where Authenticator
|