| /mirbsd/src/lib/libssl/src/doc/crypto/ |
| D | BIO_s_file.pod | 5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp, 17 BIO_set_fp(BIO *b,FILE *fp, int flags); 57 BIO_set_fp() set the fp of a file BIO to B<fp>. B<flags> has the same 92 if(!BIO_set_fp(bio_out, stdout, BIO_NOCLOSE)) /* Error ... */ 119 BIO_set_fp() and BIO_get_fp() return 1 for success or 0 for failure
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | errstr.c | 83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 92 if ((out != NULL) && BIO_set_fp(out,stdout,BIO_NOCLOSE)) in MAIN()
|
| D | prime.c | 70 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 100 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | crl.c | 124 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 132 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE); in MAIN() 339 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN() 401 BIO_set_fp(in,stdin,BIO_NOCLOSE); in load_crl()
|
| D | sess_id.c | 104 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 210 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN() 292 BIO_set_fp(in,stdin,BIO_NOCLOSE); in load_sess_id()
|
| D | pkcs7.c | 103 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 195 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 224 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | dsa.c | 115 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 239 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 270 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | dh.c | 106 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 203 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 214 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | crl2p7.c | 105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 186 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 244 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | asn1pars.c | 104 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 210 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 230 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN()
|
| D | gendh.c | 103 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 171 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | dsaparam.c | 113 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 220 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 231 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | rand.c | 99 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 196 r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); in MAIN()
|
| D | dhparam.c | 174 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 352 BIO_set_fp(in,stdin,BIO_NOCLOSE); in MAIN() 420 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | gendsa.c | 98 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 217 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | genrsa.c | 112 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 218 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| D | passwd.c | 83 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 90 BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT); in MAIN() 208 BIO_set_fp(in, stdin, BIO_NOCLOSE); in MAIN()
|
| D | rsa.c | 116 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT); in MAIN() 270 BIO_set_fp(out,stdout,BIO_NOCLOSE); in MAIN()
|
| /mirbsd/src/usr.sbin/openssl/ |
| D | asn1octetstream.c | 64 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT); in MAIN() 123 BIO_set_fp(in, stdin, BIO_NOCLOSE); in MAIN() 195 BIO_set_fp(out, stdout, BIO_NOCLOSE); in MAIN()
|
| /mirbsd/src/lib/libssl/src/crypto/asn1/ |
| D | a_i2d_fp.c | 77 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_i2d_fp() 130 BIO_set_fp(b,out,BIO_NOCLOSE); in ASN1_item_i2d_fp()
|
| D | t_pkey.c | 87 BIO_set_fp(b,fp,BIO_NOCLOSE); in RSA_print_fp() 173 BIO_set_fp(b,fp,BIO_NOCLOSE); in DSA_print_fp() 287 BIO_set_fp(b,fp,BIO_NOCLOSE); in DHparams_print_fp() 345 BIO_set_fp(b,fp,BIO_NOCLOSE); in DSAparams_print_fp()
|
| D | a_d2i_fp.c | 80 BIO_set_fp(b,in,BIO_NOCLOSE); in ASN1_d2i_fp() 135 BIO_set_fp(b,in,BIO_NOCLOSE); in ASN1_item_d2i_fp()
|
| /mirbsd/src/lib/libssl/src/crypto/lhash/ |
| D | lh_stats.c | 148 BIO_set_fp(bp,fp,BIO_NOCLOSE); in lh_stats() 160 BIO_set_fp(bp,fp,BIO_NOCLOSE); in lh_node_stats() 172 BIO_set_fp(bp,fp,BIO_NOCLOSE); in lh_node_usage_stats()
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | ssl_task.c | 218 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE); in main() 221 BIO_set_fp(bio_stdout,stdout,BIO_NOCLOSE); in main()
|
| /mirbsd/src/lib/libssl/src/crypto/bio/ |
| D | bss_file.c | 115 BIO_set_fp(ret,file,BIO_CLOSE); in BIO_new_file() 126 BIO_set_fp(ret,stream,close_flag); in BIO_new_fp()
|