Home
last modified time | relevance | path

Searched refs:eap_gpsk_csuite (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/eap_server/
Deap_server_gpsk.c32 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()
350 if (alen != data->csuite_count * sizeof(struct eap_gpsk_csuite) || in eap_gpsk_process_gpsk_2()
365 csuite = (const struct eap_gpsk_csuite *) pos; in eap_gpsk_process_gpsk_2()
/external/wpa_supplicant_8/src/eap_peer/
Deap_gpsk.c200 struct eap_gpsk_csuite *csuite; in eap_gpsk_select_csuite()
203 count = csuite_list_len / sizeof(struct eap_gpsk_csuite); in eap_gpsk_select_csuite()
206 csuite = (struct eap_gpsk_csuite *) csuite_list; in eap_gpsk_select_csuite()
257 if (len == 0 || (len % sizeof(struct eap_gpsk_csuite))) { in eap_gpsk_process_csuite_list()
323 struct eap_gpsk_csuite *csuite; in eap_gpsk_send_gpsk_2()
330 sizeof(struct eap_gpsk_csuite) + 2 + miclen; in eap_gpsk_send_gpsk_2()
495 const struct eap_gpsk_csuite *csuite; in eap_gpsk_validate_csuite()
505 csuite = (const struct eap_gpsk_csuite *) pos; in eap_gpsk_validate_csuite()
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.h39 struct eap_gpsk_csuite { struct