Home
last modified time | relevance | path

Searched refs:SSL_AD_DECRYPT_ERROR (Results 1 – 9 of 9) sorted by relevance

/external/boringssl/src/ssl/
Dtls13_both.cc376 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in tls13_process_certificate_verify()
405 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in tls13_process_finished()
Dhandshake_server.cc1279 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in do_read_client_key_exchange()
1296 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in do_read_client_key_exchange()
1469 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in do_read_client_certificate_verify()
Dtls13_server.cc322 *out_alert = SSL_AD_DECRYPT_ERROR; in select_session()
569 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in do_read_second_client_hello()
Dhandshake.cc453 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in ssl_get_finished()
Dtls_record.cc336 *out_alert = SSL_AD_DECRYPT_ERROR; in tls_open_record()
Dssl_x509.cc1332 return SSL_AD_DECRYPT_ERROR; in SSL_alert_from_verify_result()
Dhandshake_client.cc1083 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in do_read_server_key_exchange()
Dt1_lib.cc3856 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR); in tls1_verify_channel_id()
/external/boringssl/src/include/openssl/
Dssl.h3442 #define SSL_AD_DECRYPT_ERROR TLS1_AD_DECRYPT_ERROR macro