Searched refs:BIO_C_SET_WRITE_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio.h449 # define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */ macro
605 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
H A Dbss_bio.c503 case BIO_C_SET_WRITE_BUF_SIZE:

Completed in 121 milliseconds