BIO_number_read

Return the cumulative number of bytes successfully read through a BIO.

Synopsis

Declared in <openssl/bio.h>

uint64_t
BIO_number_read(BIO* bio);

Return Value

Total bytes read since the BIO was created.

Parameters

NameDescription
bioBIO whose read counter is queried.