Searched refs:tlsv1_server_alert (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/tls/ |
H A 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 …]
|
H A 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, 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()
|
H A D | tlsv1_server_i.h | 77 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description);
|