Home
last modified time | relevance | path

Searched refs:ossl_quic_sstream_get_stream_frame (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquic_stream_test.c57 if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
73 if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
90 if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
106 if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
116 if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
133 if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
160 if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
174 if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
185 if (!TEST_true(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
199 if (!TEST_false(ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, in test_sstream_simple()
[all …]
H A Dquic_fifd_test.c141 if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0, in test_generic()
256 if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[i], 0, in test_generic()
287 if (!TEST_true(ossl_quic_sstream_get_stream_frame(info->sstream[1], 1, in test_generic()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_sstream.c91 int ossl_quic_sstream_get_stream_frame(QUIC_SSTREAM *qss, in ossl_quic_sstream_get_stream_frame() function
172 return ossl_quic_sstream_get_stream_frame(qss, 0, &shdr, iov, &num_iov); in ossl_quic_sstream_has_pending()
H A Dquic_txp.c1592 return ossl_quic_sstream_get_stream_frame(sstream, 0, &hdr, iov, &num_iov); in sstream_is_pending()
2161 if (!ossl_quic_sstream_get_stream_frame(txp->args.crypto[pn_space], in txp_generate_crypto_frames()
2242 chunk->valid = ossl_quic_sstream_get_stream_frame(sstream, skip, in txp_plan_stream_chunk()
H A Dquic_stream_map.c269 if (!ossl_quic_sstream_get_stream_frame(s->sstream, 0, &shdr, iov, in stream_has_data_to_send()
/freebsd/crypto/openssl/include/internal/
H A Dquic_stream.h128 int ossl_quic_sstream_get_stream_frame(QUIC_SSTREAM *qss,