Searched refs:out_write_buf (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dpair.c279 uint8_t** out_write_buf,
298 *out_write_buf = b->buf;
303 int BIO_zero_copy_get_write_buf(BIO* bio, uint8_t** out_write_buf, argument
344 max_available = bio_zero_copy_get_write_buf(b, out_write_buf, out_buf_offset);
278 bio_zero_copy_get_write_buf(struct bio_bio_st* b, uint8_t** out_write_buf, size_t* out_buf_offset) argument
/external/boringssl/include/openssl/
H A Dbio.h659 * |out_write_buf| is set to to the internal write buffer, and |out_buf_offset|
660 * is set to the current write position of |out_write_buf|.
661 * The number of bytes available for write from |out_write_buf| +
673 uint8_t** out_write_buf,
/external/boringssl/src/include/openssl/
H A Dbio.h659 * |out_write_buf| is set to to the internal write buffer, and |out_buf_offset|
660 * is set to the current write position of |out_write_buf|.
661 * The number of bytes available for write from |out_write_buf| +
673 uint8_t** out_write_buf,

Completed in 32 milliseconds