Searched refs:eap_sake_hdr (Results 1 – 8 of 8) sorted by relevance
106 struct eap_sake_hdr *sake; in eap_sake_build_msg()110 plen = sizeof(struct eap_sake_hdr) + length; in eap_sake_build_msg()259 struct eap_sake_hdr *resp; in eap_sake_check()265 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_check()270 resp = (struct eap_sake_hdr *) pos; in eap_sake_check()433 struct eap_sake_hdr *resp; in eap_sake_process()439 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) in eap_sake_process()442 resp = (struct eap_sake_hdr *) pos; in eap_sake_process()
107 struct eap_sake_hdr *sake; in eap_sake_build_msg()111 plen = sizeof(struct eap_sake_hdr) + length; in eap_sake_build_msg()260 struct eap_sake_hdr *resp; in eap_sake_check()266 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_check()271 resp = (struct eap_sake_hdr *) pos; in eap_sake_check()434 struct eap_sake_hdr *resp; in eap_sake_process()440 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) in eap_sake_process()443 resp = (struct eap_sake_hdr *) pos; in eap_sake_process()
124 struct eap_sake_hdr *sake; in eap_sake_build_msg()128 plen = length + sizeof(struct eap_sake_hdr); in eap_sake_build_msg()372 const struct eap_sake_hdr *req; in eap_sake_process()379 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_process()384 req = (const struct eap_sake_hdr *) pos; in eap_sake_process()
123 struct eap_sake_hdr *sake; in eap_sake_build_msg()127 plen = length + sizeof(struct eap_sake_hdr); in eap_sake_build_msg()371 const struct eap_sake_hdr *req; in eap_sake_process()378 if (pos == NULL || len < sizeof(struct eap_sake_hdr)) { in eap_sake_process()383 req = (const struct eap_sake_hdr *) pos; in eap_sake_process()
128 struct eap_sake_hdr *req; in eap_sake_build_msg()131 *length += sizeof(struct eap_sake_hdr); in eap_sake_build_msg()140 req = (struct eap_sake_hdr *) msg; in eap_sake_build_msg()383 const struct eap_sake_hdr *req; in eap_sake_process()396 req = (const struct eap_sake_hdr *) reqData; in eap_sake_process()
53 struct eap_sake_hdr { struct