Home
last modified time | relevance | path

Searched refs:out_read_buf (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/bio/
Dpair.c158 uint8_t** out_read_buf, in bio_zero_copy_get_read_buf() argument
168 *out_read_buf = peer_b->buf; in bio_zero_copy_get_read_buf()
173 int BIO_zero_copy_get_read_buf(BIO* bio, uint8_t** out_read_buf, in BIO_zero_copy_get_read_buf() argument
211 bio_zero_copy_get_read_buf(peer_b, out_read_buf, out_buf_offset); in BIO_zero_copy_get_read_buf()
/external/boringssl/src/include/openssl/
Dbio.h647 uint8_t** out_read_buf,