Searched refs:BIO_s_file (Results 1 – 25 of 60) sorted by relevance
123
103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()174 in=BIO_new(BIO_s_file()); in MAIN()175 out=BIO_new(BIO_s_file()); in MAIN()303 in=BIO_new(BIO_s_file()); in add_certs_from_file()
82 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()91 out=BIO_new(BIO_s_file()); in MAIN()
95 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()215 in=BIO_new(BIO_s_file()); in MAIN()230 out=BIO_new(BIO_s_file()); in MAIN()
74 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()112 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()
104 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()203 out=BIO_new(BIO_s_file()); in MAIN()286 in=BIO_new(BIO_s_file()); in load_sess_id()
124 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()131 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN()347 out=BIO_new(BIO_s_file()); in MAIN()410 in=BIO_new(BIO_s_file()); in load_crl()
99 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()185 in=BIO_new(BIO_s_file()); in MAIN()186 out=BIO_new(BIO_s_file()); in MAIN()
103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()192 in=BIO_new(BIO_s_file()); in MAIN()193 out=BIO_new(BIO_s_file()); in MAIN()
107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()263 in = BIO_new(BIO_s_file()); in MAIN()264 out = BIO_new(BIO_s_file()); in MAIN()
120 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()249 in=BIO_new(BIO_s_file()); in MAIN()250 out=BIO_new(BIO_s_file()); in MAIN()
106 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()166 out=BIO_new(BIO_s_file()); in MAIN()
95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN()186 out = BIO_new(BIO_s_file()); in MAIN()
131 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()240 in=BIO_new(BIO_s_file()); in MAIN()241 out=BIO_new(BIO_s_file()); in MAIN()
107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()219 in=BIO_new(BIO_s_file()); in MAIN()220 out=BIO_new(BIO_s_file()); in MAIN()
169 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN()344 in=BIO_new(BIO_s_file()); in MAIN()411 out=BIO_new(BIO_s_file()); in MAIN()
70 if ((b=BIO_new(BIO_s_file())) == NULL) in DSA_print_fp()86 if ((b=BIO_new(BIO_s_file())) == NULL) in DSAparams_print_fp()
72 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp()125 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
75 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_d2i_fp()129 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_d2i_fp()
146 bp=BIO_new(BIO_s_file()); in lh_stats()158 bp=BIO_new(BIO_s_file()); in lh_node_stats()170 bp=BIO_new(BIO_s_file()); in lh_node_usage_stats()
92 data=BIO_new(BIO_s_file());108 detached=BIO_new(BIO_s_file());
101 data=BIO_new(BIO_s_file());114 detached=BIO_new(BIO_s_file());
76 if ((b=BIO_new(BIO_s_file())) == NULL) in ECPKParameters_print_fp()92 if ((b=BIO_new(BIO_s_file())) == NULL) in EC_KEY_print_fp()108 if ((b=BIO_new(BIO_s_file())) == NULL) in ECParameters_print_fp()
129 BIO* key = BIO_new(BIO_s_file()); in main()143 BIO* cert = BIO_new(BIO_s_file()); in main()
70 if ((b=BIO_new(BIO_s_file())) == NULL) in RSA_print_fp()
177 if ((ret=BIO_new(BIO_s_file())) == NULL) in BIO_new_file()192 if ((ret=BIO_new(BIO_s_file())) == NULL) in BIO_new_fp()200 BIO_METHOD *BIO_s_file(void) in BIO_s_file() function