HomeSort by relevance Sort by last modified time
    Searched refs:BIO_zero_copy_get_write_buf (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/crypto/bio/
pair.c 285 static size_t bio_zero_copy_get_write_buf(struct bio_bio_st* b, function
310 int BIO_zero_copy_get_write_buf(BIO* bio, uint8_t** out_write_buf,
321 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf, BIO_R_UNINITIALIZED);
328 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf,
334 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf,
342 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf, BIO_R_INVALID_ARGUMENT);
349 OPENSSL_PUT_ERROR(BIO, BIO_zero_copy_get_write_buf, BIO_R_BROKEN_PIPE);
353 max_available = bio_zero_copy_get_write_buf(b, out_write_buf, out_buf_offset);
404 rest = bio_zero_copy_get_write_buf(b, &dummy_write_buf, &dummy_write_offset);
bio_test.cc 174 if (!BIO_zero_copy_get_write_buf(bio, &write_buf, &write_buf_offset,
230 if (!BIO_zero_copy_get_write_buf(bio1, &write_buf, &write_buf_offset,
  /external/boringssl/src/include/openssl/
bio.h 670 * |BIO_zero_copy_write_buf_done|. Neither |BIO_zero_copy_get_write_buf|
673 OPENSSL_EXPORT int BIO_zero_copy_get_write_buf(BIO* bio,
    [all...]

Completed in 57 milliseconds