OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Authenticator
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libtelnet/
auth-proto.h
59
Authenticator
*findauthenticator(int, int);
79
void auth_finished(
Authenticator
*, int);
85
int kerberos5_init(
Authenticator
*, int);
86
int kerberos5_send(
Authenticator
*);
87
void kerberos5_is(
Authenticator
*, unsigned char *, int);
88
void kerberos5_reply(
Authenticator
*, unsigned char *, int);
89
int kerberos5_status(
Authenticator
*, char *, size_t, int);
94
int sra_init(
Authenticator
*, int);
95
int sra_send(
Authenticator
*);
96
void sra_is(
Authenticator
*, unsigned char *, int)
[
all
...]
auth.h
72
}
Authenticator
;
auth.c
86
static
Authenticator
*authenticated = 0;
99
Authenticator
authenticators[] = {
131
static
Authenticator
NoAuth = { .type = 0 };
136
Authenticator
*
139
Authenticator
*ap = authenticators;
149
Authenticator
*ap = authenticators;
219
Authenticator
*ap;
260
Authenticator
*ap;
290
Authenticator
*ap = authenticators;
327
Authenticator
*ap
[
all
...]
kerberos5.c
61
#define
Authenticator
k5_Authenticator
63
#undef
Authenticator
78
void kerberos5_forward(
Authenticator
*);
99
Data(
Authenticator
*ap, int type, const void *d, int c)
146
kerberos5_init(
Authenticator
*ap, int server)
179
kerberos5_send(
Authenticator
*ap)
266
kerberos5_is(
Authenticator
* ap, unsigned char *data, int cnt)
506
kerberos5_reply(
Authenticator
* ap, unsigned char *data, int cnt)
595
kerberos5_status(
Authenticator
*ap, char *name, size_t l, int level)
671
kerberos5_forward(
Authenticator
* ap
[
all
...]
sra.c
89
Data(
Authenticator
*ap, int type, void *d, int c)
119
sra_init(
Authenticator
*ap __unused, int server)
145
sra_send(
Authenticator
*ap)
163
sra_is(
Authenticator
*ap, unsigned char *data, int cnt)
257
sra_reply(
Authenticator
*ap, unsigned char *data, int cnt)
369
sra_status(
Authenticator
*ap __unused, char *name, size_t len, int level)
/src/libexec/telnetd/
telnetd.c
83
#define
Authenticator
k5_Authenticator
85
#undef
Authenticator
Completed in 14 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025