Searched refs:BIO_set_next (Results 1 – 5 of 5) sorted by relevance
5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain13 void BIO_set_next(BIO *b, BIO *next);25 BIO_set_next() replaces the existing next BIO in a chain with the BIO pointed to78 The BIO_set_next() function was added in OpenSSL 1.1.0.
295 BIO_set_next(b, bio); in ssl_ctrl()
730 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
633 void BIO_set_next(BIO *b, BIO *next);
3858 BIO_set_next 3945 3_0_0 EXIST::FUNCTION:
Completed in 19 milliseconds