Home
last modified time | relevance | path

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

12

/freebsd/crypto/openssl/doc/man3/
H A 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);
H A DBIO_f_buffer.pod70 BIO using BIO_pop(). BIO_flush() may need to be retried if the ultimate
91 L<BIO_pop(3)>,
H 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);
H A DBIO_new_CMS.pod31 removed from the chain using BIO_pop() and freed with BIO_free() until B<out>
H A DBIO_f_ssl.pod261 sbio = BIO_pop(acpt);
292 In OpenSSL before 1.0.0 the BIO_pop() call was handled incorrectly,
H A DOSSL_HTTP_transfer.pod130 hbio = BIO_pop(bio);
/freebsd/crypto/openssl/demos/bio/
H A Dserver-cmod.c75 tmp = BIO_pop(in); in main()
H A Dsaccept.c105 tmp = BIO_pop(in); in main()
H A Dserver-arg.c128 tmp = BIO_pop(in); in main()
H A Dserver-conf.c120 tmp = BIO_pop(in); in main()
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn_mime.c89 tbio = BIO_pop(bio); in i2d_ASN1_bio_stream()
121 BIO_pop(out); in B64_write_ASN1()
153 BIO_pop(bio); in b64_read_asn1()
382 tmpbio = BIO_pop(sarg.ndef_bio); in asn1_output_data()
563 BIO_pop(out); in SMIME_crlf_copy()
H A Dbio_ndef.c123 (void)BIO_pop(pop_bio); in BIO_new_NDEF()
H A Dasn1_parse.c78 BIO_pop(bp); in asn1_print_info()
/freebsd/crypto/openssl/apps/
H A Ds_client.c2208 BIO_pop(fbio); in s_client_main()
2251 BIO_pop(fbio); in s_client_main()
2276 BIO_pop(fbio); in s_client_main()
2409 BIO_pop(fbio); in s_client_main()
2541 BIO_pop(fbio); in s_client_main()
2584 BIO_pop(fbio); in s_client_main()
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c307 *pcbio = cbio = BIO_pop(acbio); in http_server_get_asn1_req()
/freebsd/crypto/openssl/crypto/pem/
H A Dpem_pkey.c256 BIO_pop(new_bio); in pem_read_bio_key()
/freebsd/crypto/openssl/crypto/pkcs7/
H A Dpk7_smime.c375 BIO_pop(p7bio); in PKCS7_verify()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c112 BIO_pop(new_bio); in OSSL_DECODER_from_bio()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c667 BIO *BIO_pop(BIO *b) in BIO_pop() function
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_smime.c95 tbio = BIO_pop(f); in do_free_upto()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h654 BIO *BIO_pop(BIO *b);
H A Dbio.h.in631 BIO *BIO_pop(BIO *b);
/freebsd/crypto/openssl/crypto/http/
H A Dhttp_client.c1432 BIO_pop(fbio); in OSSL_HTTP_proxy_connect()
/freebsd/crypto/openssl/engines/
H A De_loader_attic.c1681 (void)BIO_pop(ctx->_.file.file); in file_close()
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c1117 BIO *next = BIO_pop(*out); in print_reset_indent()

12