Home
last modified time | relevance | path

Searched refs:raw_sample_len (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_wire_pkt.c131 ptrs->raw_sample_len, in ossl_quic_hdr_protector_decrypt()
161 ptrs->raw_sample_len, in ossl_quic_hdr_protector_encrypt()
203 ptrs->raw_sample_len = 0; in ossl_quic_wire_decode_pkt_hdr()
456 ptrs->raw_sample_len = PACKET_end(pkt) - ptrs->raw_sample; in ossl_quic_wire_decode_pkt_hdr()
487 ptrs->raw_sample_len = 0; in ossl_quic_wire_encode_pkt_hdr()
602 ptrs->raw_sample_len in ossl_quic_wire_encode_pkt_hdr()
/freebsd/crypto/openssl/include/internal/
H A Dquic_wire_pkt.h438 size_t raw_sample_len; /* maximum length of sampling range */ member
/freebsd/crypto/openssl/test/
H A Dquic_record_test.c2833 if (!TEST_size_t_eq(ptrs.raw_sample_len, in test_wire_pkt_hdr_actual()