Home
last modified time | relevance | path

Searched refs:BIO_pop (Results 1 – 25 of 27) sorted by relevance

12

/openssl-master/doc/man3/
A DBIO_push.pod5 BIO_push, BIO_pop, BIO_set_next - add and remove BIOs from a chain
12 BIO *BIO_pop(BIO *b);
20 BIO_pop() removes the BIO B<b> from a chain and returns the next BIO
32 joins two BIO chains whereas BIO_pop() deletes a single BIO from a chain,
35 The process of calling BIO_push() and BIO_pop() on a BIO may have additional
43 BIO_pop() returns the next BIO in the chain, or NULL if there is no next
67 BIO_pop(md2);
A DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
91 L<BIO_pop(3)>,
A DBIO_s_accept.pod140 connection = BIO_pop(accept);
151 connections. This can be resolved by using BIO_pop() (see above)
209 cbio = BIO_pop(abio);
222 cbio2 = BIO_pop(abio);
A DBIO_new_CMS.pod31 removed from the chain using BIO_pop() and freed with BIO_free() until B<out>
A DBIO_f_ssl.pod254 sbio = BIO_pop(acpt);
285 In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
/openssl-master/demos/bio/
A Dserver-cmod.c75 tmp = BIO_pop(in); in main()
A Dsaccept.c105 tmp = BIO_pop(in); in main()
A Dserver-arg.c128 tmp = BIO_pop(in); in main()
A Dserver-conf.c120 tmp = BIO_pop(in); in main()
/openssl-master/crypto/asn1/
A Dasn_mime.c84 tbio = BIO_pop(bio); in i2d_ASN1_bio_stream()
116 BIO_pop(out); in B64_write_ASN1()
148 BIO_pop(bio); in b64_read_asn1()
377 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
549 BIO_pop(out); in SMIME_crlf_copy()
A Dasn1_parse.c78 BIO_pop(bp); in asn1_print_info()
/openssl-master/apps/
A Ds_client.c2176 BIO_pop(fbio); in s_client_main()
2215 BIO_pop(fbio); in s_client_main()
2236 BIO_pop(fbio); in s_client_main()
2371 BIO_pop(fbio); in s_client_main()
2499 BIO_pop(fbio); in s_client_main()
2538 BIO_pop(fbio); in s_client_main()
/openssl-master/apps/lib/
A Dhttp_server.c307 *pcbio = cbio = BIO_pop(acbio); in http_server_get_asn1_req()
/openssl-master/crypto/pem/
A Dpem_pkey.c248 BIO_pop(new_bio); in pem_read_bio_key()
/openssl-master/crypto/pkcs7/
A Dpk7_smime.c373 BIO_pop(p7bio); in PKCS7_verify()
/openssl-master/crypto/encode_decode/
A Ddecoder_lib.c112 BIO_pop(new_bio); in OSSL_DECODER_from_bio()
/openssl-master/crypto/bio/
A Dbio_lib.c650 BIO *BIO_pop(BIO *b) in BIO_pop() function
/openssl-master/crypto/cms/
A Dcms_smime.c95 tbio = BIO_pop(f); in do_free_upto()
/openssl-master/crypto/http/
A Dhttp_client.c1345 BIO_pop(fbio); in OSSL_HTTP_proxy_connect()
/openssl-master/engines/
A De_loader_attic.c1682 (void)BIO_pop(ctx->_.file.file); in file_close()
/openssl-master/include/openssl/
A Dbio.h.in629 BIO *BIO_pop(BIO *b);
/openssl-master/crypto/evp/
A Dp_lib.c1110 BIO *next = BIO_pop(*out); in print_reset_indent()
/openssl-master/test/
A Dssl_old_test.c1931 server = BIO_pop(acpt); in doit_localhost()
A Dsslapitest.c2848 BIO_pop(sslbio); in execute_test_ssl_bio()
2850 BIO_pop(membio1); in execute_test_ssl_bio()
/openssl-master/ssl/
A Dssl_lib.c1280 s->wbio = BIO_pop(s->wbio); in SSL_set0_wbio()
4219 s->wbio = BIO_pop(s->wbio); in ssl_free_wbio_buffer()

Completed in 79 milliseconds

12