Searched defs:out_read_buf (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/bio/
H A Dpair.c158 uint8_t** out_read_buf,
168 *out_read_buf = peer_b->buf;
173 int BIO_zero_copy_get_read_buf(BIO* bio, uint8_t** out_read_buf, argument
209 bio_zero_copy_get_read_buf(peer_b, out_read_buf, out_buf_offset);
157 bio_zero_copy_get_read_buf(struct bio_bio_st* peer_b, uint8_t** out_read_buf, size_t* out_buf_offset) argument

Completed in 34 milliseconds