Searched refs:eap_sake_hdr (Results 1 – 3 of 3) sorted by relevance
93 struct eap_sake_hdr *sake; in eap_sake_build_msg()97 plen = sizeof(struct eap_sake_hdr) + length; in eap_sake_build_msg()239 struct eap_sake_hdr *resp; in eap_sake_check()245 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_check()250 resp = (struct eap_sake_hdr *) pos; in eap_sake_check()424 struct eap_sake_hdr *resp; in eap_sake_process()430 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) in eap_sake_process()433 resp = (struct eap_sake_hdr *) pos; in eap_sake_process()
117 struct eap_sake_hdr *sake; in eap_sake_build_msg()121 plen = length + sizeof(struct eap_sake_hdr); in eap_sake_build_msg()375 const struct eap_sake_hdr *req; in eap_sake_process()382 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_process()387 req = (const struct eap_sake_hdr *) pos; in eap_sake_process()
47 struct eap_sake_hdr { struct