Searched refs:BIO_number_read (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c378 OPENSSL_EXPORT size_t BIO_number_read(const BIO *bio) { function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h263 /* BIO_number_read returns the number of bytes that have been read from
265 OPENSSL_EXPORT size_t BIO_number_read(const BIO *bio);
/external/openssl/apps/
H A Denc.c693 BIO_printf(bio_err,"bytes read :%8ld\n",BIO_number_read(in));
H A Ds_client.c2081 BIO_number_read(SSL_get_rbio(s)),
/external/openssl/crypto/bio/
H A Dbio_lib.c590 unsigned long BIO_number_read(BIO *bio) function
H A Dbio.h621 unsigned long BIO_number_read(BIO *bio);
/external/openssl/include/openssl/
H A Dbio.h621 unsigned long BIO_number_read(BIO *bio);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8629 unsigned int bytesMoved = BIO_number_read(rbio) + BIO_number_written(wbio);
8658 if (BIO_number_read(rbio) + BIO_number_written(wbio) != bytesMoved
8948 unsigned int bytesMoved = BIO_number_read(rbio) + BIO_number_written(wbio);
8979 if (BIO_number_read(rbio) + BIO_number_written(wbio) != bytesMoved

Completed in 174 milliseconds