Home
last modified time | relevance | path

Searched refs:appl_data (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtls_internal.c371 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()
Dtls.h374 struct wpabuf **appl_data);
379 struct wpabuf **appl_data,
395 struct wpabuf **appl_data);
Dtlsv1_client.c141 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()
Dtlsv1_client.h25 size_t *out_len, u8 **appl_data,
/hal_espressif-3.6.0/components/wpa_supplicant/src/eap_peer/
Deap_tls_common.c441 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/
Dtls_mbedtls.c636 struct wpabuf **appl_data) in tls_connection_handshake() argument
683 struct wpabuf **appl_data) in tls_connection_server_handshake() argument