Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
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-12-stable/crypto/openssl/ssl/
Dbio_ssl.c295 BIO_set_next(b, bio); in ssl_ctrl()
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbio_lib.c677 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h575 void BIO_set_next(BIO *b, BIO *next);
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map385 BIO_set_next;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile712 MLINKS+= BIO_push.3 BIO_set_next.3