Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbio.h332 # define BIO_C_GET_WRITE_BUF_SIZE 137 macro
500 # define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
/third_party/openssl/crypto/bio/
Dbss_bio.c447 case BIO_C_GET_WRITE_BUF_SIZE: in bio_ctrl()
/third_party/openssl/
DCHANGES9843 for BIO_C_GET_WRITE_BUF_SIZE ("Stephen Hinton" <shinton@netopia.com>).