Home
last modified time | relevance | path

Searched refs:BIO_dup_state (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/util/
H A Dmissingmacro.txt13 BIO_dup_state(3)
H A Dmissingmacro111.txt16 BIO_dup_state(3)
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c787 if (BIO_dup_state(bio, (char *)new_bio) <= 0) { in BIO_dup_chain()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h553 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) macro
H A Dbio.h.in530 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) macro