Home
last modified time | relevance | path

Searched refs:pending_phase2_req (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/eap_peer/
H A Deap_peap.c61 struct wpabuf *pending_phase2_req; member
189 wpabuf_clear_free(data->pending_phase2_req); in eap_peap_deinit()
750 wpabuf_clear_free(data->pending_phase2_req); in eap_peap_phase2_request()
751 data->pending_phase2_req = wpabuf_alloc_copy(hdr, len); in eap_peap_phase2_request()
773 if (data->pending_phase2_req) { in eap_peap_decrypt()
778 in_decrypted = data->pending_phase2_req; in eap_peap_decrypt()
779 data->pending_phase2_req = NULL; in eap_peap_decrypt()
1177 wpabuf_clear_free(data->pending_phase2_req); in eap_peap_process()
1178 data->pending_phase2_req = resp; in eap_peap_process()
1214 wpabuf_clear_free(data->pending_phase2_req); in eap_peap_deinit_for_reauth()
[all …]
H A Deap_ttls.c61 struct wpabuf *pending_phase2_req; member
199 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_deinit()
1331 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_process_decrypted()
1375 data->pending_phase2_req = wpabuf_alloc(0); in eap_ttls_implicit_identity_request()
1438 if (data->pending_phase2_req) { in eap_ttls_decrypt()
1444 in_decrypted = data->pending_phase2_req; in eap_ttls_decrypt()
1445 data->pending_phase2_req = NULL; in eap_ttls_decrypt()
1592 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_process_handshake()
1593 data->pending_phase2_req = *out_data; in eap_ttls_process_handshake()
1718 wpabuf_clear_free(data->pending_phase2_req); in eap_ttls_deinit_for_reauth()
[all …]
H A Deap_fast.c69 struct wpabuf *pending_phase2_req; member
253 wpabuf_clear_free(data->pending_phase2_req); in eap_fast_deinit()
509 wpabuf_clear_free(data->pending_phase2_req); in eap_fast_phase2_request()
510 data->pending_phase2_req = wpabuf_alloc_copy(hdr, len); in eap_fast_phase2_request()
1321 if (data->pending_phase2_req) { in eap_fast_decrypt()
1327 in_decrypted = data->pending_phase2_req; in eap_fast_decrypt()
1328 data->pending_phase2_req = NULL; in eap_fast_decrypt()
1673 wpabuf_clear_free(data->pending_phase2_req); in eap_fast_process()
1674 data->pending_phase2_req = resp; in eap_fast_process()
1707 wpabuf_clear_free(data->pending_phase2_req);
[all …]
H A Deap_teap.c71 struct wpabuf *pending_phase2_req; member
239 wpabuf_free(data->pending_phase2_req); in eap_teap_clear()
240 data->pending_phase2_req = NULL; in eap_teap_clear()
485 wpabuf_free(data->pending_phase2_req); in eap_teap_phase2_request()
486 data->pending_phase2_req = wpabuf_alloc_copy(hdr, len); in eap_teap_phase2_request()
1506 if (data->pending_phase2_req) { in eap_teap_decrypt()
1512 in_decrypted = data->pending_phase2_req; in eap_teap_decrypt()
1513 data->pending_phase2_req = NULL; in eap_teap_decrypt()
1973 wpabuf_free(data->pending_phase2_req); in eap_teap_process()
1974 data->pending_phase2_req = resp; in eap_teap_process()