Searched refs:appl_data (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | tls_internal.c | 475 struct wpabuf **appl_data) in tls_connection_handshake() argument 477 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data, in tls_connection_handshake() 485 struct wpabuf **appl_data, in tls_connection_handshake2() argument 509 if (appl_data) { in tls_connection_handshake2() 511 *appl_data = wpabuf_alloc_ext_data(ad, ad_len); in tls_connection_handshake2() 512 if (*appl_data == NULL) in tls_connection_handshake2() 515 *appl_data = NULL; in tls_connection_handshake2() 529 struct wpabuf **appl_data) in tls_connection_server_handshake() argument 539 if (appl_data) in tls_connection_server_handshake() 540 *appl_data = NULL; in tls_connection_server_handshake()
|
D | tls.h | 451 struct wpabuf **appl_data); 456 struct wpabuf **appl_data, 472 struct wpabuf **appl_data);
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 452 struct wpabuf *appl_data; in eap_tls_process_input() local 468 appl_data = NULL; in eap_tls_process_input() 470 msg, &appl_data); in eap_tls_process_input() 473 if (appl_data && in eap_tls_process_input() 477 appl_data); in eap_tls_process_input() 478 *out_data = appl_data; in eap_tls_process_input() 482 wpabuf_free(appl_data); in eap_tls_process_input()
|
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client.h | 26 size_t *out_len, u8 **appl_data,
|
D | tlsv1_client.c | 165 size_t *out_len, u8 **appl_data, in tlsv1_client_handshake() argument 246 appl_data, in tlsv1_client_handshake() 258 no_appl_data = appl_data == NULL || *appl_data == NULL; in tlsv1_client_handshake()
|
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | tls_mbedtls.c | 742 struct wpabuf **appl_data) in tls_connection_handshake() argument 803 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
|