Symbol: BIO_new_file
crypto/libressl/apps/openssl/apps.c
458
pwdbio = BIO_new_file(arg + 5, "r");
crypto/libressl/apps/openssl/apps.c
780
bio = BIO_new_file(file, "r");
crypto/libressl/apps/openssl/asn1pars.c
297
if (!(derout = BIO_new_file(asn1pars_config.derfile, "wb"))) {
crypto/libressl/apps/openssl/ca.c
752
oid_bio = BIO_new_file(p, "r");
crypto/libressl/apps/openssl/cms.c
1356
if ((in = BIO_new_file(cms_config.infile, inmode)) == NULL) {
crypto/libressl/apps/openssl/cms.c
1384
if ((indata = BIO_new_file(cms_config.contfile,
crypto/libressl/apps/openssl/cms.c
1410
if ((rctin = BIO_new_file(cms_config.rctfile, rctmode)) == NULL) {
crypto/libressl/apps/openssl/cms.c
1432
if ((out = BIO_new_file(cms_config.outfile, outmode)) == NULL) {
crypto/libressl/apps/openssl/cms.c
1800
tmp = BIO_new_file(signerfile, "w");
crypto/libressl/apps/openssl/dgst.c
401
out = BIO_new_file(dgst_config.outfile, "wb");
crypto/libressl/apps/openssl/dgst.c
403
out = BIO_new_file(dgst_config.outfile, "w");
crypto/libressl/apps/openssl/dgst.c
528
sigbio = BIO_new_file(dgst_config.sigfile, "rb");
crypto/libressl/apps/openssl/genpkey.c
253
if ((out = BIO_new_file(genpkey_config.outfile, "wb")) ==
crypto/libressl/apps/openssl/genpkey.c
329
pbio = BIO_new_file(file, "r");
crypto/libressl/apps/openssl/nseq.c
127
if (!(in = BIO_new_file(nseq_config.infile, "r"))) {
crypto/libressl/apps/openssl/nseq.c
136
if (!(out = BIO_new_file(nseq_config.outfile, "w"))) {
crypto/libressl/apps/openssl/ocsp.c
790
out = BIO_new_file(ocsp_config.outfile, "w");
crypto/libressl/apps/openssl/ocsp.c
802
derbio = BIO_new_file(ocsp_config.reqin, "rb");
crypto/libressl/apps/openssl/ocsp.c
901
derbio = BIO_new_file(ocsp_config.reqout, "wb");
crypto/libressl/apps/openssl/ocsp.c
937
derbio = BIO_new_file(ocsp_config.respin, "rb");
crypto/libressl/apps/openssl/ocsp.c
957
derbio = BIO_new_file(ocsp_config.respout, "wb");
crypto/libressl/apps/openssl/pkcs12.c
587
in = BIO_new_file(pkcs12_config.infile, "rb");
crypto/libressl/apps/openssl/pkcs12.c
598
out = BIO_new_file(pkcs12_config.outfile, "wb");
crypto/libressl/apps/openssl/pkcs8.c
234
if (!(in = BIO_new_file(pkcs8_config.infile, "rb"))) {
crypto/libressl/apps/openssl/pkcs8.c
244
if (!(out = BIO_new_file(pkcs8_config.outfile, "wb"))) {
crypto/libressl/apps/openssl/pkey.c
251
if (!(out = BIO_new_file(pkey_config.outfile, "wb"))) {
crypto/libressl/apps/openssl/pkeyparam.c
143
if (!(in = BIO_new_file(pkeyparam_config.infile, "r"))) {
crypto/libressl/apps/openssl/pkeyparam.c
152
if (!(out = BIO_new_file(pkeyparam_config.outfile, "w"))) {
crypto/libressl/apps/openssl/pkeyutl.c
302
if (!(in = BIO_new_file(pkeyutl_config.infile, "rb"))) {
crypto/libressl/apps/openssl/pkeyutl.c
312
if (!(out = BIO_new_file(pkeyutl_config.outfile, "wb"))) {
crypto/libressl/apps/openssl/pkeyutl.c
322
BIO *sigbio = BIO_new_file(pkeyutl_config.sigfile, "rb");
crypto/libressl/apps/openssl/req.c
1644
pbio = BIO_new_file(paramfile, "r");
crypto/libressl/apps/openssl/req.c
642
oid_bio = BIO_new_file(p, "r");
crypto/libressl/apps/openssl/rsautl.c
311
if (!(in = BIO_new_file(rsautl_config.infile, "rb"))) {
crypto/libressl/apps/openssl/rsautl.c
320
if (!(out = BIO_new_file(rsautl_config.outfile, "wb"))) {
crypto/libressl/apps/openssl/s_client.c
1085
BIO *stmp = BIO_new_file(s_client_config.sess_in, "r");
crypto/libressl/apps/openssl/s_client.c
1359
BIO *stmp = BIO_new_file(
crypto/libressl/apps/openssl/s_server.c
1949
if ((bio = BIO_new_file(dhfile, "r")) == NULL)
crypto/libressl/apps/openssl/s_server.c
2182
if ((file = BIO_new_file(p, "r")) == NULL) {
crypto/libressl/apps/openssl/smime.c
1099
tmp = BIO_new_file(signerfile, "w");
crypto/libressl/apps/openssl/smime.c
884
if ((in = BIO_new_file(smime_config.infile, inmode)) == NULL) {
crypto/libressl/apps/openssl/smime.c
913
if ((indata = BIO_new_file(smime_config.contfile,
crypto/libressl/apps/openssl/smime.c
923
if ((out = BIO_new_file(smime_config.outfile, outmode)) == NULL) {
crypto/libressl/apps/openssl/spkac.c
227
out = BIO_new_file(spkac_config.outfile, "w");
crypto/libressl/apps/openssl/spkac.c
242
in = BIO_new_file(spkac_config.infile, "r");
crypto/libressl/apps/openssl/spkac.c
276
out = BIO_new_file(spkac_config.outfile, "w");
crypto/libressl/apps/openssl/ts.c
1008
if ((in = BIO_new_file(serialfile, "r")) == NULL) {
crypto/libressl/apps/openssl/ts.c
1047
if ((out = BIO_new_file(serialfile, "w")) == NULL)
crypto/libressl/apps/openssl/ts.c
1077
if ((in_bio = BIO_new_file(in, "rb")) == NULL)
crypto/libressl/apps/openssl/ts.c
1133
if ((data_bio = BIO_new_file(data, "rb")) == NULL)
crypto/libressl/apps/openssl/ts.c
1153
if ((input = BIO_new_file(queryfile, "rb")) == NULL)
crypto/libressl/apps/openssl/ts.c
512
BIO *oid_bio = BIO_new_file(p, "r");
crypto/libressl/apps/openssl/ts.c
544
if ((in_bio = BIO_new_file(in, "rb")) == NULL)
crypto/libressl/apps/openssl/ts.c
591
BIO_new_file(file, mode);
crypto/libressl/apps/openssl/ts.c
786
if ((in_bio = BIO_new_file(in, "rb")) == NULL)
crypto/libressl/apps/openssl/ts.c
904
if ((query_bio = BIO_new_file(queryfile, "rb")) == NULL)
crypto/libressl/crypto/conf/conf_def.c
197
in = BIO_new_file(name, "rb");
crypto/libressl/crypto/conf/conf_lib.c
95
in = BIO_new_file(file, "rb");
crypto/libressl/crypto/engine/eng_openssl.c
400
in = BIO_new_file(key_id, "r");
crypto/libressl/crypto/ts/ts_conf.c
103
if ((cert = BIO_new_file(file, "r")) == NULL)
crypto/libressl/crypto/ts/ts_conf.c
122
if (!(certs = BIO_new_file(file, "r")))
crypto/libressl/crypto/ts/ts_conf.c
154
if (!(key = BIO_new_file(file, "r")))
crypto/libressl/crypto/x509/by_file.c
243
in = BIO_new_file(file, "r");
crypto/libressl/crypto/x509/x509_pci.c
160
BIO *b = BIO_new_file(val->value + 5, "r");
crypto/libressl/include/openssl/bio.h
554
BIO *BIO_new_file(const char *filename, const char *mode);