Searched refs:eap_sake_hdr (Results 1 – 3 of 3) sorted by relevance
101 struct eap_sake_hdr *sake; in eap_sake_build_msg()105 plen = sizeof(struct eap_sake_hdr) + length; in eap_sake_build_msg()254 struct eap_sake_hdr *resp; in eap_sake_check()260 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_check()265 resp = (struct eap_sake_hdr *) pos; in eap_sake_check()428 struct eap_sake_hdr *resp; in eap_sake_process()434 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) in eap_sake_process()437 resp = (struct eap_sake_hdr *) pos; in eap_sake_process()
118 struct eap_sake_hdr *sake; in eap_sake_build_msg()122 plen = length + sizeof(struct eap_sake_hdr); in eap_sake_build_msg()366 const struct eap_sake_hdr *req; in eap_sake_process()373 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_process()378 req = (const struct eap_sake_hdr *) pos; in eap_sake_process()
47 struct eap_sake_hdr { struct