Home
last modified time | relevance | path

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

/trueos/crypto/openssl/crypto/bio/
HDbio.h454 # define BIO_C_SHUTDOWN_WR 142 macro
604 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
HDbss_bio.c574 case BIO_C_SHUTDOWN_WR: in bio_ctrl()
/trueos/crypto/openssl/doc/crypto/
HDBIO_s_bio.pod19 #define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
/trueos/crypto/openssl/
HDCHANGES6958 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR