Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/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()
358 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_process_certificate()
[all …]
H A Dtlsv1_client_write.c252 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_send_client_hello()
273 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate()
334 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tls_write_client_certificate()
359 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
366 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
389 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
398 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
409 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
420 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, in tlsv1_key_x_dh()
435 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
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()
H A Dtlsv1_client_i.h79 void tls_alert(struct tlsv1_client *conn, u8 level, u8 description);