Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bio/
Dbio_lib.c715 if (!BIO_dup_state(bio, (char *)new_bio)) { in BIO_dup_chain()
/third_party/openssl/include/openssl/
Dbio.h478 # define BIO_dup_state(b,ret) BIO_ctrl(b,BIO_CTRL_DUP,0,(char *)(ret)) macro