Home
last modified time | relevance | path

Searched defs:eap_mschap_challenge (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/radiusd/
H A Deap2mschap_local.h65 struct eap_mschap_challenge { struct
74 static_assert(sizeof(struct eap_mschap_challenge) == 26, ""); argument
/openbsd-src/sbin/iked/
H A Deap.h121 struct eap_mschap_challenge { struct
122 uint8_t msc_opcode;
123 uint8_t msc_id;
124 uint16_t msc_length;
125 uint8_t msc_valuesize;
126 uint8_t msc_challenge[EAP_MSCHAP_CHALLENGE_SZ];
H A Deap.c272 eap_mschap_challenge(struct iked *env, struct iked_sa *sa, int eap_id, in eap_mschap_challenge() function