Searched refs:BIO_C_GET_READ_REQUEST (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_bio.c559 case BIO_C_GET_READ_REQUEST:
816 return BIO_ctrl(bio, BIO_C_GET_READ_REQUEST, 0, NULL);
H A Dbio.h454 # define BIO_C_GET_READ_REQUEST 141 macro
612 # define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL)

Completed in 109 milliseconds