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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dauth.h81 } Authenticator; typedef in typeref:struct:XauthP
95 void auth_finished(Authenticator *, int);
102 int kerberos5_init(Authenticator *);
103 int kerberos5_send(Authenticator *);
104 void kerberos5_reply(Authenticator *, unsigned char *, int);
105 int kerberos5_status(Authenticator *, char *, int);
H A Dauth.c98 static Authenticator *authenticated = NULL;
107 static Authenticator authenticators[] = {
130 static Authenticator NoAuth = { 0 };
136 * Traverse the Authenticator array until we find the authentication type
138 * Authenticator type array.
143 static Authenticator *
146 Authenticator *ap = authenticators;
154 * For each authentication type in the Authenticator array,
160 Authenticator *ap = authenticators;
179 * Search the Authenticator arra
[all...]
H A Dkerberos5.c93 static void kerberos5_forward(Authenticator *);
134 krb5_send_data(Authenticator *ap, int type, krb5_pointer d, int c)
182 kerberos5_init(Authenticator *ap)
196 kerberos5_send(Authenticator *ap)
400 kerberos5_reply(Authenticator *ap, unsigned char *data, int cnt)
497 kerberos5_status(Authenticator *ap, char *name, int level)
618 kerberos5_forward(Authenticator *ap)

Completed in 185 milliseconds