Symbol: QUIC_PKT_TYPE_1RTT
crypto/openssl/include/internal/quic_wire_pkt.h
118
|| pkt_type == QUIC_PKT_TYPE_1RTT;
crypto/openssl/include/internal/quic_wire_pkt.h
127
return pkt_type != QUIC_PKT_TYPE_1RTT && pkt_type != QUIC_PKT_TYPE_VERSION_NEG;
crypto/openssl/include/internal/quic_wire_pkt.h
136
return pkt_type != QUIC_PKT_TYPE_1RTT;
crypto/openssl/include/internal/quic_wire_pkt.h
44
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/include/internal/quic_wire_pkt.h
62
return QUIC_PKT_TYPE_1RTT;
crypto/openssl/ssl/quic/qlog_event_helpers.c
160
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/ssl/quic/quic_channel.c
2537
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/ssl/quic/quic_channel.c
2546
&& ch->qrx_pkt->hdr->type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_record_rx.c
1251
if (rxe->hdr.type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_record_rx.c
705
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/ssl/quic/quic_record_tx.c
637
if (hdr->type == QUIC_PKT_TYPE_1RTT)
crypto/openssl/ssl/quic/quic_rx_depack.c
1140
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1154
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1179
if (pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1213
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1228
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1241
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1256
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1271
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1284
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1299
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1314
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1327
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1340
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1353
if (pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1367
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1383
if (pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
93
if (qpacket->hdr->type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_trace.c
34
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/ssl/quic/quic_trace.c
601
if (hdr.type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/ssl/quic/quic_trace.c
607
if (hdr.type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_wire_pkt.c
224
hdr->type = QUIC_PKT_TYPE_1RTT;
crypto/openssl/ssl/quic/quic_wire_pkt.c
493
|| (hdr->type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_wire_pkt.c
497
if (hdr->type == QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_wire_pkt.c
625
|| (hdr->type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_wire_pkt.c
629
if (hdr->type == QUIC_PKT_TYPE_1RTT) {
crypto/openssl/test/quic_multistream_test.c
2881
OP_SET_INJECT_WORD(QUIC_PKT_TYPE_1RTT, OSSL_QUIC_VLINT_MAX)
crypto/openssl/test/quic_multistream_test.c
2928
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
2981
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
3091
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
3226
if (hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
3443
if (hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
3589
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
3783
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
4095
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
4184
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
4356
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
4479
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
4659
if (h->inject_word0 == 0 || hdr->type != QUIC_PKT_TYPE_1RTT)
crypto/openssl/test/quic_multistream_test.c
5951
{ QUIC_PKT_TYPE_1RTT, OSSL_QUIC_VLINT_MAX, OSSL_QUIC_ERR_FRAME_ENCODING_ERROR },
crypto/openssl/test/quic_multistream_test.c
5992
{ QUIC_PKT_TYPE_1RTT, OSSL_QUIC_FRAME_TYPE_RETIRE_CONN_ID, OSSL_QUIC_ERR_PROTOCOL_VIOLATION },
crypto/openssl/test/quic_record_test.c
10141
rej_mask = (t->hdr.type == QUIC_PKT_TYPE_1RTT) ? ~0x1f : ~0xf;
crypto/openssl/test/quic_record_test.c
10553
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
10643
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
10774
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
10905
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
166
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
2847
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
5510
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8136
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8352
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8432
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8538
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8645
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8759
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
8822
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
9499
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
9536
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
9573
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
9653
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
9952
QUIC_PKT_TYPE_1RTT, /* type */