Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c480 case BIO_C_GET_READ_REQUEST: in bio_ctrl()
733 return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL); in BIO_ctrl_get_read_request()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h412 # define BIO_C_GET_READ_REQUEST 141 macro
581 # define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)
H A Dbio.h.in389 # define BIO_C_GET_READ_REQUEST 141 macro
558 # define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)