Searched refs:eap_gpsk_csuite (Results 1 – 3 of 3) sorted by relevance
32 struct eap_gpsk_csuite csuite_list[MAX_NUM_CSUITES];121 data->csuite_count * sizeof(struct eap_gpsk_csuite); in eap_gpsk_build_gpsk_1()136 data->csuite_count * sizeof(struct eap_gpsk_csuite)); in eap_gpsk_build_gpsk_1()138 data->csuite_count * sizeof(struct eap_gpsk_csuite)); in eap_gpsk_build_gpsk_1()149 struct eap_gpsk_csuite *csuite; in eap_gpsk_build_gpsk_3()156 sizeof(struct eap_gpsk_csuite) + 2 + miclen; in eap_gpsk_build_gpsk_3()245 const struct eap_gpsk_csuite *csuite; in eap_gpsk_process_gpsk_2()349 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) || in eap_gpsk_process_gpsk_2()364 csuite = (const struct eap_gpsk_csuite *) pos; in eap_gpsk_process_gpsk_2()
197 struct eap_gpsk_csuite *csuite; in eap_gpsk_select_csuite()200 count = csuite_list_len / sizeof(struct eap_gpsk_csuite); in eap_gpsk_select_csuite()203 csuite = (struct eap_gpsk_csuite *) csuite_list; in eap_gpsk_select_csuite()254 if (len == 0 || (len % sizeof(struct eap_gpsk_csuite))) { in eap_gpsk_process_csuite_list()320 struct eap_gpsk_csuite *csuite; in eap_gpsk_send_gpsk_2()327 sizeof(struct eap_gpsk_csuite) + 2 + miclen; in eap_gpsk_send_gpsk_2()492 const struct eap_gpsk_csuite *csuite; in eap_gpsk_validate_csuite()502 csuite = (const struct eap_gpsk_csuite *) pos; in eap_gpsk_validate_csuite()
39 struct eap_gpsk_csuite { struct