Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbss_null.c67 case BIO_CTRL_GET: in null_ctrl()
/third_party/openssl/include/openssl/
Dbio.h75 # define BIO_CTRL_GET 5/* man - get the 'IO' type */ macro
495 # define BIO_buffer_get_num_lines(b) BIO_ctrl(b,BIO_CTRL_GET,0,NULL)
/third_party/openssl/crypto/evp/
Dbio_b64.c526 case BIO_CTRL_GET: in b64_ctrl()