Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dquic_vlint.c35 uint64_t ossl_quic_vlint_decode_unchecked(const unsigned char *buf) in ossl_quic_vlint_decode_unchecked() function
75 x = ossl_quic_vlint_decode_unchecked(buf); in ossl_quic_vlint_decode()
/openssl/include/internal/
H A Dpacket_quic.h35 *data = ossl_quic_vlint_decode_unchecked(pkt->curr); in PACKET_get_quic_vlint()
60 *data = ossl_quic_vlint_decode_unchecked(pkt->curr); in PACKET_peek_quic_vlint_ex()
H A Dquic_vlint.h111 uint64_t ossl_quic_vlint_decode_unchecked(const unsigned char *buf);

Completed in 6 milliseconds