Home
last modified time | relevance | path

Searched refs:BIO_C_GET_WRITE_BUF_SIZE (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h408 # define BIO_C_GET_WRITE_BUF_SIZE 137 macro
575 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
H A Dbio.h.in385 # define BIO_C_GET_WRITE_BUF_SIZE 137 macro
552 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c445 case BIO_C_GET_WRITE_BUF_SIZE: in bio_ctrl()
/freebsd/crypto/openssl/
H A DCHANGES.md15244 for BIO_C_GET_WRITE_BUF_SIZE ("Stephen Hinton" <shinton@netopia.com>).