Symbol: BIO_new_file
crypto/krb5/src/plugins/preauth/pkinit/pkinit_crypto_openssl.c
5045
if (!(in = BIO_new_file(filename, "r"))) {
crypto/openssl/apps/ca.c
1137
Cout = BIO_new_file(new_cert, "w");
crypto/openssl/apps/ca.c
571
BIO *oid_bio = BIO_new_file(p, "r");
crypto/openssl/apps/cmp.c
2565
BIO *bio = BIO_new_file(file, "wb");
crypto/openssl/apps/cmp.c
2587
BIO *bio = BIO_new_file(file, "wb");
crypto/openssl/apps/cms.c
1020
if ((rctin = BIO_new_file(rctfile, rctmode)) == NULL) {
crypto/openssl/apps/cms.c
1404
tmp = BIO_new_file(signerfile, "w");
crypto/openssl/apps/cms.c
999
if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
crypto/openssl/apps/crl2pkcs7.c
208
in = BIO_new_file(certfile, "r");
crypto/openssl/apps/dgst.c
424
BIO *sigbio = BIO_new_file(sigfile, "rb");
crypto/openssl/apps/genpkey.c
355
pbio = BIO_new_file(file, "r");
crypto/openssl/apps/lib/apps.c
1505
in = BIO_new_file(serialfile, "r");
crypto/openssl/apps/lib/apps.c
1575
out = BIO_new_file(buf[0], "w");
crypto/openssl/apps/lib/apps.c
1679
in = BIO_new_file(dbfile, "r");
crypto/openssl/apps/lib/apps.c
1781
out = BIO_new_file(buf[0], "w");
crypto/openssl/apps/lib/apps.c
1792
out = BIO_new_file(buf[1], "w");
crypto/openssl/apps/lib/apps.c
226
pwdbio = BIO_new_file(arg, "r");
crypto/openssl/apps/lib/apps.c
3175
ret = BIO_new_file(filename, modestr(mode, format));
crypto/openssl/apps/lib/s_cb.c
1626
bio_keylog = BIO_new_file(keylog_file, "a");
crypto/openssl/apps/pkeyutl.c
510
BIO *sigbio = BIO_new_file(sigfile, "rb");
crypto/openssl/apps/rehash.c
257
if ((b = BIO_new_file(fullpath, "r")) == NULL) {
crypto/openssl/apps/req.c
1580
pbio = BIO_new_file(paramfile, "r");
crypto/openssl/apps/req.c
591
BIO *oid_bio = BIO_new_file(p, "r");
crypto/openssl/apps/s_client.c
1298
bio_c_msg = BIO_new_file(opt_arg(), "w");
crypto/openssl/apps/s_client.c
2019
BIO *stmp = BIO_new_file(psksessf, "r");
crypto/openssl/apps/s_client.c
2174
BIO *stmp = BIO_new_file(sess_in, "r");
crypto/openssl/apps/s_client.c
2934
BIO *edfile = BIO_new_file(early_data_file, "r");
crypto/openssl/apps/s_client.c
901
BIO *stmp = BIO_new_file(sess_out, "w");
crypto/openssl/apps/s_server.c
1543
bio_s_msg = BIO_new_file(opt_arg(), "w");
crypto/openssl/apps/s_server.c
2328
BIO *stmp = BIO_new_file(psksessf, "r");
crypto/openssl/apps/s_server.c
3609
if ((file = BIO_new_file(p, opmode)) == NULL) {
crypto/openssl/apps/smime.c
591
if ((indata = BIO_new_file(contfile, "rb")) == NULL) {
crypto/openssl/apps/smime.c
755
tmp = BIO_new_file(signerfile, "w");
crypto/openssl/apps/ts.c
400
BIO *oid_bio = BIO_new_file(p, "r");
crypto/openssl/apps/ts.c
626
if ((in_bio = BIO_new_file(in, "rb")) == NULL)
crypto/openssl/apps/ts.c
729
if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL)
crypto/openssl/apps/ts.c
814
if ((in = BIO_new_file(serialfile, "r")) == NULL) {
crypto/openssl/apps/ts.c
854
if ((out = BIO_new_file(serialfile, "w")) == NULL)
crypto/openssl/apps/ts.c
885
if ((in_bio = BIO_new_file(in, "rb")) == NULL)
crypto/openssl/apps/ts.c
943
if ((out = BIO_new_file(data, "rb")) == NULL)
crypto/openssl/apps/ts.c
960
if ((input = BIO_new_file(queryfile, "rb")) == NULL)
crypto/openssl/crypto/bio/ossl_core_bio.c
84
return core_bio_new_from_new_bio(BIO_new_file(filename, mode));
crypto/openssl/crypto/cmp/cmp_msg.c
1235
if ((bio = BIO_new_file(file, "rb")) == NULL
crypto/openssl/crypto/cmp/cmp_msg.c
1254
bio = BIO_new_file(file, "wb");
crypto/openssl/crypto/conf/conf_def.c
173
in = BIO_new_file(name, "r");
crypto/openssl/crypto/conf/conf_def.c
175
in = BIO_new_file(name, "rb");
crypto/openssl/crypto/conf/conf_def.c
501
next = BIO_new_file(include_path, "r");
crypto/openssl/crypto/conf/conf_def.c
829
next = BIO_new_file(include, "r");
crypto/openssl/crypto/conf/conf_def.c
878
bio = BIO_new_file(newpath, "r");
crypto/openssl/crypto/conf/conf_lib.c
53
in = BIO_new_file(file, "r");
crypto/openssl/crypto/conf/conf_lib.c
55
in = BIO_new_file(file, "rb");
crypto/openssl/crypto/engine/eng_openssl.c
428
in = BIO_new_file(key_id, "rb");
crypto/openssl/crypto/engine/eng_openssl.c
430
in = BIO_new_file(key_id, "r");
crypto/openssl/crypto/ts/ts_conf.c
110
if ((key = BIO_new_file(file, "rb")) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
112
if ((key = BIO_new_file(file, "r")) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
54
if ((cert = BIO_new_file(file, "rb")) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
56
if ((cert = BIO_new_file(file, "r")) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
75
if ((certs = BIO_new_file(file, "rb")) == NULL)
crypto/openssl/crypto/ts/ts_conf.c
77
if ((certs = BIO_new_file(file, "r")) == NULL)
crypto/openssl/crypto/x509/by_file.c
243
in = BIO_new_file(file, "rb");
crypto/openssl/crypto/x509/by_file.c
245
in = BIO_new_file(file, "r");
crypto/openssl/crypto/x509/v3_pci.c
167
BIO *b = BIO_new_file(valp, "r");
crypto/openssl/demos/cms/cms_comp.c
32
in = BIO_new_file("comp.txt", "r");
crypto/openssl/demos/cms/cms_comp.c
43
out = BIO_new_file("smcomp.txt", "w");
crypto/openssl/demos/cms/cms_ddec.c
30
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_ddec.c
47
in = BIO_new_file("smencr.pem", "r");
crypto/openssl/demos/cms/cms_ddec.c
59
dcont = BIO_new_file("smencr.out", "rb");
crypto/openssl/demos/cms/cms_ddec.c
64
out = BIO_new_file("encrout.txt", "w");
crypto/openssl/demos/cms/cms_dec.c
27
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_dec.c
44
in = BIO_new_file("smencr.txt", "r");
crypto/openssl/demos/cms/cms_dec.c
55
out = BIO_new_file("decout.txt", "w");
crypto/openssl/demos/cms/cms_denc.c
32
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_denc.c
56
in = BIO_new_file("encr.txt", "r");
crypto/openssl/demos/cms/cms_denc.c
58
dout = BIO_new_file("smencr.out", "wb");
crypto/openssl/demos/cms/cms_denc.c
69
out = BIO_new_file("smencr.pem", "w");
crypto/openssl/demos/cms/cms_enc.c
33
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_enc.c
57
in = BIO_new_file("encr.txt", "r");
crypto/openssl/demos/cms/cms_enc.c
68
out = BIO_new_file("smencr.txt", "w");
crypto/openssl/demos/cms/cms_sign.c
34
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_sign.c
51
in = BIO_new_file("sign.txt", "r");
crypto/openssl/demos/cms/cms_sign.c
62
out = BIO_new_file("smout.txt", "w");
crypto/openssl/demos/cms/cms_sign2.c
26
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/cms/cms_sign2.c
40
tbio = BIO_new_file("signer2.pem", "r");
crypto/openssl/demos/cms/cms_sign2.c
55
in = BIO_new_file("sign.txt", "r");
crypto/openssl/demos/cms/cms_sign2.c
73
out = BIO_new_file("smout.txt", "w");
crypto/openssl/demos/cms/cms_uncomp.c
26
in = BIO_new_file("smcomp.txt", "r");
crypto/openssl/demos/cms/cms_uncomp.c
37
out = BIO_new_file("smuncomp.txt", "w");
crypto/openssl/demos/cms/cms_ver.c
105
out = BIO_new_file("smver.txt", "w");
crypto/openssl/demos/cms/cms_ver.c
76
tbio = BIO_new_file("cacert.pem", "r");
crypto/openssl/demos/cms/cms_ver.c
91
in = BIO_new_file("smout.txt", "r");
crypto/openssl/demos/smime/smdec.c
27
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/smime/smdec.c
44
in = BIO_new_file("smencr.txt", "r");
crypto/openssl/demos/smime/smdec.c
55
out = BIO_new_file("encrout.txt", "w");
crypto/openssl/demos/smime/smenc.c
32
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/smime/smenc.c
56
in = BIO_new_file("encr.txt", "r");
crypto/openssl/demos/smime/smenc.c
67
out = BIO_new_file("smencr.txt", "w");
crypto/openssl/demos/smime/smsign.c
34
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/smime/smsign.c
51
in = BIO_new_file("sign.txt", "r");
crypto/openssl/demos/smime/smsign.c
62
out = BIO_new_file("smout.txt", "w");
crypto/openssl/demos/smime/smsign2.c
26
tbio = BIO_new_file("signer.pem", "r");
crypto/openssl/demos/smime/smsign2.c
40
tbio = BIO_new_file("signer2.pem", "r");
crypto/openssl/demos/smime/smsign2.c
55
in = BIO_new_file("sign.txt", "r");
crypto/openssl/demos/smime/smsign2.c
73
out = BIO_new_file("smout.txt", "w");
crypto/openssl/demos/smime/smver.c
33
tbio = BIO_new_file("cacert.pem", "r");
crypto/openssl/demos/smime/smver.c
48
in = BIO_new_file("smout.txt", "r");
crypto/openssl/demos/smime/smver.c
60
out = BIO_new_file("smver.txt", "w");
crypto/openssl/engines/e_capi.c
1098
out = BIO_new_file(ctx->debug_file, "a+");
crypto/openssl/engines/e_loader_attic.c
1044
} else if ((ctx->_.file.file = BIO_new_file(path, "rb")) == NULL
crypto/openssl/engines/e_ossltest.c
390
in = BIO_new_file(key_id, "r");
crypto/openssl/include/openssl/bio.h
726
BIO *BIO_new_file(const char *filename, const char *mode);
crypto/openssl/include/openssl/core_dispatch.h
163
OSSL_CORE_MAKE_FUNC(OSSL_CORE_BIO *, BIO_new_file, (const char *filename, const char *mode))
crypto/openssl/providers/implementations/storemgmt/file_store.c
282
else if ((bio = BIO_new_file(path, "rb")) == NULL
crypto/openssl/ssl/quic/qlog.c
225
bio = BIO_new_file(filename, "wb");
crypto/openssl/ssl/ssl_lib.c
3977
return BIO_new_file(keylogfile, "a");
crypto/openssl/test/algorithmid_test.c
192
BIO *b = BIO_new_file(pubkey_filename, "r");
crypto/openssl/test/algorithmid_test.c
221
if ((bee = BIO_new_file(eecert_filename, "r")) == NULL) {
crypto/openssl/test/algorithmid_test.c
226
if ((bca = BIO_new_file(cacert_filename, "r")) == NULL) {
crypto/openssl/test/bio_pw_callback_test.c
372
if (!TEST_ptr(bio = BIO_new_file(key_file, "r")))
crypto/openssl/test/bio_readbuffer_test.c
35
if (!TEST_ptr(in = BIO_new_file(filename, "r"))
crypto/openssl/test/bio_readbuffer_test.c
46
|| !TEST_ptr(in_bio = BIO_new_file(filename, "r")))
crypto/openssl/test/cert_comp_test.c
52
in = BIO_new_file(cert, "r");
crypto/openssl/test/cert_comp_test.c
58
|| !TEST_ptr(priv_in = BIO_new_file(privkey, "r"))
crypto/openssl/test/cmsapitest.c
359
if (!TEST_ptr(bio = BIO_new_file(derin, "r")))
crypto/openssl/test/cmsapitest.c
490
if (!TEST_ptr(cmsbio = BIO_new_file(too_long_iv_cms_in, "r")))
crypto/openssl/test/cmsapitest.c
533
certbio = BIO_new_file(certin, "r");
crypto/openssl/test/cmsapitest.c
542
privkeybio = BIO_new_file(privkeyin, "r");
crypto/openssl/test/conf_include_test.c
271
|| !TEST_ptr(in = BIO_new_file(conf_file, "r"))) {
crypto/openssl/test/ct_test.c
115
BIO *file_io = BIO_new_file(file_path, "r");
crypto/openssl/test/ct_test.c
97
BIO *cert_io = BIO_new_file(file_path, "r");
crypto/openssl/test/d2i_test.c
55
bio = BIO_new_file(test_file, "r");
crypto/openssl/test/danetest.c
391
if (!TEST_ptr(f = BIO_new_file(tlsafile, "r"))
crypto/openssl/test/decoder_propq_test.c
60
if (!TEST_ptr(bio = BIO_new_file(filename, "r")))
crypto/openssl/test/enginetest.c
366
if (!TEST_ptr(b = BIO_new_file(test_get_argument(0), "r"))
crypto/openssl/test/evp_pkey_provided_test.c
101
file = BIO_new_file(fullfile, "rb");
crypto/openssl/test/helpers/pkcs12.c
189
BIO *out = BIO_new_file(outfile, "w");
crypto/openssl/test/helpers/pkcs12.c
233
BIO *in = BIO_new_file(infile, "r");
crypto/openssl/test/helpers/ssltestlib.c
1493
if (!TEST_ptr(certbio = BIO_new_file(cert_file, "r")))
crypto/openssl/test/keymgmt_internal_test.c
314
if ((bio = BIO_new_file(cert_filename, "r")) == NULL) {
crypto/openssl/test/ocspapitest.c
31
if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
crypto/openssl/test/ocspapitest.c
35
if (!TEST_ptr(keybio = BIO_new_file(privkeystr, "r")))
crypto/openssl/test/ocspapitest.c
55
if (!TEST_ptr(certbio = BIO_new_file(certstr, "r")))
crypto/openssl/test/ossl_store_test.c
237
&& TEST_ptr(bio = BIO_new_file(input, "r"))
crypto/openssl/test/pairwise_fail_test.c
113
if (!TEST_ptr(bio = BIO_new_file(dsaparam_file, "r")))
crypto/openssl/test/pem_read_depr_test.c
33
infile = BIO_new_file(paramsfile, "r");
crypto/openssl/test/pkcs12_api_test.c
37
bio = BIO_new_file(fpath, "rb");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop-server.c
511
readbio = BIO_new_file(path, "r");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
416
session_bio = BIO_new_file(filename, "r+");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
419
session_bio = BIO_new_file(filename, "w+");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
599
outbiolist[poll_idx] = BIO_new_file(outfilename, "w+");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
888
req_bio = BIO_new_file(reqfile, "r");
crypto/openssl/test/radix/quic_bindings.c
166
&& !TEST_ptr(rp->keylog_out = BIO_new_file(keylog_path, "a")))
crypto/openssl/test/ssl_old_test.c
836
BIO *f = BIO_new_file(filename, "r");
crypto/openssl/test/ssl_old_test.c
861
f = BIO_new_file(filename, "w");
crypto/openssl/test/sslapitest.c
10378
|| !TEST_ptr(keybio = BIO_new_file(privkeyfilename, "wb"))
crypto/openssl/test/sslapitest.c
10380
|| !TEST_ptr(certbio = BIO_new_file(certfilename, "wb"))
crypto/openssl/test/sslapitest.c
1388
out = BIO_new_file(tmpfilename, "wb");
crypto/openssl/test/sslapitest.c
1397
in = BIO_new_file(tmpfilename, "rb");
crypto/openssl/test/sslapitest.c
2001
if (!TEST_ptr(certbio = BIO_new_file(cert, "r"))
crypto/openssl/test/sslapitest.c
7590
out = BIO_new_file(filename, "w");
crypto/openssl/test/sslapitest.c
9293
in = BIO_new_file(cert, "r");
crypto/openssl/test/sslapitest.c
9299
|| !TEST_ptr(priv_in = BIO_new_file(privkey, "r"))
crypto/openssl/test/testutil/compare.c
34
file = BIO_new_file(reffile, "rb");
crypto/openssl/test/testutil/compare.c
38
newfile = BIO_new_file("ssltraceref-new.txt", "wb");
crypto/openssl/test/testutil/load.c
39
if (!TEST_ptr(file) || (bio = BIO_new_file(file, "r")) == NULL)
crypto/openssl/test/testutil/load.c
97
if (!TEST_ptr(file) || !TEST_ptr(bio = BIO_new_file(file, "rb")))
crypto/openssl/test/testutil/stanza.c
24
if (!TEST_ptr(s->fp = BIO_new_file(testfile, "r")))
crypto/openssl/test/v3ext.c
29
if (!TEST_ptr(b = BIO_new_file(infile, "r"))
crypto/openssl/test/verify_extra_test.c
149
bio = BIO_new_file(req_f, "r");
crypto/openssl/test/x509_acert_test.c
26
if (!TEST_ptr(bp = BIO_new_file(acert_file, "r")))
crypto/openssl/test/x509_acert_test.c
62
if (!TEST_ptr(bp = BIO_new_file(acert_file, "r")))
crypto/openssl/test/x509_check_cert_pkey_test.c
119
if (!TEST_ptr((in = BIO_new_file(file, "r"))))
crypto/openssl/test/x509_check_cert_pkey_test.c
59
if (!TEST_ptr(bio = BIO_new_file(k, "r")))
crypto/openssl/test/x509_check_cert_pkey_test.c
68
if (!TEST_ptr(bio = BIO_new_file(c, "r")))
crypto/openssl/test/x509_req_test.c
35
if (!TEST_ptr(bio = BIO_new_file(certFilePath, "r")))
crypto/openssl/test/x509_test.c
138
|| !TEST_ptr(bio = BIO_new_file(certfile, "r"))
crypto/openssl/test/x509aux.c
31
BIO *fp = BIO_new_file(test_get_argument(num), "r");
usr.sbin/pkg/rsa.c
52
bp = BIO_new_file(file, "r");