Searched refs:BIO_set_next (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | bio_meth_test.c | 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()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_push.pod | 5 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 D | bio_ssl.c | 308 BIO_set_next(b, bio); in ssl_ctrl()
|
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_lib.c | 844 void BIO_set_next(BIO *b, BIO *next) in BIO_set_next() function
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 764 void BIO_set_next(BIO *b, BIO *next);
|
H A D | bio.h.in | 741 void BIO_set_next(BIO *b, BIO *next);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 385 BIO_set_next;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 991 MLINKS+= BIO_push.3 BIO_set_next.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3858 BIO_set_next 3945 3_0_0 EXIST::FUNCTION:
|