Home
last modified time | relevance | path

Searched refs:ossl_quic_rstream_get_record (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/internal/
H A Dquic_stream.h384 int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs,
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_rstream.c191 int ossl_quic_rstream_get_record(QUIC_RSTREAM *qrs, in ossl_quic_rstream_get_record() function
H A Dquic_channel.c1027 return ossl_quic_rstream_get_record(rstream, buf, bytes_read, in ch_on_crypto_recv_record()
/freebsd/crypto/openssl/test/
H A Dquic_stream_test.c351 if (!ossl_quic_rstream_get_record(qrs, &record, &rec_len, fin)) in test_single_copy_read()