Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c291 if ((ssl == NULL) && (cmd != BIO_C_SET_SSL)) in ssl_ctrl()
337 case BIO_C_SET_SSL: in ssl_ctrl()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h332 #define BIO_C_SET_SSL 109 macro
454 #define BIO_set_ssl(b,ssl,c) BIO_ctrl(b,BIO_C_SET_SSL,c,(char *)ssl)