Searched refs:tls_alert (Results 1 – 4 of 4) sorted by relevance
/hostap-latest/src/tls/ |
D | tlsv1_client_read.c | 89 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 104 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 131 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 181 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 190 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 198 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 211 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 250 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 260 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 274 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, TLS_ALERT_DECODE_ERROR); in tls_process_server_hello() [all …]
|
D | tlsv1_client_write.c | 240 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_send_client_hello() 261 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate() 290 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate() 322 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate() 347 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 354 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 377 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 386 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 397 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 408 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() [all …]
|
D | tlsv1_client.c | 25 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()
|
D | tlsv1_client_i.h | 79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
|