Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_types.h24 QUIC_ENC_LEVEL_0RTT, enumerator
46 case QUIC_ENC_LEVEL_0RTT: in ossl_quic_enc_level_to_pn_space()
H A Dquic_wire_pkt.h43 return QUIC_ENC_LEVEL_0RTT; in ossl_quic_pkt_type_to_enc_level()
59 case QUIC_ENC_LEVEL_0RTT: in ossl_quic_enc_level_to_pkt_type()
/openssl/ssl/quic/
H A Dquic_tls.c143 enc_level = QUIC_ENC_LEVEL_0RTT; in quic_new_record_layer()
H A Dquic_record_rx.c476 return QUIC_ENC_LEVEL_0RTT; in qrx_determine_enc_level()
H A Dquic_txp.c646 if (enc_level != QUIC_ENC_LEVEL_0RTT) in ossl_quic_tx_packetiser_discard_enc_level()
1435 if (enc_level != QUIC_ENC_LEVEL_0RTT) in txp_should_try_staging()
H A Dquic_channel.c913 if (i != QUIC_ENC_LEVEL_0RTT && in ch_on_crypto_recv_record()
2731 if (enc_level != QUIC_ENC_LEVEL_0RTT) { in ch_discard_el()

Completed in 51 milliseconds