Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod7 BIO_get_write_guarantee, BIO_ctrl_get_write_guarantee, BIO_get_read_request,
25 int BIO_get_write_guarantee(BIO *b);
80 BIO_get_write_guarantee() and BIO_ctrl_get_write_guarantee() return the maximum
84 function whereas BIO_get_write_guarantee() is a macro.
96 than that returned by BIO_get_write_guarantee().
125 BIO_get_write_guarantee(), and BIO_get_read_request() are implemented
/freebsd/crypto/openssl/util/
H A Dother.syms192 BIO_get_write_guarantee define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h580 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL) macro
H A Dbio.h.in557 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile836 MLINKS+= BIO_s_bio.3 BIO_get_write_guarantee.3