Searched refs:BIO_set_next (Results 1 – 6 of 6) sorted by relevance
32 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()
5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain13 void BIO_set_next(BIO *b, BIO *next);30 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to87 The BIO_set_next() function was added in OpenSSL 1.1.0.
302 BIO_set_next(b, bio); in ssl_ctrl()
844 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
738 void BIO_set_next(BIO *b, BIO *next);
3858 BIO_set_next 3945 3_0_0 EXIST::FUNCTION:
Completed in 31 milliseconds