Lines Matching full:partial
187 int partial, in ossl_quic_wire_decode_pkt_hdr() argument
211 hdr->partial = partial; in ossl_quic_wire_decode_pkt_hdr()
227 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
244 * Skip over the PN. If this is a partial decode, the PN length field in ossl_quic_wire_decode_pkt_hdr()
251 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
326 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
395 hdr->partial = 0; in ossl_quic_wire_decode_pkt_hdr()
409 hdr->pn_len = partial ? 0 : ((b0 & 0x03) + 1); in ossl_quic_wire_decode_pkt_hdr()
410 hdr->reserved = partial ? 0 : ((b0 & 0x0C) >> 2); in ossl_quic_wire_decode_pkt_hdr()
420 * Skip over the PN. If this is a partial decode, the PN length in ossl_quic_wire_decode_pkt_hdr()
427 if (partial) { in ossl_quic_wire_decode_pkt_hdr()
491 /* Cannot serialize a partial header, or one whose DCID length is wrong. */ in ossl_quic_wire_encode_pkt_hdr()
492 if (hdr->partial in ossl_quic_wire_encode_pkt_hdr()
615 /* Cannot serialize a partial header, or one whose DCID length is wrong. */ in ossl_quic_wire_get_encoded_pkt_hdr_len()
616 if (hdr->partial in ossl_quic_wire_get_encoded_pkt_hdr_len()