ossl_quic_pkt_type_is_encrypted
return ossl_quic_pkt_type_is_encrypted(pkt_type);
return ossl_quic_pkt_type_is_encrypted(pkt_type);
if (ossl_quic_pkt_type_is_encrypted(hdr->type)) {
if (ossl_quic_pkt_type_is_encrypted(ch->qrx_pkt->hdr->type)) {
if (ossl_quic_pkt_type_is_encrypted(ch->qrx_pkt->hdr->type)
if (!ossl_quic_pkt_type_is_encrypted(rxe->hdr.type)) {
if (!ossl_quic_pkt_type_is_encrypted(hdr->type)) {