Searched defs:chap (Results 1 – 10 of 10) sorted by relevance
| /trueos/usr.sbin/ppp/ |
| HD | chap.h | 39 struct chap { struct 62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL) argument
|
| HD | chap.c | 256 chap_StartChild(struct chap *chap, char *prog, const char *name) in chap_StartChild() 342 chap_Cleanup(struct chap *chap, int sig) in chap_Cleanup() 368 chap_Respond(struct chap *chap, char *name, char *key in chap_Respond() 399 struct chap *chap = descriptor2chap(d); in chap_UpdateSet() local 415 struct chap *chap = descriptor2chap(d); in chap_IsSet() local 424 struct chap *chap = descriptor2chap(d); in chap_Read() local 489 struct chap *chap = auth2chap(authp); in chap_ChallengeInit() local 526 struct chap *chap = auth2chap(authp); in chap_Challenge() local 655 chap_HaveAnotherGo(struct chap *chap) in chap_HaveAnotherGo() 669 chap_Init(struct chap *chap, struct physical *p) in chap_Init() [all …]
|
| HD | auth.c | 90 static char chap[10]; in Auth2Nam() local
|
| HD | datalink.h | 117 struct chap chap; /* Authentication using chap */ member
|
| /trueos/usr.sbin/iscsid/ |
| HD | chap.c | 237 struct chap *chap; in chap_new() local 262 chap_get_id(const struct chap *chap) in chap_get_id() 275 chap_get_challenge(const struct chap *chap) in chap_get_challenge() 286 chap_receive_bin(struct chap *chap, void *response, size_t response_len) in chap_receive_bin() 301 chap_receive(struct chap *chap, const char *response) in chap_receive() 321 chap_authenticate(struct chap *chap, const char *secret) in chap_authenticate() 338 chap_delete(struct chap *chap) in chap_delete()
|
| HD | iscsid.h | 86 struct chap { struct 87 unsigned char chap_id; argument 88 char chap_challenge[CHAP_CHALLENGE_LEN]; argument 89 char chap_response[MD5_DIGEST_LENGTH]; argument
|
| /trueos/usr.sbin/ctld/ |
| HD | chap.c | 237 struct chap *chap; in chap_new() local 262 chap_get_id(const struct chap *chap) in chap_get_id() 275 chap_get_challenge(const struct chap *chap) in chap_get_challenge() 286 chap_receive_bin(struct chap *chap, void *response, size_t response_len) in chap_receive_bin() 301 chap_receive(struct chap *chap, const char *response) in chap_receive() 321 chap_authenticate(struct chap *chap, const char *secret) in chap_authenticate() 338 chap_delete(struct chap *chap) in chap_delete()
|
| HD | login.c | 256 login_send_chap_c(struct pdu *request, struct chap *chap) in login_send_chap_c() 280 struct chap *chap, const struct auth **authp) in login_receive_chap_r() 409 struct chap *chap; in login_chap() local
|
| HD | ctld.h | 265 struct chap { struct 266 unsigned char chap_id; argument 267 char chap_challenge[CHAP_CHALLENGE_LEN]; argument 268 char chap_response[MD5_DIGEST_LENGTH]; argument
|
| /trueos/sys/net/ |
| HD | if_spppsubr.c | 439 static const struct cp chap = { variable
|