Home
last modified time | relevance | path

Searched refs:BIO_push (Results 1 – 25 of 53) sorted by relevance

123

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DBIO_push.pod5 BIO_push, BIO_pop - add and remove BIOs from a chain.
11 BIO * BIO_push(BIO *b,BIO *append);
16 The BIO_push() function appends the BIO B<append> to B<b>, it returns
26 The names of these functions are perhaps a little misleading. BIO_push()
30 The process of calling BIO_push() and BIO_pop() on a BIO may have additional
41 BIO_push(b64, f);
45 BIO_push(md2, b64);
46 BIO_push(md1, md2);
62 BIO_push() returns the end of the chain, B<b>.
H A DBIO_f_md.pod79 /* For BIO_push() we want to append the sink BIO and keep a note of
82 bio = BIO_push(mdtmp, bio);
85 bio = BIO_push(mdtmp, bio);
97 bio = BIO_push(mdtmp, bio);
100 bio = BIO_push(mdtmp, bio);
H A DBIO_f_base64.pod49 bio = BIO_push(b64, bio);
65 bio = BIO_push(b64, bio);
H A Dbio.pod48 L<BIO_push(3)|BIO_push(3)>, L<BIO_read(3)|BIO_read(3)>,
/onnv-gate/usr/src/common/openssl/apps/
H A Drand.c187 out = BIO_push(tmpbio, out); in MAIN()
199 out = BIO_push(b64, out); in MAIN()
H A Denc.c427 out = BIO_push(tmpbio, out); in MAIN()
455 wbio=BIO_push(b64,wbio); in MAIN()
457 rbio=BIO_push(b64,rbio); in MAIN()
604 wbio=BIO_push(benc,wbio); in MAIN()
H A Dspkac.c215 out = BIO_push(tmpbio, out); in MAIN()
273 out = BIO_push(tmpbio, out); in MAIN()
H A Derrstr.c97 out = BIO_push(tmpbio, out); in MAIN()
H A Dprime.c106 bio_out = BIO_push(tmpbio, bio_out); in MAIN()
H A Dcrl.c136 bio_out = BIO_push(tmpbio, bio_out); in MAIN()
343 out = BIO_push(tmpbio, out); in MAIN()
H A Ddgst.c296 out = BIO_push(tmpbio, out); in MAIN()
355 inp=BIO_push(bmd,in); in MAIN()
H A Dopenssl.c390 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd()
427 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd()
H A Dasn1pars.c230 out = BIO_push(tmpbio, out); in MAIN()
286 BIO_push(b64,in); in MAIN()
H A Dciphers.c114 STDout = BIO_push(tmpbio, STDout); in MAIN()
H A Dnseq.c127 out = BIO_push(tmpbio, out); in MAIN()
H A Dgendh.c182 out = BIO_push(tmpbio, out); in MAIN()
H A Dgendsa.c222 out = BIO_push(tmpbio, out); in MAIN()
H A Dgenrsa.c224 out = BIO_push(tmpbio, out); in MAIN()
H A Dsess_id.c214 out = BIO_push(tmpbio, out); in MAIN()
H A Dpkcs7.c228 out = BIO_push(tmpbio, out); in MAIN()
H A Ddsa.c276 out = BIO_push(tmpbio, out); in MAIN()
/onnv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dpk7_doit.c125 else if (!BIO_push(*pbio,btmp)) in PKCS7_bio_add_digest()
281 BIO_push(out,btmp); in PKCS7_dataInit()
297 BIO_push(out,bio); in PKCS7_dataInit()
402 BIO_push(out,btmp); in PKCS7_dataDecode()
517 BIO_push(out,etmp); in PKCS7_dataDecode()
546 BIO_push(out,bio); in PKCS7_dataDecode()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dbio_ssl.c359 BIO_push(bio,b->next_bio); in ssl_ctrl()
523 if ((ret=BIO_push(buf,ssl)) == NULL) in BIO_new_buffer_ssl_connect()
541 if ((ret=BIO_push(ssl,con)) == NULL) in BIO_new_ssl_connect()
/onnv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_acpt.c274 if (!BIO_push(dbio,bio)) goto err; in acpt_state()
277 if (BIO_push(b,bio) == NULL) goto err; in acpt_state()
H A Dbio_lib.c374 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push() function
510 BIO_push(eoc,new); in BIO_dup_chain()

123