Searched refs:BIO_dup_state (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbio_lib.c532 if (!BIO_dup_state(bio, (char *)new_bio)) {
H A Dbio.h585 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) macro
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssl_lib.c2945 if (!BIO_dup_state(s->rbio, (char *)&ret->rbio))
2950 if (!BIO_dup_state(s->wbio, (char *)&ret->wbio))

Completed in 126 milliseconds