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

12

/macosx-10.10/libtelnet-13/
H A Dauth-proto.h59 Authenticator *findauthenticator(int, int);
68 void auth_finished(Authenticator *, int);
84 int kerberos4_init(Authenticator *, int);
85 int kerberos4_send(Authenticator *);
86 void kerberos4_is(Authenticator *, unsigned char *, int);
87 void kerberos4_reply(Authenticator *, unsigned char *, int);
88 int kerberos4_status(Authenticator *, char *, int);
93 int kerberos5_init(Authenticator *, int);
94 int kerberos5_send(Authenticator *);
95 void kerberos5_is(Authenticator *, unsigne
[all...]
H A Dauth.h75 } Authenticator; typedef in typeref:struct:XauthP
H A Dauth.c109 static Authenticator *authenticated = 0;
123 Authenticator authenticators[] = {
191 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 };
196 Authenticator *
199 Authenticator *ap = authenticators;
209 Authenticator *ap = authenticators;
279 Authenticator *ap;
320 Authenticator *ap;
350 Authenticator *ap = authenticators;
387 Authenticator *a
[all...]
H A Dkrb4encpwd.c121 Authenticator *ap;
156 Authenticator *ap;
180 Authenticator *ap;
200 Authenticator *ap;
277 Authenticator *ap;
336 Authenticator *ap;
H A Dkerberos.c108 Data(Authenticator *ap, int type, const unsigned char *d, int c)
139 kerberos4_init(Authenticator *ap __unused, int server)
158 kerberos4_send(Authenticator *ap)
245 kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
352 kerberos4_reply(Authenticator *ap, unsigned char *data, int cnt)
417 kerberos4_status(Authenticator *ap __unused, char *nam, int level)
H A Drsaencpwd.c115 Authenticator *ap;
150 Authenticator *ap;
174 Authenticator *ap;
194 Authenticator *ap;
314 Authenticator *ap;
385 Authenticator *ap;
H A Dsra.c84 Data(Authenticator *ap, int type, void *d, int c)
115 sra_init(Authenticator *ap __unused, int server)
139 sra_send(Authenticator *ap)
157 sra_is(Authenticator *ap, unsigned char *data, int cnt)
248 sra_reply(Authenticator *ap, unsigned char *data, int cnt)
345 sra_status(Authenticator *ap __unused, char *name, int level)
H A Dkerberos5.c140 Authenticator *ap;
184 Authenticator *ap;
225 Authenticator *ap;
387 Authenticator *ap;
631 Authenticator *ap;
725 Authenticator *ap;
818 Authenticator *ap;
/macosx-10.10/Heimdal-398.1.2/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;
/macosx-10.10/ruby-106/ruby/lib/webrick/httpauth/
H A Dbasicauth.rb35 include Authenticator
H A Dauthenticator.rb2 # httpauth/authenticator.rb -- Authenticator mix-in module.
17 module Authenticator module in class:WEBrick.HTTPAuth
H A Ddigestauth.rb46 include Authenticator
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dbuild_auth.c113 Authenticator auth;
186 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.h216 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator cksum, keyed
219 /* TGS-REQ PA-TGS-REQ padata AP-REQ Authenticator (includes tgs
229 /* AP-REQ Authenticator cksum, keyed with the application session
232 /* AP-REQ Authenticator (includes application authenticator
565 typedef Authenticator krb5_authenticator_data;
571 typedef Authenticator krb5_donot_replay;
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnet/
H A Dmain.c115 #define Authenticator asn1_Authenticator macro
/macosx-10.10/security_systemkeychain-55202/src/
H A Dcreate_fv_user.m48 #import <Admin/Authenticator.h>
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dcheck-gen.c146 Authenticator *aa = a;
147 Authenticator *ab = b;
183 Authenticator values[] = {
194 if (asprintf (&tests[i].name, "Authenticator %d", i) < 0)
200 ret = generic_test (tests, ntests, sizeof(Authenticator),
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtelnetd.c55 #define Authenticator k5_Authenticator macro
57 #undef Authenticator macro

Completed in 172 milliseconds

12