Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 17 of 17) sorted by relevance

/openssl/apps/
H A Ds_time.c128 long bytes_read = 0, finishtime = 0; in s_time_main() local
272 bytes_read = 0; in s_time_main()
288 bytes_read += i; in s_time_main()
315 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
319 nConn > 0 ? bytes_read / nConn : 0l); in s_time_main()
353 bytes_read = 0; in s_time_main()
369 bytes_read += i; in s_time_main()
394 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
398 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main()
/openssl/ssl/quic/
H A Dquic_tserver.c253 size_t *bytes_read) in ossl_quic_tserver_read() argument
274 *bytes_read = 0; in ossl_quic_tserver_read()
283 bytes_read, &is_fin)) in ossl_quic_tserver_read()
286 if (*bytes_read > 0) { in ossl_quic_tserver_read()
297 if (!ossl_quic_rxfc_on_retire(&qs->rxfc, *bytes_read, in ossl_quic_tserver_read()
306 if (*bytes_read > 0) in ossl_quic_tserver_read()
316 size_t bytes_read = 0; in ossl_quic_tserver_has_read_ended() local
338 &bytes_read, &is_fin)) in ossl_quic_tserver_has_read_ended()
341 if (is_fin && bytes_read == 0) { in ossl_quic_tserver_has_read_ended()
345 &bytes_read, &is_fin)) in ossl_quic_tserver_has_read_ended()
[all …]
H A Dquic_impl.c2612 size_t *bytes_read; member
2658 size_t *bytes_read, in quic_read_actual() argument
2685 if (*bytes_read > 0) { in quic_read_actual()
2707 if (*bytes_read > 0) in quic_read_actual()
2712 if (*bytes_read == 0 && is_fin) { in quic_read_actual()
2736 if (*args->bytes_read > 0) in quic_read_again()
2750 *bytes_read = 0; in quic_read()
2788 if (*bytes_read > 0) { in quic_read()
2805 args.bytes_read = bytes_read; in quic_read()
2831 if (*bytes_read > 0) in quic_read()
[all …]
H A Dquic_channel.c77 size_t *bytes_read, void *arg);
78 static int ch_on_crypto_release_record(size_t bytes_read, void *arg);
892 size_t *bytes_read, void *arg) in ch_on_crypto_recv_record() argument
926 return ossl_quic_rstream_get_record(rstream, buf, bytes_read, in ch_on_crypto_recv_record()
930 static int ch_on_crypto_release_record(size_t bytes_read, void *arg) in ch_on_crypto_release_record() argument
942 if (!ossl_quic_rxfc_on_retire(&ch->crypto_rxfc[rx_pn_space], bytes_read, in ch_on_crypto_release_record()
946 return ossl_quic_rstream_release_record(rstream, bytes_read); in ch_on_crypto_release_record()
/openssl/providers/common/
H A Dbio_prov.c91 size_t *bytes_read) in ossl_prov_bio_read_ex() argument
95 return c_bio_read_ex(bio, data, data_len, bytes_read); in ossl_prov_bio_read_ex()
165 size_t *bytes_read) in bio_core_read_ex() argument
167 return ossl_prov_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
/openssl/include/internal/
H A Dquic_tls.h41 int (*crypto_recv_rcd_cb)(const unsigned char **buf, size_t *bytes_read,
44 int (*crypto_release_rcd_cb)(size_t bytes_read, void *arg);
H A Dquic_tserver.h97 size_t *bytes_read);
/openssl/test/
H A Dbio_core_test.c20 size_t *bytes_read) in tst_bio_core_read_ex() argument
22 return BIO_read_ex(bio->bio, data, data_len, bytes_read); in tst_bio_core_read_ex()
H A Dbio_tfo_test.c212 int bytes_read; in test_fd_tfo() local
385 bytes_read = readsocket(sfd, read_buffer, sizeof(read_buffer)); in test_fd_tfo()
386 if (!TEST_int_eq(bytes_read, SOCKET_DATA_LEN) in test_fd_tfo()
H A Dquic_multistream_test.c1350 size_t bytes_read = 0; in run_script_worker() local
1356 || bytes_read == 0) in run_script_worker()
1363 size_t bytes_read = 0; in run_script_worker() local
1371 &bytes_read); in run_script_worker()
1379 offset += bytes_read; in run_script_worker()
1394 size_t bytes_read = 0; in run_script_worker() local
1410 offset += bytes_read; in run_script_worker()
1426 size_t bytes_read = 0; in run_script_worker() local
1780 size_t bytes_read = 0; in run_script_worker() local
1797 size_t bytes_read = 0; in run_script_worker() local
[all …]
/openssl/providers/fips/
H A Dself_test.c250 size_t bytes_read = 0, out_len = 0; in verify_integrity() local
274 status = read_ex_cb(bio, buf, sizeof(buf), &bytes_read); in verify_integrity()
277 if (!EVP_MAC_update(ctx, buf, bytes_read)) in verify_integrity()
/openssl/crypto/bio/
H A Dbss_core.c41 size_t *bytes_read) in bio_core_read_ex() argument
47 return bcgbl->c_bio_read_ex(BIO_get_data(bio), data, data_len, bytes_read); in bio_core_read_ex()
/openssl/providers/common/include/prov/
H A Dbio.h20 size_t *bytes_read);
/openssl/demos/guide/
H A Dquic-hq-interop.c939 size_t bytes_read = 0; in main() local
974 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main()
978 read_offset += bytes_read; in main()
/openssl/doc/designs/quic-design/
H A Dquic-tls.md74 size_t *bytes_read, void *arg);
/openssl/include/openssl/
H A Dcore_dispatch.h166 size_t data_len, size_t *bytes_read))
/openssl/doc/man7/
H A Dprovider-base.pod65 size_t *bytes_read);

Completed in 95 milliseconds