Home
last modified time | relevance | path

Searched refs:BIO_pop (Results 1 – 17 of 17) 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
12 BIO *BIO_pop(BIO *b);
23 BIO_pop() removes the BIO I<b> from any chain is is part of.
37 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
40 The process of calling BIO_push() and BIO_pop() on a BIO may have additional
49 BIO_pop() returns the next BIO in the chain,
75 BIO_pop(md2);
DBIO_s_accept.pod132 connection = BIO_pop(accept);
143 connections. This can be resolved by using BIO_pop() (see above)
201 cbio = BIO_pop(abio);
214 cbio2 = BIO_pop(abio);
DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
90 L<BIO_pop(3)>,
DBIO_new_CMS.pod31 removed from the chain using BIO_pop() and freed with BIO_free() until B<out>
DBIO_f_ssl.pod255 sbio = BIO_pop(acpt);
286 In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
/freebsd-12-stable/crypto/openssl/crypto/asn1/
Dasn_mime.c82 tbio = BIO_pop(bio); in i2d_ASN1_bio_stream()
114 BIO_pop(out); in B64_write_ASN1()
145 BIO_pop(bio); in b64_read_asn1()
363 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
528 BIO_pop(out); in SMIME_crlf_copy()
Dbio_ndef.c123 (void)BIO_pop(pop_bio); in BIO_new_NDEF()
/freebsd-12-stable/crypto/openssl/apps/
Ds_client.c2228 BIO_pop(fbio); in s_client_main()
2267 BIO_pop(fbio); in s_client_main()
2288 BIO_pop(fbio); in s_client_main()
2388 BIO_pop(fbio); in s_client_main()
2410 BIO_pop(fbio); in s_client_main()
2470 BIO_pop(fbio); in s_client_main()
2594 BIO_pop(fbio); in s_client_main()
2633 BIO_pop(fbio); in s_client_main()
Docsp.c1378 cbio = BIO_pop(acbio); in do_responder()
/freebsd-12-stable/crypto/openssl/crypto/pkcs7/
Dpk7_smime.c365 BIO_pop(p7bio); in PKCS7_verify()
/freebsd-12-stable/crypto/openssl/crypto/bio/
Dbio_lib.c600 BIO *BIO_pop(BIO *b) in BIO_pop() function
/freebsd-12-stable/crypto/openssl/crypto/cms/
Dcms_smime.c93 tbio = BIO_pop(f); in do_free_upto()
/freebsd-12-stable/crypto/openssl/include/openssl/
Dbio.h571 BIO *BIO_pop(BIO *b);
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_lib.c1254 s->wbio = BIO_pop(s->wbio); in SSL_set0_wbio()
4059 s->wbio = BIO_pop(s->wbio); in ssl_free_wbio_buffer()
/freebsd-12-stable/secure/lib/libcrypto/
DVersion.map361 BIO_pop;
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile711 MLINKS+= BIO_push.3 BIO_pop.3
/freebsd-12-stable/crypto/openssl/
DCHANGES162 freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO
4715 *) In BIO_pop() and BIO_push() use the ctrl argument (which was NULL) to
4718 of the ctrl being passed down the chain. Fix BIO_pop() and SSL BIOs so