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

/haiku/src/libs/libtelnet/
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_mutual(Authenticator *);
95 int kerberos5_send_oneway(Authenticator *);
[all...]
H A Dauth.h75 } Authenticator; typedef in typeref:struct:XauthP
H A Dauth.c103 static Authenticator *authenticated = 0;
117 Authenticator authenticators[] = {
185 static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 };
190 Authenticator *
193 Authenticator *ap = authenticators;
203 Authenticator *ap = authenticators;
273 Authenticator *ap;
314 Authenticator *ap;
344 Authenticator *ap = authenticators;
381 Authenticator *a
[all...]
H A Dkrb4encpwd.c119 Authenticator *ap;
154 Authenticator *ap;
178 Authenticator *ap;
198 Authenticator *ap;
275 Authenticator *ap;
334 Authenticator *ap;
H A Dkerberos5.c68 #define Authenticator k5_Authenticator macro
70 #undef Authenticator macro
83 void kerberos5_forward (Authenticator *);
104 Data(Authenticator *ap, int type, const char *d, int c)
135 kerberos5_init(Authenticator *ap __unused, int server)
167 kerberos5_send(const char *name, Authenticator *ap)
287 kerberos5_send_mutual(Authenticator *ap)
293 kerberos5_send_oneway(Authenticator *ap)
299 kerberos5_is(Authenticator *ap, unsigned char *data, int cnt)
568 kerberos5_reply(Authenticator *a
[all...]
H A Dkerberos.c102 Data(Authenticator *ap, int type, const unsigned char *d, int c)
133 kerberos4_init(Authenticator *ap __unused, int server)
152 kerberos4_send(Authenticator *ap)
238 kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
339 kerberos4_reply(Authenticator *ap, unsigned char *data, int cnt)
404 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)

Completed in 93 milliseconds