Home
last modified time | relevance | path

Searched refs:iov (Results 1 – 8 of 8) sorted by relevance

/openssl/test/
H A Dquic_stream_test.c26 if (memcmp(cur, iov[i].buf, iov[i].buf_len)) in compare_iov()
29 cur += iov[i].buf_len; in compare_iov()
45 OSSL_QTX_IOVEC iov[2]; in test_sstream_simple() local
56 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
72 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
89 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
105 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
115 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
132 num_iov = OSSL_NELEM(iov); in test_sstream_simple()
221 OSSL_QTX_IOVEC iov[2]; in test_sstream_bulk() local
[all …]
H A Dquic_fifd_test.c112 OSSL_QTX_IOVEC iov[2]; in test_generic() local
131 num_iov = OSSL_NELEM(iov); in test_generic()
142 &hdr, iov, &num_iov)) in test_generic()
251 num_iov = OSSL_NELEM(iov); in test_generic()
257 &hdr, iov, &num_iov)) in test_generic()
286 num_iov = OSSL_NELEM(iov); in test_generic()
288 &hdr, iov, &num_iov)) in test_generic()
/openssl/ssl/quic/
H A Dquic_sstream.c94 OSSL_QTX_IOVEC *iov, in ossl_quic_sstream_get_stream_frame() argument
150 iov[num_iov_].buf = src; in ossl_quic_sstream_get_stream_frame()
151 iov[num_iov_].buf_len = src_len; in ossl_quic_sstream_get_stream_frame()
169 OSSL_QTX_IOVEC iov[2]; in ossl_quic_sstream_has_pending() local
170 size_t num_iov = OSSL_NELEM(iov); in ossl_quic_sstream_has_pending()
172 return ossl_quic_sstream_get_stream_frame(qss, 0, &shdr, iov, &num_iov); in ossl_quic_sstream_has_pending()
404 OSSL_QTX_IOVEC *iov, in ossl_quic_sstream_adjust_iov() argument
410 iovlen = iov[i].buf_len; in ossl_quic_sstream_adjust_iov()
413 iov[i].buf_len = 0; in ossl_quic_sstream_adjust_iov()
415 iov[i].buf_len = len - running; in ossl_quic_sstream_adjust_iov()
H A Dquic_txp.c1488 OSSL_QTX_IOVEC iov[2]; in sstream_is_pending() local
1489 size_t num_iov = OSSL_NELEM(iov); in sstream_is_pending()
2046 OSSL_QTX_IOVEC iov[2]; in txp_generate_crypto_frames() local
2059 num_stream_iovec = OSSL_NELEM(iov); in txp_generate_crypto_frames()
2061 i, &shdr, iov, in txp_generate_crypto_frames()
2107 tx_helper_append_iovec(h, iov[i].buf, iov[i].buf_len); in txp_generate_crypto_frames()
2125 OSSL_QTX_IOVEC iov[2]; member
2140 chunk->num_stream_iovec = OSSL_NELEM(chunk->iov); in txp_plan_stream_chunk()
2143 chunk->iov, in txp_plan_stream_chunk()
2356 tx_helper_append_iovec(h, chunks[i % 2].iov[j].buf, in txp_generate_stream_frames()
[all …]
H A Dquic_stream_map.c244 OSSL_QTX_IOVEC iov[2]; in stream_has_data_to_send() local
268 num_iov = OSSL_NELEM(iov); in stream_has_data_to_send()
269 if (!ossl_quic_sstream_get_stream_frame(s->sstream, 0, &shdr, iov, in stream_has_data_to_send()
/openssl/crypto/bio/
H A Dbss_dgram.c1043 iov->buf = msg->data; in translate_msg_win()
1334 struct iovec iov; in dgram_sendmmsg() local
1535 struct iovec iov; in dgram_recvmmsg() local
1957 struct iovec iov; in dgram_sctp_read() local
2186 struct iovec iov[1]; in dgram_sctp_write() local
2226 iov[0].iov_len = inl; in dgram_sctp_write()
2229 msg.msg_iov = iov; in dgram_sctp_write()
2567 struct iovec iov; in dgram_sctp_wait_for_dry() local
2606 msg.msg_iov = &iov; in dgram_sctp_wait_for_dry()
2628 msg.msg_iov = &iov; in dgram_sctp_wait_for_dry()
[all …]
/openssl/include/internal/
H A Dquic_stream.h131 OSSL_QTX_IOVEC *iov,
295 OSSL_QTX_IOVEC *iov,
/openssl/engines/
H A De_afalg.c491 struct iovec iov; in afalg_start_cipher_sk() local
513 iov.iov_base = (unsigned char *)in; in afalg_start_cipher_sk()
514 iov.iov_len = inl; in afalg_start_cipher_sk()
541 ret = vmsplice(actx->zc_pipe[1], &iov, 1, SPLICE_F_GIFT); in afalg_start_cipher_sk()
554 msg.msg_iov = &iov; in afalg_start_cipher_sk()

Completed in 42 milliseconds