Searched refs:BIO_zero_copy_get_read_buf (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/src/crypto/bio/ |
D | pair.c | 173 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()
|
D | bio_test.cc | 148 if (!BIO_zero_copy_get_read_buf(bio, &read_buf, &read_buf_offset, in BioReadZeroCopyWrapper()
|
/external/boringssl/src/crypto/err/ |
D | bio.errordata | 7 BIO,function,105,BIO_zero_copy_get_read_buf
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 646 OPENSSL_EXPORT int BIO_zero_copy_get_read_buf(BIO* bio,
|