Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h359 # define BIO_C_SHUTDOWN_WR 142 macro
525 # define BIO_shutdown_wr(b) (int)BIO_ctrl(b, BIO_C_SHUTDOWN_WR, 0, NULL)
/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbss_bio.c501 case BIO_C_SHUTDOWN_WR: in bio_ctrl()
/freebsd-13-stable/crypto/openssl/
HDCHANGES10562 *) New BIO_shutdown_wr macro, which invokes the BIO_C_SHUTDOWN_WR