Home
last modified time | relevance | path

Searched refs:BIO_zero_copy_get_read_buf (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/crypto/bio/
Dpair.c173 int BIO_zero_copy_get_read_buf(BIO* bio, uint8_t** out_read_buf, in BIO_zero_copy_get_read_buf() function
184 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_read_buf, BIO_R_UNINITIALIZED); in BIO_zero_copy_get_read_buf()
191 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_read_buf, in BIO_zero_copy_get_read_buf()
198 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_read_buf, in BIO_zero_copy_get_read_buf()
204 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_read_buf, BIO_R_INVALID_ARGUMENT); in BIO_zero_copy_get_read_buf()
Dbio_test.cc148 if (!BIO_zero_copy_get_read_buf(bio, &read_buf, &read_buf_offset, in BioReadZeroCopyWrapper()
/external/boringssl/src/crypto/err/
Dbio.errordata7 BIO,function,105,BIO_zero_copy_get_read_buf
/external/boringssl/src/include/openssl/
Dbio.h646 OPENSSL_EXPORT int BIO_zero_copy_get_read_buf(BIO* bio,