Home
last modified time | relevance | path

Searched refs:eap_mschap_response (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/radiusd/
H A Deap2mschap_local.h79 struct eap_mschap_response { struct
91 static_assert(sizeof(struct eap_mschap_response) == 59, ""); argument
92 static_assert(offsetof(struct eap_mschap_response, chap) == 5, "");
93 static_assert(offsetof(struct eap_mschap_response, peerchall) == 10, "");
H A Dradiusd_eap2mschap.c466 struct eap_mschap_response *resp; in eap_recv_mschap()
473 resp = (struct eap_mschap_response *)chap; in eap_recv_mschap()
474 if (eapsiz < sizeof(struct eap_mschap_response) || in eap_recv_mschap()
476 sizeof(struct eap_mschap_response) - in eap_recv_mschap()
477 offsetof(struct eap_mschap_response, chap)) { in eap_recv_mschap()
492 (offsetof(struct eap_mschap_response, chap_name[0]) - in eap_recv_mschap()
493 offsetof(struct eap_mschap_response, chap)); in eap_recv_mschap()
/openbsd/sbin/iked/
H A Deap.c343 struct eap_mschap_response *msr; in eap_mschap()
377 msr = (struct eap_mschap_response *)ms; in eap_mschap()
423 struct eap_mschap_response *msr; in eap_parse()
504 msr = (struct eap_mschap_response *)ptr; in eap_parse()
H A Deap.h137 struct eap_mschap_response { struct