| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A D | BIO_push.pod | 5 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 D | BIO_f_md.pod | 79 /* 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 D | BIO_f_base64.pod | 49 bio = BIO_push(b64, bio); 65 bio = BIO_push(b64, bio);
|
| H A D | bio.pod | 48 L<BIO_push(3)|BIO_push(3)>, L<BIO_read(3)|BIO_read(3)>,
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | rand.c | 187 out = BIO_push(tmpbio, out); in MAIN() 199 out = BIO_push(b64, out); in MAIN()
|
| H A D | enc.c | 427 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 D | spkac.c | 215 out = BIO_push(tmpbio, out); in MAIN() 273 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | errstr.c | 97 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | prime.c | 106 bio_out = BIO_push(tmpbio, bio_out); in MAIN()
|
| H A D | crl.c | 136 bio_out = BIO_push(tmpbio, bio_out); in MAIN() 343 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | dgst.c | 296 out = BIO_push(tmpbio, out); in MAIN() 355 inp=BIO_push(bmd,in); in MAIN()
|
| H A D | openssl.c | 390 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd() 427 bio_stdout = BIO_push(tmpbio, bio_stdout); in do_cmd()
|
| H A D | asn1pars.c | 230 out = BIO_push(tmpbio, out); in MAIN() 286 BIO_push(b64,in); in MAIN()
|
| H A D | ciphers.c | 114 STDout = BIO_push(tmpbio, STDout); in MAIN()
|
| H A D | nseq.c | 127 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | gendh.c | 182 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | gendsa.c | 222 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | genrsa.c | 224 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | sess_id.c | 214 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | pkcs7.c | 228 out = BIO_push(tmpbio, out); in MAIN()
|
| H A D | dsa.c | 276 out = BIO_push(tmpbio, out); in MAIN()
|
| /onnv-gate/usr/src/common/openssl/crypto/pkcs7/ |
| H A D | pk7_doit.c | 125 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 D | bio_ssl.c | 359 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 D | bss_acpt.c | 274 if (!BIO_push(dbio,bio)) goto err; in acpt_state() 277 if (BIO_push(b,bio) == NULL) goto err; in acpt_state()
|
| H A D | bio_lib.c | 374 BIO *BIO_push(BIO *b, BIO *bio) in BIO_push() function 510 BIO_push(eoc,new); in BIO_dup_chain()
|