Searched refs:BIO_s_bio (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man22 MAN+= BIO_s_bio.3
295 MLINKS+= BIO_s_bio.3 BIO_ctrl_get_read_request.3
296 MLINKS+= BIO_s_bio.3 BIO_ctrl_get_write_guarantee.3
297 MLINKS+= BIO_s_bio.3 BIO_ctrl_reset_read_request.3
298 MLINKS+= BIO_s_bio.3 BIO_destroy_bio_pair.3
299 MLINKS+= BIO_s_bio.3 BIO_get_read_request.3
300 MLINKS+= BIO_s_bio.3 BIO_get_write_buf_size.3
301 MLINKS+= BIO_s_bio.3 BIO_get_write_guarantee.3
302 MLINKS+= BIO_s_bio.3 BIO_make_bio_pair.3
303 MLINKS+= BIO_s_bio
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c120 BIO_METHOD *BIO_s_bio(void) function
769 bio1 = BIO_new(BIO_s_bio());
772 bio2 = BIO_new(BIO_s_bio());
H A Dbio.h449 # define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */
604 /* For BIO_s_bio() */
700 BIO_METHOD *BIO_s_bio(void);

Completed in 172 milliseconds