Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbio.h438 #define BIO_C_GET_WRITE_BUF_SIZE 137 macro
586 #define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
Dbss_bio.c542 case BIO_C_GET_WRITE_BUF_SIZE: in bio_ctrl()
/external/openssl/include/openssl/
Dbio.h438 #define BIO_C_GET_WRITE_BUF_SIZE 137 macro
586 #define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)