Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DSSL_set_bio.pod5 SSL_set_bio, SSL_set0_rbio, SSL_set0_wbio - connect the SSL object with a BIO
12 void SSL_set0_rbio(SSL *s, BIO *rbio);
17 SSL_set0_rbio() connects the BIO B<rbio> for the read operations of the B<ssl>
26 SSL_set0_wbio() works in the same as SSL_set0_rbio() except that it connects
28 rbio and wbio are the same then SSL_set0_rbio() and SSL_set0_wbio() each take
33 SSL_set_bio() is similar to SSL_set0_rbio() and SSL_set0_wbio() except
89 use SSL_set0_rbio() and SSL_set0_wbio() instead.
93 SSL_set_bio(), SSL_set0_rbio() and SSL_set0_wbio() cannot fail.
103 SSL_set0_rbio() and SSL_set0_wbio() were added in OpenSSL 1.1.0.
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map321 SSL_set0_rbio;
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c1246 void SSL_set0_rbio(SSL *s, BIO *rbio) in SSL_set0_rbio() function
1299 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1304 SSL_set0_rbio(s, rbio); in SSL_set_bio()
1425 SSL_set0_rbio(s, bio); in SSL_set_rfd()
1428 SSL_set0_rbio(s, wbio); in SSL_set_rfd()
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1545 void SSL_set0_rbio(SSL *s, BIO *rbio);
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2836 MLINKS+= SSL_set_bio.3 SSL_set0_rbio.3