/freebsd/contrib/telnet/libtelnet/ |
H A D | auth-proto.h | 55 Authenticator *findauthenticator(int, int); 64 void auth_finished(Authenticator *, int); 80 int kerberos4_init(Authenticator *, int); 81 int kerberos4_send(Authenticator *); 82 void kerberos4_is(Authenticator *, unsigned char *, int); 83 void kerberos4_reply(Authenticator *, unsigned char *, int); 84 int kerberos4_status(Authenticator *, char *, int); 89 int kerberos5_init(Authenticator *, int); 90 int kerberos5_send_mutual(Authenticator *); 91 int kerberos5_send_oneway(Authenticator *); [all …]
|
H A D | auth.c | 96 static Authenticator *authenticated = 0; 110 Authenticator authenticators[] = { 178 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 }; 183 Authenticator * 186 Authenticator *ap = authenticators; in findauthenticator() 196 Authenticator *ap = authenticators; in auth_init() 266 Authenticator *ap; in auth_onoff() 307 Authenticator *ap; in auth_status() 337 Authenticator *ap = authenticators; in auth_request() 374 Authenticator *ap; in auth_send() [all …]
|
H A D | kerberos5.c | 60 #define Authenticator k5_Authenticator macro 62 #undef Authenticator 75 void kerberos5_forward (Authenticator *); 106 Data(Authenticator *ap, int type, const char *d, int c) in Data() 137 kerberos5_init(Authenticator *ap __unused, int server) in kerberos5_init() 169 kerberos5_send(const char *name, Authenticator *ap) in kerberos5_send() 288 kerberos5_send_mutual(Authenticator *ap) in kerberos5_send_mutual() 294 kerberos5_send_oneway(Authenticator *ap) in kerberos5_send_oneway() 300 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_is() 568 kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_reply() [all …]
|
H A D | krb4encpwd.c | 111 Authenticator *ap; in Data() 146 Authenticator *ap; in krb4encpwd_init() 170 Authenticator *ap; in krb4encpwd_send() 190 Authenticator *ap; in krb4encpwd_is() 267 Authenticator *ap; in krb4encpwd_reply() 326 Authenticator *ap; in krb4encpwd_status()
|
H A D | rsaencpwd.c | 107 Authenticator *ap; in Data() 142 Authenticator *ap; in rsaencpwd_init() 166 Authenticator *ap; in rsaencpwd_send() 186 Authenticator *ap; in rsaencpwd_is() 306 Authenticator *ap; in rsaencpwd_reply() 377 Authenticator *ap; in rsaencpwd_status()
|
H A D | kerberos.c | 94 Data(Authenticator *ap, int type, const unsigned char *d, int c) in Data() 125 kerberos4_init(Authenticator *ap __unused, int server) in kerberos4_init() 144 kerberos4_send(Authenticator *ap) in kerberos4_send() 230 kerberos4_is(Authenticator *ap, unsigned char *data, int cnt) in kerberos4_is() 331 kerberos4_reply(Authenticator *ap, unsigned char *data, int cnt) in kerberos4_reply() 396 kerberos4_status(Authenticator *ap __unused, char *nam, int level) in kerberos4_status()
|
H A D | sra.c | 78 Data(Authenticator *ap, int type, void *d, int c) in Data() 109 sra_init(Authenticator *ap __unused, int server) in sra_init() 133 sra_send(Authenticator *ap) in sra_send() 151 sra_is(Authenticator *ap, unsigned char *data, int cnt) in sra_is() 242 sra_reply(Authenticator *ap, unsigned char *data, int cnt) in sra_reply() 339 sra_status(Authenticator *ap __unused, char *name, int level) in sra_status()
|
H A D | auth.h | 71 } Authenticator; typedef
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | auth-proto.h | 59 Authenticator *findauthenticator (int, int); 63 void auth_finished (Authenticator *, int); 83 int unsafe_init (Authenticator *, int); 84 int unsafe_send (Authenticator *); 85 void unsafe_is (Authenticator *, unsigned char *, int); 86 void unsafe_reply (Authenticator *, unsigned char *, int); 87 int unsafe_status (Authenticator *, char *, int); 92 int sra_init (Authenticator *, int); 93 int sra_send (Authenticator *); 94 void sra_is (Authenticator *, unsigned char *, int); [all …]
|
H A D | auth.c | 98 static Authenticator *authenticated = 0; 109 Authenticator authenticators[] = { 172 static Authenticator NoAuth = { 0 }; 177 Authenticator * 180 Authenticator *ap = authenticators; in findauthenticator() 190 Authenticator *ap = authenticators; in auth_init() 260 Authenticator *ap; in auth_onoff() 301 Authenticator *ap; in auth_status() 331 Authenticator *ap = authenticators; in auth_request() 368 Authenticator *ap; in auth_send() [all …]
|
H A D | kerberos5.c | 68 #define Authenticator k5_Authenticator macro 70 #undef Authenticator 98 void kerberos5_forward (Authenticator *); 118 Data(Authenticator *ap, int type, const void *d, int c) in Data() 164 kerberos5_init(Authenticator *ap, int server) in kerberos5_init() 195 kerberos5_send(char *name, Authenticator *ap) in kerberos5_send() 316 kerberos5_send_mutual(Authenticator *ap) in kerberos5_send_mutual() 322 kerberos5_send_oneway(Authenticator *ap) in kerberos5_send_oneway() 343 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_is() 612 kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt) in kerberos5_reply() [all …]
|
H A D | rsaencpwd.c | 116 Authenticator *ap; in Data() 151 Authenticator *ap; in rsaencpwd_init() 174 Authenticator *ap; in rsaencpwd_send() 194 Authenticator *ap; in rsaencpwd_is() 314 Authenticator *ap; in rsaencpwd_reply() 385 Authenticator *ap; in rsaencpwd_status()
|
H A D | spx.c | 133 Authenticator *ap; in Data() 168 Authenticator *ap; in spx_init() 201 Authenticator *ap; in spx_send() 313 Authenticator *ap; in spx_is() 416 Authenticator *ap; in spx_reply() 480 Authenticator *ap; in spx_status()
|
H A D | auth.h | 76 } Authenticator; typedef
|
/freebsd/contrib/wpa/hostapd/ |
H A D | README | 2 Authenticator and RADIUS authentication server 57 server for MAC address based access control, IEEE 802.1X Authenticator 59 Authenticator and dynamic TKIP/CCMP keying. 108 IEEE 802.1X uses elements called Supplicant, Authenticator, Port 111 Server. An access point includes an Authenticator that relays the packets 113 Port Access Entity (PAE) with Authenticator functionality for 118 between a Supplicant and an Authenticator are sent using EAP over LAN 119 (EAPOL) and the Authenticator relays these frames to the Authentication 122 Authenticator, in which case there is no need for additional protocol 131 frames to be passed between the Supplicant and the Authenticator even [all …]
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | build_auth.c | 113 Authenticator auth; in _krb5_build_authenticator() 173 ASN1_MALLOC_ENCODE(Authenticator, buf, buf_size, &auth, &len, ret); in _krb5_build_authenticator()
|
H A D | codec.c | 130 Authenticator *t, in krb5_decode_Authenticator() 141 Authenticator *t, in krb5_encode_Authenticator()
|
H A D | krb5.h | 528 typedef Authenticator krb5_authenticator_data; 534 typedef Authenticator krb5_donot_replay;
|
H A D | replay.c | 181 checksum_authenticator(Authenticator *auth, void *data) in checksum_authenticator()
|
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml | 60 master session key for the Authenticator (AP) and Supplicant 65 keys between the Authenticator and Supplicant. This handshake is 66 also used to verify that both Authenticator and Supplicant know
|
H A D | eapol_test.sgml | 51 ways to IEEE 802.1X/EAPOL Authenticator state machines. In other 52 words, it integrates IEEE 802.1X Authenticator (normally, an
|
/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | gkrb5_err.et | 26 error_code KG_NO_SUBKEY, "Authenticator has no subkey"
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | main.c | 115 #define Authenticator asn1_Authenticator macro
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-gen.c | 149 Authenticator *aa = a; in cmp_authenticator() 150 Authenticator *ab = b; in cmp_authenticator() 186 Authenticator values[] = { in test_authenticator() 197 if (asprintf (&tests[i].name, "Authenticator %d", i) < 0) in test_authenticator() 203 ret = generic_test (tests, ntests, sizeof(Authenticator), in test_authenticator()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | 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
|