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

  /external/boringssl/src/crypto/bio/
buffer.c 494 int BIO_set_write_buffer_size(BIO *bio, int buffer_size) {
  /external/boringssl/src/include/openssl/
bio.h 524 /* BIO_set_write_buffer_size sets the size, in bytes, of the write buffer and
526 OPENSSL_EXPORT int BIO_set_write_buffer_size(BIO *bio, int buffer_size);
    [all...]

Completed in 93 milliseconds