Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c92 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
107 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
134 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
184 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
193 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
201 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
214 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
253 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
263 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello()
277 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, TLS_ALERT_DECODE_ERROR); in tls_process_server_hello()
[all …]
Dtlsv1_client_write.c250 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_send_client_hello()
271 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate()
300 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate()
332 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate()
357 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
364 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
387 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
396 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
407 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
418 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
[all …]
Dtlsv1_client.c25 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert() function
187 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_handshake()
213 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_handshake()
226 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_handshake()
309 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_encrypt()
431 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_decrypt()
Dtlsv1_client_i.h79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);