Searched refs:ossl_quic_sstream_append (Results 1 – 8 of 8) sorted by relevance
/openssl/include/internal/ |
H A D | quic_stream.h | 239 int ossl_quic_sstream_append(QUIC_SSTREAM *qss,
|
/openssl/test/ |
H A D | quic_stream_test.c | 62 if (!TEST_true(ossl_quic_sstream_append(sstream, data_1, sizeof(data_1), in test_sstream_simple() 249 if (!TEST_true(ossl_quic_sstream_append(sstream, src_buf, init_size / 2, in test_sstream_bulk() 268 if (!TEST_true(ossl_quic_sstream_append(sstream, src_buf, l, &consumed))) in test_sstream_bulk()
|
H A D | quic_fifd_test.c | 132 if (!TEST_true(ossl_quic_sstream_append(info->sstream[i], in test_generic()
|
H A D | quic_txp_test.c | 1474 if (!TEST_true(ossl_quic_sstream_append(h.args.crypto[op->arg0], in run_script() 1514 if (!TEST_true(ossl_quic_sstream_append(s->sstream, op->buf, in run_script()
|
/openssl/ssl/quic/ |
H A D | quic_sstream.c | 282 int ossl_quic_sstream_append(QUIC_SSTREAM *qss, in ossl_quic_sstream_append() function
|
H A D | quic_tserver.c | 376 if (!ossl_quic_sstream_append(qs->sstream, in ossl_quic_tserver_write()
|
H A D | quic_channel.c | 873 ret = ossl_quic_sstream_append(sstream, buf, buf_len, consumed); in ch_on_crypto_send()
|
H A D | quic_impl.c | 2263 return ossl_quic_sstream_append(sstream, buf, len, actual_written); in xso_sstream_append()
|
Completed in 35 milliseconds