Searched refs:tls_alert (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_client_read.c | 41 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 56 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 82 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 132 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 141 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 149 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 162 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 185 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 195 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_server_hello() 209 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, TLS_ALERT_DECODE_ERROR); in tls_process_server_hello() [all …]
|
D | tlsv1_client_write.c | 117 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_send_client_hello() 162 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate() 194 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate() 219 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 226 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 249 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 258 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 273 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 288 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() 299 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_anon_dh() [all …]
|
D | tlsv1_client.c | 24 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description) in tls_alert() function 163 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_handshake() 189 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_handshake() 202 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_handshake() 285 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_client_encrypt() 407 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_decrypt()
|
D | tlsv1_client_i.h | 70 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
|