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
2543
case QUIC_PKT_TYPE_1RTT:
crypto/openssl/ssl/quic/quic_channel.c
2552
&& ch->qrx_pkt->hdr->type == QUIC_PKT_TYPE_1RTT
crypto/openssl/ssl/quic/quic_record_rx.c
1257
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
630
if (hdr->type == QUIC_PKT_TYPE_1RTT)
crypto/openssl/ssl/quic/quic_rx_depack.c
1164
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1178
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1203
if (pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1237
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1252
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1265
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1280
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1295
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1308
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1323
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1338
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1351
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1364
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1377
if (pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1391
&& pkt_type != QUIC_PKT_TYPE_1RTT) {
crypto/openssl/ssl/quic/quic_rx_depack.c
1407
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
1057
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1481
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1588
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1623
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1658
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
166
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1693
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1729
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
1760
QUIC_PKT_TYPE_1RTT,
crypto/openssl/test/quic_record_test.c
2437
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
2474
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
2511
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
2591
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
2890
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
3079
rej_mask = (t->hdr.type == QUIC_PKT_TYPE_1RTT) ? ~0x1f : ~0xf;
crypto/openssl/test/quic_record_test.c
3491
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
3550
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
3596
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
3642
QUIC_PKT_TYPE_1RTT, /* type */
crypto/openssl/test/quic_record_test.c
627
QUIC_PKT_TYPE_1RTT,