Home
last modified time | relevance | path

Searched refs:bytes_read (Results 1 – 9 of 9) 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()
316 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
320 nConn > 0 ? bytes_read / nConn : 0l); in s_time_main()
354 bytes_read = 0; in s_time_main()
370 bytes_read += i; in s_time_main()
395 nConn, totalTime, ((double)nConn / totalTime), bytes_read); in s_time_main()
399 nConn, (long)time(NULL) - finishtime + maxtime, bytes_read / nConn); in s_time_main()
/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/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()
/openssl/providers/fips/
H A Dself_test.c188 size_t bytes_read = 0, out_len = 0; in verify_integrity() local
209 status = read_ex_cb(bio, buf, sizeof(buf), &bytes_read); in verify_integrity()
212 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/include/openssl/
H A Dcore_dispatch.h165 size_t data_len, size_t *bytes_read))
/openssl/doc/man7/
H A Dprovider-base.pod65 size_t *bytes_read);

Completed in 26 milliseconds