Searched refs:tls_alert (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/wpa/src/tls/ |
H A 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 …]
|
H A 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 …]
|
H A 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()
|
H A D | tlsv1_client_i.h | 79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
|
/freebsd/contrib/libpcap/rpcapd/ |
H A D | daemon.c | 188 struct tls_alert { struct 217 struct tls_alert tls_alert; in daemon_serviceloop() local 401 tls_alert.alert_level = TLS_ALERT_LEVEL_FATAL; in daemon_serviceloop() 402 tls_alert.alert_description = TLS_ALERT_HANDSHAKE_FAILURE; in daemon_serviceloop() 403 if (sock_send(sockctrl, NULL, (char *) &tls_alert, in daemon_serviceloop()
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 596 uint8_t tls_alert; member
|
H A D | listen_dnsport.c | 3564 lock_protect(&conn->lock, &conn->tls_alert, sizeof(conn->tls_alert)); in doq_conn_create() 4580 doq_conn->tls_alert = alert; in doq_send_alert() 5238 conn->tls_alert, NULL, 0); in doq_conn_recv() 5241 &conn->last_error, conn->tls_alert, in doq_conn_recv()
|