Home
last modified time | relevance | path

Searched defs:chap (Results 1 – 10 of 10) sorted by relevance

/trueos/usr.sbin/ppp/
HDchap.h39 struct chap { struct
62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL) argument
HDchap.c256 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 …]
HDauth.c90 static char chap[10]; in Auth2Nam() local
HDdatalink.h117 struct chap chap; /* Authentication using chap */ member
/trueos/usr.sbin/iscsid/
HDchap.c237 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()
HDiscsid.h86 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/
HDchap.c237 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()
HDlogin.c256 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
HDctld.h265 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/
HDif_spppsubr.c439 static const struct cp chap = { variable