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

  /external/boringssl/src/crypto/bio/
bio_test.cc 156 BIO_zero_copy_get_read_buf_done(bio, available_bytes);
pair.c 220 int BIO_zero_copy_get_read_buf_done(BIO* bio, size_t bytes_read) {
  /external/boringssl/src/include/openssl/
bio.h 642 * |BIO_zero_copy_get_read_buf_done|. Neither |BIO_zero_copy_get_read_buf| nor
650 /* BIO_zero_copy_get_read_buf_done must be called after reading from a BIO using
656 OPENSSL_EXPORT int BIO_zero_copy_get_read_buf_done(BIO* bio, size_t bytes_read);
    [all...]

Completed in 616 milliseconds