Home
last modified time | relevance | path

Searched refs:BIO_CTRL_POP (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_file.c339 case BIO_CTRL_POP: in file_ctrl()
H A Dbss_mem.c333 case BIO_CTRL_POP: in mem_ctrl()
H A Dbio_lib.c675 BIO_ctrl(b, BIO_CTRL_POP, 0, b); in BIO_pop()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c704 case BIO_CTRL_POP: in mempacket_test_gets()
802 case BIO_CTRL_POP: in always_retry_gets()
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c336 case BIO_CTRL_POP: in ssl_ctrl()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h89 # define BIO_CTRL_POP 7/* opt - internal, used to signify change */ macro
H A Dbio.h.in90 # define BIO_CTRL_POP 7/* opt - internal, used to signify change */ macro