/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_server_read.c | 134 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 152 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 188 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 268 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 276 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 304 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 390 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 408 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() 419 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() 432 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() [all …]
|
D | tlsv1_client_read.c | 92 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 …]
|
D | tlsv1_client_write.c | 250 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 …]
|
D | tlsv1_server_write.c | 137 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 147 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 177 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 206 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate() 235 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate() 267 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate() 301 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate_status() 354 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate_status() 412 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() 419 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() [all …]
|
D | tlsv1_server.c | 160 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_server_handshake() 167 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_handshake() 239 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_encrypt() 281 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_server_decrypt() 288 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_server_decrypt() 295 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 308 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 316 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 335 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt()
|
D | tlsv1_client.c | 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()
|
D | tlsv1_common.h | 128 #define TLS_ALERT_LEVEL_FATAL 2 macro
|