Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Dquic_types.h23 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()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c1014 if (i != QUIC_ENC_LEVEL_0RTT && in ch_on_crypto_recv_record()
1063 enc_level = QUIC_ENC_LEVEL_0RTT; in ch_on_handshake_yield_secret()
3047 if (enc_level != QUIC_ENC_LEVEL_0RTT) { in ch_discard_el()
H A Dquic_txp.c737 if (enc_level != QUIC_ENC_LEVEL_0RTT) in ossl_quic_tx_packetiser_discard_enc_level()
1536 if (enc_level != QUIC_ENC_LEVEL_0RTT) in txp_should_try_staging()
H A Dquic_record_rx.c693 return QUIC_ENC_LEVEL_0RTT; in qrx_determine_enc_level()