Home
last modified time | relevance | path

Searched refs:TLS_ALERT_DECODE_ERROR (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/wpa/src/tls/
H A Dtlsv1_client_read.c274 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, TLS_ALERT_DECODE_ERROR); in tls_process_server_hello()
377 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
452 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
466 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
1001 res == TLS_OCSP_INVALID ? TLS_ALERT_DECODE_ERROR : in tls_process_certificate_status()
1101 TLS_ALERT_DECODE_ERROR); in tls_process_server_key_exchange()
1344 TLS_ALERT_DECODE_ERROR); in tls_process_server_finished()
1366 TLS_ALERT_DECODE_ERROR); in tls_process_server_finished()
1375 TLS_ALERT_DECODE_ERROR); in tls_process_server_finished()
1492 TLS_ALERT_DECODE_ERROR); in tlsv1_client_process_handshake()
[all …]
H A Dtlsv1_server_read.c391 TLS_ALERT_DECODE_ERROR); in tls_process_client_hello()
420 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
433 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
473 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
485 TLS_ALERT_DECODE_ERROR); in tls_process_certificate()
609 TLS_ALERT_DECODE_ERROR); in tls_process_client_key_exchange_rsa()
619 TLS_ALERT_DECODE_ERROR); in tls_process_client_key_exchange_rsa()
736 TLS_ALERT_DECODE_ERROR); in tls_process_client_key_exchange_dh()
747 TLS_ALERT_DECODE_ERROR); in tls_process_client_key_exchange_dh()
831 TLS_ALERT_DECODE_ERROR); in tls_process_client_key_exchange()
[all …]
H A Dtlsv1_common.c427 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
433 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
H A Dtlsv1_common.h146 #define TLS_ALERT_DECODE_ERROR 50 macro
H A Dtlsv1_server.c296 TLS_ALERT_DECODE_ERROR); in tlsv1_server_decrypt()
H A Dtlsv1_client.c395 alert = TLS_ALERT_DECODE_ERROR; in tlsv1_client_decrypt()