Searched refs:BIO_f_ssl (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/lib/libssl/man/
H A DMakefile5 MAN = BIO_f_ssl.3 \
/openbsd-current/lib/libssl/
H A Dbio_ssl.c102 BIO_f_ssl(void) function
106 LSSL_ALIAS(BIO_f_ssl); variable
123 LSSL_ALIAS(BIO_f_ssl); variable
546 if ((ret = BIO_new(BIO_f_ssl())) == NULL)
H A Dssl.h1093 const BIO_METHOD *BIO_f_ssl(void);
/openbsd-current/regress/lib/libssl/ssl/
H A Dssltest.c790 s_ssl_bio = BIO_new(BIO_f_ssl());
794 c_ssl_bio = BIO_new(BIO_f_ssl());
1151 c_bio = BIO_new(BIO_f_ssl());
1152 s_bio = BIO_new(BIO_f_ssl());
/openbsd-current/lib/libssl/hidden/openssl/
H A Dssl.h92 LSSL_USED(BIO_f_ssl); variable
/openbsd-current/usr.bin/openssl/
H A Ds_server.c1911 ssl_bio = BIO_new(BIO_f_ssl());

Completed in 299 milliseconds