Searched refs:Authenticator (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dauth-proto.h55 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 Dauth.h71 } Authenticator; typedef in typeref:struct:XauthP
H A Dauth.c99 static Authenticator *authenticated = 0;
113 Authenticator authenticators[] = {
181 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 };
186 Authenticator *
189 Authenticator *ap = authenticators;
199 Authenticator *ap = authenticators;
269 Authenticator *ap;
310 Authenticator *ap;
340 Authenticator *ap = authenticators;
377 Authenticator *a
[all...]
H A Dkrb4encpwd.c115 Authenticator *ap;
150 Authenticator *ap;
174 Authenticator *ap;
194 Authenticator *ap;
271 Authenticator *ap;
330 Authenticator *ap;
H A Dkerberos5.c64 #define Authenticator k5_Authenticator macro
66 #undef Authenticator macro
79 void kerberos5_forward (Authenticator *);
110 Data(Authenticator *ap, int type, const char *d, int c)
141 kerberos5_init(Authenticator *ap __unused, int server)
173 kerberos5_send(const char *name, Authenticator *ap)
292 kerberos5_send_mutual(Authenticator *ap)
298 kerberos5_send_oneway(Authenticator *ap)
304 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt)
572 kerberos5_reply(Authenticator *a
[all...]
H A Dkerberos.c98 Data(Authenticator *ap, int type, const unsigned char *d, int c)
129 kerberos4_init(Authenticator *ap __unused, int server)
148 kerberos4_send(Authenticator *ap)
234 kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
335 kerberos4_reply(Authenticator *ap, unsigned char *data, int cnt)
400 kerberos4_status(Authenticator *ap __unused, char *nam, int level)
H A Drsaencpwd.c111 Authenticator *ap;
146 Authenticator *ap;
170 Authenticator *ap;
190 Authenticator *ap;
310 Authenticator *ap;
381 Authenticator *ap;
H A Dsra.c82 Data(Authenticator *ap, int type, void *d, int c)
113 sra_init(Authenticator *ap __unused, int server)
137 sra_send(Authenticator *ap)
155 sra_is(Authenticator *ap, unsigned char *data, int cnt)
246 sra_reply(Authenticator *ap, unsigned char *data, int cnt)
343 sra_status(Authenticator *ap __unused, char *name, int level)
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dauth-proto.h59 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 *, unsigne
[all...]
H A Dauth.h76 } Authenticator; typedef in typeref:struct:XauthP
H A Dauth.c98 static Authenticator *authenticated = 0;
109 Authenticator authenticators[] = {
172 static Authenticator NoAuth = { 0 };
177 Authenticator *
180 Authenticator *ap = authenticators;
190 Authenticator *ap = authenticators;
260 Authenticator *ap;
301 Authenticator *ap;
331 Authenticator *ap = authenticators;
368 Authenticator *a
[all...]
H A Dkerberos5.c68 #define Authenticator k5_Authenticator macro
70 #undef Authenticator macro
98 void kerberos5_forward (Authenticator *);
118 Data(Authenticator *ap, int type, const void *d, int c)
164 kerberos5_init(Authenticator *ap, int server)
195 kerberos5_send(char *name, Authenticator *ap)
316 kerberos5_send_mutual(Authenticator *ap)
322 kerberos5_send_oneway(Authenticator *ap)
343 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt)
612 kerberos5_reply(Authenticator *a
[all...]
H A Drsaencpwd.c116 Authenticator *ap;
151 Authenticator *ap;
174 Authenticator *ap;
194 Authenticator *ap;
314 Authenticator *ap;
385 Authenticator *ap;
H A Dspx.c133 Authenticator *ap;
168 Authenticator *ap;
201 Authenticator *ap;
313 Authenticator *ap;
416 Authenticator *ap;
480 Authenticator *ap;
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dbuild_auth.c113 Authenticator auth;
173 ASN1_MALLOC_ENCODE(Authenticator, buf, buf_size, &auth, &len, ret);
H A Dcodec.c130 Authenticator *t,
141 Authenticator *t,
H A Dreplay.c181 checksum_authenticator(Authenticator *auth, void *data)
H A Dkrb5.h204 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator cksum, keyed
207 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator (includes tgs
217 /* AP-REQ Authenticator cksum, keyed with the application session
220 /* AP-REQ Authenticator (includes application authenticator
528 typedef Authenticator krb5_authenticator_data;
534 typedef Authenticator krb5_donot_replay;
H A Drd_req.c73 Authenticator *authenticator,
H A Dkrb5-protos.h1300 Authenticator */*t*/,
1627 Authenticator */*t*/,
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dmain.c115 #define Authenticator asn1_Authenticator macro
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dcheck-gen.c149 Authenticator *aa = a;
150 Authenticator *ab = b;
186 Authenticator values[] = {
197 if (asprintf (&tests[i].name, "Authenticator %d", i) < 0)
203 ret = generic_test (tests, ntests, sizeof(Authenticator),
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c55 #define Authenticator k5_Authenticator macro
57 #undef Authenticator macro

Completed in 143 milliseconds