Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_null.c130 case BIO_CTRL_GET: in null_ctrl()
Dbio.h127 #define BIO_CTRL_GET 5 /* man - get the 'IO' type */ macro
582 #define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
/external/openssl/include/openssl/
Dbio.h127 #define BIO_CTRL_GET 5 /* man - get the 'IO' type */ macro
582 #define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
/external/openssl/crypto/evp/
Dbio_b64.c572 case BIO_CTRL_GET: in b64_ctrl()