Home
last modified time | relevance | path

Searched refs:BIO_set_next (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbio_meth_test.c32 BIO_set_next(bio3, bio2); in test_bio_meth()
33 BIO_set_next(bio2, bio1); in test_bio_meth()
34 BIO_set_next(bio1, membio); in test_bio_meth()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_push.pod5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain
13 void BIO_set_next(BIO *b, BIO *next);
30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to
87 The BIO_set_next() function was added in OpenSSL 1.1.0.
/freebsd/crypto/openssl/ssl/
H A Dbio_ssl.c308 BIO_set_next(b, bio); in ssl_ctrl()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c844 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h764 void BIO_set_next(BIO *b, BIO *next);
H A Dbio.h.in741 void BIO_set_next(BIO *b, BIO *next);
/freebsd/secure/lib/libcrypto/
H A DVersion.map385 BIO_set_next;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile991 MLINKS+= BIO_push.3 BIO_set_next.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num3858 BIO_set_next 3945 3_0_0 EXIST::FUNCTION: