Authenticator
int sra_send(Authenticator *);
void sra_is(Authenticator *, unsigned char *, int);
void sra_reply(Authenticator *, unsigned char *, int);
int sra_status(Authenticator *, char *, int);
Authenticator *findauthenticator(int, int);
void auth_finished(Authenticator *, int);
int kerberos4_init(Authenticator *, int);
int kerberos4_send(Authenticator *);
void kerberos4_is(Authenticator *, unsigned char *, int);
void kerberos4_reply(Authenticator *, unsigned char *, int);
int kerberos4_status(Authenticator *, char *, int);
int kerberos5_init(Authenticator *, int);
int kerberos5_send_mutual(Authenticator *);
int kerberos5_send_oneway(Authenticator *);
void kerberos5_is(Authenticator *, unsigned char *, int);
void kerberos5_reply(Authenticator *, unsigned char *, int);
int kerberos5_status(Authenticator *, char *, int level);
int sra_init(Authenticator *, int);
Authenticator authenticators[] = {
static Authenticator NoAuth = { 0, 0, 0, 0, 0, 0, 0, 0 };
Authenticator *
Authenticator *ap = authenticators;
Authenticator *ap = authenticators;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap = authenticators;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
auth_finished(Authenticator *ap, int result)
Authenticator *ap;
static Authenticator *authenticated = 0;
kerberos4_init(Authenticator *ap __unused, int server)
kerberos4_send(Authenticator *ap)
kerberos4_is(Authenticator *ap, unsigned char *data, int cnt)
kerberos4_reply(Authenticator *ap, unsigned char *data, int cnt)
kerberos4_status(Authenticator *ap __unused, char *nam, int level)
Data(Authenticator *ap, int type, const unsigned char *d, int c)
Data(Authenticator *ap, int type, const char *d, int c)
kerberos5_init(Authenticator *ap __unused, int server)
kerberos5_send(const char *name, Authenticator *ap)
kerberos5_send_mutual(Authenticator *ap)
kerberos5_send_oneway(Authenticator *ap)
kerberos5_is(Authenticator *ap, unsigned char *data, int cnt)
kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt)
kerberos5_status(Authenticator *ap __unused, char *name, int level)
kerberos5_forward(Authenticator *ap)
void kerberos5_forward (Authenticator *);
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
Authenticator *ap;
sra_init(Authenticator *ap __unused, int server)
sra_send(Authenticator *ap)
sra_is(Authenticator *ap, unsigned char *data, int cnt)
sra_reply(Authenticator *ap, unsigned char *data, int cnt)
sra_status(Authenticator *ap __unused, char *name, int level)
Data(Authenticator *ap, int type, void *d, int c)