Home
last modified time | relevance | path

Searched refs:BIO_get_write_buf_size (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod6 BIO_set_write_buf_size, BIO_get_write_buf_size, BIO_new_bio_pair,
21 size_t BIO_get_write_buf_size(BIO *b, long size);
71 BIO_get_write_buf_size() returns the size of the write buffer.
124 BIO_set_write_buf_size(), BIO_get_write_buf_size(),
/freebsd/crypto/openssl/util/
H A Dother.syms191 BIO_get_write_buf_size define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h575 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro
H A Dbio.h.in552 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile835 MLINKS+= BIO_s_bio.3 BIO_get_write_buf_size.3