Home
last modified time | relevance | path

Searched refs:tls_alert (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c89 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 Dtlsv1_client_write.c240 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 Dtlsv1_client.c25 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 Dtlsv1_client_i.h79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c188 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 Dlisten_dnsport.h596 uint8_t tls_alert; member
H A Dlisten_dnsport.c3564 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()