Home
last modified time | relevance | path

Searched refs:readbytes (Results 1 – 25 of 46) sorted by relevance

12

/openssl/test/
H A Dquic_stream_test.c348 *readbytes = 0; in test_single_copy_read()
361 *readbytes += rec_len; in test_single_copy_read()
381 size_t readbytes = 0, avail = 0; in test_rstream_simple() local
401 || !TEST_size_t_eq(readbytes, 0) in test_rstream_simple()
411 || !TEST_size_t_eq(readbytes, 1) in test_rstream_simple()
428 || !TEST_size_t_eq(readbytes, 15) in test_rstream_simple()
439 || !TEST_size_t_eq(readbytes, 2) in test_rstream_simple()
443 || !TEST_size_t_eq(readbytes, 12) in test_rstream_simple()
455 || !TEST_size_t_eq(readbytes, 5) in test_rstream_simple()
484 size_t readbytes = 0; in test_rstream_random() local
[all …]
H A Dsslbuffertest.c205 size_t written, readbytes; in test_free_buffers() local
253 if (!TEST_true(SSL_read_ex(serverssl, buf, readlen, &readbytes)) in test_free_buffers()
254 || !TEST_size_t_eq(readlen, readbytes)) in test_free_buffers()
262 if (!TEST_true(BIO_read_ex(tmp, buf, sizeof(buf), &readbytes)) in test_free_buffers()
263 || !TEST_size_t_lt(readbytes, sizeof(buf)) in test_free_buffers()
264 || !TEST_size_t_gt(readbytes, SSL3_RT_HEADER_LENGTH)) in test_free_buffers()
275 partial_len = readbytes - 1; in test_free_buffers()
311 &readbytes)) in test_free_buffers()
312 || !TEST_size_t_eq(readbytes, strlen(testdata))) in test_free_buffers()
320 &readbytes))) in test_free_buffers()
H A Dbio_readbuffer_test.c32 size_t readbytes = 0, bytes = 0, count = 0; in test_readbuffer_file_bio() local
37 &readbytes), 1) in test_readbuffer_file_bio()
38 || !TEST_int_lt(readbytes, sizeof(expected))) in test_readbuffer_file_bio()
89 if (!TEST_int_eq(count, readbytes)) in test_readbuffer_file_bio()
H A Dsslapitest.c437 size_t readbytes, written; in test_keylog_no_master_key() local
859 size_t readbytes; in test_ccs_change_cipher() local
1555 size_t written, readbytes; in test_large_app_data() local
3789 size_t readbytes, written; in test_early_data_replay_int() local
3948 size_t readbytes, written; in early_data_skip_helper() local
4175 size_t readbytes, written; in test_early_data_not_sent() local
4267 size_t readbytes, written; in test_early_data_psk() local
4448 size_t readbytes, written; in test_early_data_psk_with_all_ciphers() local
9303 p += readbytes; in test_multiblock_write()
9304 len -= readbytes; in test_multiblock_write()
[all …]
H A Dquicapitest.c833 size_t written, readbytes, msglen; in test_bio_ssl() local
898 &readbytes)) in test_bio_ssl()
899 || !TEST_mem_eq(msg, msglen, buf, readbytes)) in test_bio_ssl()
970 size_t readbytes, written; in test_back_pressure() local
1003 &readbytes))) in test_back_pressure()
1457 && *readbytes > 1) in unreliable_server_read()
1485 size_t msglen = strlen(msg), written, readbytes, i, j; in test_noisy_dgram() local
1592 size_t written, readbytes; in test_bw_limit() local
1639 &readbytes) in test_bw_limit()
1640 && readbytes > 1) { in test_bw_limit()
[all …]
H A Dtls13ccstest.c250 size_t written, readbytes; in test_tls13ccs() local
350 &readbytes), in test_tls13ccs()
361 &readbytes), in test_tls13ccs()
/openssl/ssl/quic/
H A Dquic_rstream.c77 size_t *readbytes, int *fin, int drop) in read_internal() argument
130 *readbytes = readbytes_; in read_internal()
153 size_t *readbytes, int *fin) in ossl_quic_rstream_read() argument
157 if (!read_internal(qrs, buf, size, readbytes, fin, 1)) in ossl_quic_rstream_read()
161 && !ossl_quic_rxfc_on_retire(qrs->rxfc, *readbytes, rtt)) in ossl_quic_rstream_read()
168 size_t *readbytes, int *fin) in ossl_quic_rstream_peek() argument
170 return read_internal(qrs, buf, size, readbytes, fin, 0); in ossl_quic_rstream_peek()
/openssl/demos/guide/
H A Dquic-multi-stream.c147 size_t readbytes; in main() local
301 while (SSL_read_ex(stream1, buf, sizeof(buf), &readbytes)) { in main()
309 fwrite(buf, 1, readbytes, stdout); in main()
378 while (SSL_read_ex(stream3, buf, sizeof(buf), &readbytes)) in main()
379 fwrite(buf, 1, readbytes, stdout); in main()
H A Dtls-client-block.c109 size_t written, readbytes; in main() local
233 while (SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
241 fwrite(buf, 1, readbytes, stdout); in main()
H A Dquic-client-block.c127 size_t written, readbytes; in main() local
255 while (SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
263 fwrite(buf, 1, readbytes, stdout); in main()
H A Dtls-client-non-block.c186 size_t written, readbytes = 0; in main() local
314 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
335 fwrite(buf, 1, readbytes, stdout); in main()
H A Dquic-client-non-block.c234 size_t written, readbytes = 0; in main() local
376 while (!eof && !SSL_read_ex(ssl, buf, sizeof(buf), &readbytes)) { in main()
397 fwrite(buf, 1, readbytes, stdout); in main()
H A Dquic-hq-interop.c932 size_t readbytes = 0; in main() local
1045 sizeof(buf), &readbytes)) { in main()
1067 BIO_write(outbiolist[poll_idx], buf, readbytes); in main()
/openssl/ssl/statem/
H A Dstatem_dtls.c601 size_t readbytes; in dtls1_reassemble_fragment() local
650 frag_len -= readbytes; in dtls1_reassemble_fragment()
659 if (i <= 0 || readbytes != frag_len) in dtls1_reassemble_fragment()
711 size_t readbytes; in dtls1_process_out_of_seq_message() local
748 frag_len -= readbytes; in dtls1_process_out_of_seq_message()
771 if (i<=0 || readbytes != frag_len) in dtls1_process_out_of_seq_message()
809 size_t readbytes; in dtls_get_reassembled_message() local
846 s->init_num = readbytes - 1; in dtls_get_reassembled_message()
850 *len = readbytes - 1; in dtls_get_reassembled_message()
949 readbytes = 0; in dtls_get_reassembled_message()
[all …]
H A Dstatem_lib.c1536 size_t l, readbytes; in tls_get_message_header() local
1546 0, &readbytes); in tls_get_message_header()
1556 if (s->init_num != 0 || readbytes != 1 || p[0] != SSL3_MT_CCS) { in tls_get_message_header()
1573 s->init_num = readbytes - 1; in tls_get_message_header()
1575 s->s3.tmp.message_size = readbytes; in tls_get_message_header()
1582 s->init_num += readbytes; in tls_get_message_header()
1642 size_t n, readbytes; in tls_get_message_body() local
1657 &p[s->init_num], n, 0, &readbytes); in tls_get_message_body()
1663 s->init_num += readbytes; in tls_get_message_body()
1664 n -= readbytes; in tls_get_message_body()
/openssl/crypto/bio/
H A Dbio_lib.c285 ret = b->method->bread(b, data, dlen, readbytes); in bio_read_intern()
288 b->num_read += (uint64_t)*readbytes; in bio_read_intern()
295 if (ret > 0 && *readbytes > dlen) { in bio_read_intern()
305 size_t readbytes; in BIO_read() local
311 ret = bio_read_intern(b, data, (size_t)dlen, &readbytes); in BIO_read()
315 ret = (int)readbytes; in BIO_read()
323 return bio_read_intern(b, data, dlen, readbytes) > 0; in BIO_read_ex()
550 size_t readbytes = 0; in BIO_gets() local
580 readbytes = ret; in BIO_gets()
590 if (readbytes > (size_t)size) in BIO_gets()
[all …]
H A Dbio_meth.c116 int bread_conv(BIO *bio, char *data, size_t datal, size_t *readbytes) in bread_conv() argument
126 *readbytes = 0; in bread_conv()
130 *readbytes = (size_t)ret; in bread_conv()
H A Dossl_core_bio.c93 size_t *readbytes) in ossl_core_bio_read_ex() argument
95 return BIO_read_ex(cb->bio, data, dlen, readbytes); in ossl_core_bio_read_ex()
/openssl/include/internal/
H A Dquic_stream.h354 size_t *readbytes, int *fin);
363 size_t *readbytes, int *fin);
H A Dquic_ssl.h29 __owur int ossl_quic_read(SSL *s, void *buf, size_t len, size_t *readbytes);
30 __owur int ossl_quic_peek(SSL *s, void *buf, size_t len, size_t *readbytes);
H A Dbio.h89 size_t *readbytes);
/openssl/ssl/record/
H A Drecord.h149 size_t *readbytes);
156 size_t *readbytes);
/openssl/ssl/
H A Dbio_ssl.c20 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes);
93 static int ssl_read(BIO *b, char *buf, size_t size, size_t *readbytes) in ssl_read() argument
108 ret = ssl_read_internal(ssl, buf, size, readbytes); in ssl_read()
113 sb->byte_count += *readbytes; in ssl_read()
/openssl/doc/man3/
H A DBIO_set_callback.pod131 =item B<BIO_read_ex(b, data, dlen, readbytes)>
142 &readbytes)
180 &readbytes)
H A DSSL_read.pod12 int SSL_read_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
15 int SSL_peek_ex(SSL *ssl, void *buf, size_t num, size_t *readbytes);
22 actually read in B<*readbytes>.

Completed in 208 milliseconds

12