Searched refs:eap_mschap_challenge (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/usr.sbin/radiusd/
H A Deap2mschap_local.h65 struct eap_mschap_challenge { struct
74 static_assert(sizeof(struct eap_mschap_challenge) == 26, "");
75 static_assert(offsetof(struct eap_mschap_challenge, chap) == 5, "");
76 static_assert(offsetof(struct eap_mschap_challenge, chall) == 10, "");
H A Dradiusd_eap2mschap.c346 struct eap_mschap_challenge *chall;
364 msgsiz = offsetof(struct eap_mschap_challenge,
366 chall = (struct eap_mschap_challenge *)buf;
374 offsetof(struct eap_mschap_challenge, chap));
/openbsd-current/sbin/iked/
H A Deap.h121 struct eap_mschap_challenge { struct
H A Deap.c193 struct eap_mschap_challenge *ms;
272 eap_mschap_challenge(struct iked *env, struct iked_sa *sa, int eap_id, function
422 struct eap_mschap_challenge *msc;
482 msc = (struct eap_mschap_challenge *)ptr;
H A Diked.h1260 int eap_mschap_challenge(struct iked *, struct iked_sa *, int, int,
H A Dikev2.c3854 ret = eap_mschap_challenge(env, sa, eap->eam_id, eap->eam_msrid,

Completed in 136 milliseconds