Searched defs:eap_mschap_challenge (Results 1 – 3 of 3) sorted by relevance
65 struct eap_mschap_challenge { struct 74 static_assert(sizeof(struct eap_mschap_challenge) == 26, ""); argument
121 struct eap_mschap_challenge { struct122 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];
272 eap_mschap_challenge(struct iked *env, struct iked_sa *sa, int eap_id, in eap_mschap_challenge() function