Home
last modified time | relevance | path

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

/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()
/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.
/openssl/ssl/
H A Dbio_ssl.c302 BIO_set_next(b, bio); in ssl_ctrl()
/openssl/crypto/bio/
H A Dbio_lib.c844 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
/openssl/include/openssl/
H A Dbio.h.in738 void BIO_set_next(BIO *b, BIO *next);
/openssl/util/
H A Dlibcrypto.num3858 BIO_set_next 3945 3_0_0 EXIST::FUNCTION:

Completed in 31 milliseconds