Searched refs:BIO_pop (Results 1 – 17 of 17) sorted by relevance
5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain12 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 additional49 BIO_pop() returns the next BIO in the chain,75 BIO_pop(md2);
132 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);
70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate90 L<BIO_pop(3)>,
31 removed from the chain using BIO_pop() and freed with BIO_free() until B<out>
255 sbio = BIO_pop(acpt);286 In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
82 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()
123 (void)BIO_pop(pop_bio); in BIO_new_NDEF()
2228 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()
1378 cbio = BIO_pop(acbio); in do_responder()
365 BIO_pop(p7bio); in PKCS7_verify()
600 BIO *BIO_pop(BIO *b) in BIO_pop() function
93 tbio = BIO_pop(f); in do_free_upto()
571 BIO *BIO_pop(BIO *b);
1254 s->wbio = BIO_pop(s->wbio); in SSL_set0_wbio()4059 s->wbio = BIO_pop(s->wbio); in ssl_free_wbio_buffer()
361 BIO_pop;
711 MLINKS+= BIO_push.3 BIO_pop.3
162 freed filter BIO. If the caller then goes on to call BIO_pop() on the BIO4715 *) In BIO_pop() and BIO_push() use the ctrl argument (which was NULL) to4718 of the ctrl being passed down the chain. Fix BIO_pop() and SSL BIOs so