Home
last modified time | relevance | path

Searched refs:TlsAlertToQuicErrorCode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_error_codes_test.cc84 TlsAlertToQuicErrorCode(transport_error_code - CRYPTO_ERROR_FIRST)); in TEST_F()
H A Dquic_error_codes.h708 QUICHE_EXPORT QuicErrorCode TlsAlertToQuicErrorCode(uint8_t desc);
H A Dtls_handshaker.cc162 CloseConnection(TlsAlertToQuicErrorCode(last_tls_alert_->desc), in AdvanceHandshake()
H A Dquic_error_codes.cc807 QuicErrorCode TlsAlertToQuicErrorCode(uint8_t desc) { in TlsAlertToQuicErrorCode() function
H A Dquic_dispatcher.cc624 connection_close_error_code = TlsAlertToQuicErrorCode(tls_alert); in ProcessHeader()