Searched refs:tlsv1_server_alert (Results 1 – 4 of 4) sorted by relevance
/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_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 | 49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) in tlsv1_server_alert() function 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_server_i.h | 72 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description);
|