Lines Matching refs:eapdata
934 u8 *eapdata; member
944 if (parse->eapdata == NULL) { in eap_ttls_parse_attr_eap()
945 parse->eapdata = os_memdup(dpos, dlen); in eap_ttls_parse_attr_eap()
946 if (parse->eapdata == NULL) { in eap_ttls_parse_attr_eap()
953 u8 *neweap = os_realloc(parse->eapdata, parse->eap_len + dlen); in eap_ttls_parse_attr_eap()
960 parse->eapdata = neweap; in eap_ttls_parse_attr_eap()
1150 if (parse->eapdata == NULL) { in eap_ttls_process_phase2_eap()
1157 parse->eapdata, parse->eap_len); in eap_ttls_process_phase2_eap()
1158 hdr = (struct eap_hdr *) parse->eapdata; in eap_ttls_process_phase2_eap()
1214 if (data->phase2_success && parse->eapdata) { in eap_ttls_process_phase2_mschapv2()
1266 if (parse->eapdata == NULL) { in eap_ttls_process_tnc_start()
1317 if (res == 1 && parse->eapdata && data->phase2_success) { in eap_ttls_process_decrypted()
1524 os_free(parse.eapdata); in eap_ttls_decrypt()