Home
last modified time | relevance | path

Searched refs:tls_alert (Results 1 - 11 of 11) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/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(con in tls_process_server_hello()
[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()
302 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(con 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);
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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(con 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(con 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);
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_conn.h602 /* tls_alert is TLS alert generated by the local endpoint. */
603 uint8_t tls_alert; member
H A Dngtcp2_conn.c12190 ngtcp2_connection_close_error *ccerr, uint8_t tls_alert, in ngtcp2_connection_close_error_set_transport_error_tls_alert()
12193 ccerr, NGTCP2_CRYPTO_ERROR | tls_alert, reason, reasonlen); in ngtcp2_connection_close_error_set_transport_error_tls_alert()
13292 conn->crypto.tls_alert = alert; in ngtcp2_conn_set_tls_alert()
13296 return conn->crypto.tls_alert; in ngtcp2_conn_get_tls_alert()
12189 ngtcp2_connection_close_error_set_transport_error_tls_alert( ngtcp2_connection_close_error *ccerr, uint8_t tls_alert, const uint8_t *reason, size_t reasonlen) ngtcp2_connection_close_error_set_transport_error_tls_alert() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/includes/ngtcp2/
H A Dngtcp2.h5263 * :macro:`NGTCP2_CRYPTO_ERROR` and |tls_alert|. |reason| is the
5268 ngtcp2_connection_close_error *ccerr, uint8_t tls_alert,

Completed in 28 milliseconds