/openssl/apps/ |
H A D | s_time.c | 128 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 D | quic_tserver.c | 253 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 D | quic_impl.c | 2625 size_t *bytes_read; member 2671 size_t *bytes_read, in quic_read_actual() argument 2698 if (*bytes_read > 0) { in quic_read_actual() 2720 if (*bytes_read > 0) in quic_read_actual() 2725 if (*bytes_read == 0 && is_fin) { in quic_read_actual() 2749 if (*args->bytes_read > 0) in quic_read_again() 2763 *bytes_read = 0; in quic_read() 2801 if (*bytes_read > 0) { in quic_read() 2818 args.bytes_read = bytes_read; in quic_read() 2844 if (*bytes_read > 0) in quic_read() [all …]
|
H A D | quic_channel.c | 77 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 D | bio_prov.c | 91 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 D | quic_tls.h | 41 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 D | quic_tserver.h | 97 size_t *bytes_read);
|
/openssl/test/ |
H A D | bio_core_test.c | 20 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 D | bio_tfo_test.c | 212 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 D | quic_multistream_test.c | 1353 size_t bytes_read = 0; in run_script_worker() local 1359 || bytes_read == 0) in run_script_worker() 1366 size_t bytes_read = 0; in run_script_worker() local 1374 &bytes_read); in run_script_worker() 1382 offset += bytes_read; in run_script_worker() 1397 size_t bytes_read = 0; in run_script_worker() local 1413 offset += bytes_read; in run_script_worker() 1429 size_t bytes_read = 0; in run_script_worker() local 1783 size_t bytes_read = 0; in run_script_worker() local 1800 size_t bytes_read = 0; in run_script_worker() local [all …]
|
/openssl/providers/fips/ |
H A D | self_test.c | 250 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 D | bss_core.c | 41 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 D | bio.h | 20 size_t *bytes_read);
|
/openssl/demos/guide/ |
H A D | quic-hq-interop.c | 854 size_t bytes_read = 0; in main() local 889 if (!BIO_read_ex(req_bio, &reqnames[read_offset], REQ_STRING_SZ, &bytes_read)) { in main() 893 read_offset += bytes_read; in main()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-tls.md | 74 size_t *bytes_read, void *arg);
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 166 size_t data_len, size_t *bytes_read))
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 65 size_t *bytes_read);
|