Searched refs:BIO_new_file (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dverify_extra_test.c71 bio = BIO_new_file(filename, "r");
156 if ((bio = BIO_new_file("certs/bad.pem", "r")) == NULL)
H A Dby_file.c251 in = BIO_new_file(file, "r");
/freebsd-11.0-release/crypto/openssl/apps/
H A Dnseq.c115 if (!(in = BIO_new_file(infile, "r"))) {
123 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dpkeyparam.c139 if (!(in = BIO_new_file(infile, "r"))) {
147 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dspkac.c204 out = BIO_new_file(outfile, "w");
227 in = BIO_new_file(infile, "r");
263 out = BIO_new_file(outfile, "w");
H A Dts.c412 BIO *oid_bio = BIO_new_file(p, "r");
443 if ((in_bio = BIO_new_file(in, "rb")) == NULL)
490 : BIO_new_file(file, mode);
664 if ((in_bio = BIO_new_file(in, "rb")) == NULL)
781 if (!(query_bio = BIO_new_file(queryfile, "rb")))
887 if (!(in = BIO_new_file(serialfile, "r"))) {
925 if (!(out = BIO_new_file(serialfile, "w")))
955 if (!(in_bio = BIO_new_file(in, "rb")))
1008 if (!(ctx->data = BIO_new_file(data, "rb")))
1025 if (!(input = BIO_new_file(queryfil
[all...]
H A Dgenpkey.c209 if (!(out = BIO_new_file(outfile, "wb"))) {
295 pbio = BIO_new_file(file, "r");
H A Dpkcs8.c235 if (!(in = BIO_new_file(infile, "rb"))) {
243 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Drsautl.c239 if (!(in = BIO_new_file(infile, "rb"))) {
248 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Ddgst.c329 out = BIO_new_file(outfile, "wb");
331 out = BIO_new_file(outfile, "w");
460 sigbio = BIO_new_file(sigfile, "rb");
H A Dpkeyutl.c262 if (!(in = BIO_new_file(infile, "rb"))) {
272 if (!(out = BIO_new_file(outfile, "wb"))) {
288 BIO *sigbio = BIO_new_file(sigfile, "rb");
H A Dpkey.c187 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Dsmime.c556 if (!(in = BIO_new_file(infile, inmode))) {
581 if (!(indata = BIO_new_file(contfile, "rb"))) {
589 if (!(out = BIO_new_file(outfile, outmode))) {
750 tmp = BIO_new_file(signerfile, "w");
H A Dcms.c769 if (!(in = BIO_new_file(infile, inmode))) {
794 if (!(indata = BIO_new_file(contfile, "rb"))) {
814 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
837 if (!(out = BIO_new_file(outfile, outmode))) {
1185 tmp = BIO_new_file(signerfile, "w");
H A Docsp.c592 out = BIO_new_file(outfile, "w");
608 derbio = BIO_new_file(reqin, "rb");
708 derbio = BIO_new_file(reqout, "wb");
751 derbio = BIO_new_file(respin, "rb");
774 derbio = BIO_new_file(respout, "wb");
H A Dasn1pars.c244 if (!(derout = BIO_new_file(derfile, "wb"))) {
H A Dpkcs12.c451 in = BIO_new_file(infile, "rb");
472 out = BIO_new_file(outfile, "wb");
H A Ds_client.c886 bio_c_msg = BIO_new_file(*(++argv), "w");
1407 BIO *stmp = BIO_new_file(sess_in, "r");
1709 BIO *stmp = BIO_new_file(sess_out, "w");
H A Dreq.c502 oid_bio = BIO_new_file(p, "r");
1570 pbio = BIO_new_file(paramfile, "r");
/freebsd-11.0-release/crypto/openssl/crypto/conf/
H A Dconf_lib.c100 in = BIO_new_file(file, "r");
102 in = BIO_new_file(file, "rb");
H A Dconf_def.c189 in = BIO_new_file(name, "r");
191 in = BIO_new_file(name, "rb");
/freebsd-11.0-release/crypto/openssl/crypto/ts/
H A Dts_conf.c100 if ((cert = BIO_new_file(file, "r")) == NULL)
117 if (!(certs = BIO_new_file(file, "r")))
143 if (!(key = BIO_new_file(file, "r")))
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c155 BIO *b = BIO_new_file(val->value + 5, "r");
/freebsd-11.0-release/crypto/openssl/crypto/engine/
H A Deng_openssl.c395 in = BIO_new_file(key_id, "r");
/freebsd-11.0-release/crypto/openssl/crypto/bio/
H A Dbss_file.c169 BIO *BIO_new_file(const char *filename, const char *mode) function

Completed in 131 milliseconds

12