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

/haiku/src/libs/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 Drsaencpwd.c111 Authenticator *ap;
146 Authenticator *ap;
170 Authenticator *ap;
190 Authenticator *ap;
310 Authenticator *ap;
381 Authenticator *ap;
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 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)

Completed in 36 milliseconds