/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_read.c | 62 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 77 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 107 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 174 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 182 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 204 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 285 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_client_hello() 303 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() 314 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() 327 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate() [all …]
|
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_dh() 226 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 249 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 258 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 273 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 288 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() 299 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh() [all …]
|
D | tlsv1_server_write.c | 108 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 118 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 143 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_hello() 196 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate() 228 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_certificate() 286 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() 293 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() 320 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() 327 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_server_key_exchange() 377 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, alert); in tlsv1_server_handshake() 237 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_encrypt() 279 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_server_decrypt() 286 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_server_decrypt() 293 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 305 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 313 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt() 332 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_server_decrypt()
|
D | tlsv1_client.c | 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_common.h | 128 #define TLS_ALERT_LEVEL_FATAL 2 macro
|