HomeSort by relevance Sort by last modified time
    Searched refs:BIO_pending (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/bio/
bio.c 348 size_t BIO_pending(const BIO *bio) {
353 return BIO_pending(bio);
bio_test.cc 259 size_t bytes_left = BIO_pending(bio2);
  /external/boringssl/src/include/openssl/
bio.h 237 /* BIO_pending returns the number of bytes pending to be read. */
238 OPENSSL_EXPORT size_t BIO_pending(const BIO *bio);
240 /* BIO_ctrl_pending calls |BIO_pending| and exists only for compatibility with
637 * available than |BIO_pending|, if the internal ring buffer is wrapped. It
    [all...]

Completed in 157 milliseconds