Searched refs:appl_data (Results 1 – 6 of 6) sorted by relevance
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/ |
D | tls_internal.c | 371 struct wpabuf **appl_data) in tls_connection_handshake() argument 373 return tls_connection_handshake2(tls_ctx, conn, in_data, appl_data, in tls_connection_handshake() 381 struct wpabuf **appl_data, in tls_connection_handshake2() argument 406 if (appl_data) { in tls_connection_handshake2() 408 *appl_data = wpabuf_alloc_ext_data(ad, ad_len); in tls_connection_handshake2() 409 if (*appl_data == NULL) in tls_connection_handshake2() 412 *appl_data = NULL; in tls_connection_handshake2() 426 struct wpabuf **appl_data) in tls_connection_server_handshake() argument 436 if (appl_data) in tls_connection_server_handshake() 437 *appl_data = NULL; in tls_connection_server_handshake()
|
D | tls.h | 374 struct wpabuf **appl_data); 379 struct wpabuf **appl_data, 395 struct wpabuf **appl_data);
|
D | tlsv1_client.c | 141 size_t *out_len, u8 **appl_data, in tlsv1_client_handshake() argument 222 appl_data, in tlsv1_client_handshake() 234 no_appl_data = appl_data == NULL || *appl_data == NULL; in tlsv1_client_handshake()
|
D | tlsv1_client.h | 25 size_t *out_len, u8 **appl_data,
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_tls_common.c | 441 struct wpabuf *appl_data; in eap_tls_process_input() local 457 appl_data = NULL; in eap_tls_process_input() 459 msg, &appl_data); in eap_tls_process_input() 462 if (appl_data && in eap_tls_process_input() 466 appl_data); in eap_tls_process_input() 467 *out_data = appl_data; in eap_tls_process_input() 471 wpabuf_free(appl_data); in eap_tls_process_input()
|
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/ |
D | tls_mbedtls.c | 636 struct wpabuf **appl_data) in tls_connection_handshake() argument 683 struct wpabuf **appl_data) in tls_connection_server_handshake() argument
|