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

12

/freebsd-10.3-release/crypto/openssl/apps/
H A Dpkeyparam.c142 if (!(in = BIO_new_file(infile, "r"))) {
150 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dnseq.c115 if (!(in = BIO_new_file(infile, "r"))) {
123 if (!(out = BIO_new_file(outfile, "w"))) {
H A Dspkac.c208 out = BIO_new_file(outfile, "w");
231 in = BIO_new_file(infile, "r");
267 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.c229 if (!(in = BIO_new_file(infile, "rb"))) {
237 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Drsautl.c243 if (!(in = BIO_new_file(infile, "rb"))) {
252 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Ddgst.c318 out = BIO_new_file(outfile, "wb");
320 out = BIO_new_file(outfile, "w");
443 sigbio = BIO_new_file(sigfile, "rb");
H A Dpkeyutl.c239 if (!(in = BIO_new_file(infile, "rb"))) {
249 if (!(out = BIO_new_file(outfile, "wb"))) {
265 BIO *sigbio = BIO_new_file(sigfile, "rb");
H A Dpkey.c191 if (!(out = BIO_new_file(outfile, "wb"))) {
H A Dsmime.c560 if (!(in = BIO_new_file(infile, inmode))) {
585 if (!(indata = BIO_new_file(contfile, "rb"))) {
593 if (!(out = BIO_new_file(outfile, outmode))) {
747 tmp = BIO_new_file(signerfile, "w");
H A Dcms.c708 if (!(in = BIO_new_file(infile, inmode))) {
733 if (!(indata = BIO_new_file(contfile, "rb"))) {
753 if (!(rctin = BIO_new_file(rctfile, rctmode))) {
776 if (!(out = BIO_new_file(outfile, outmode))) {
1072 tmp = BIO_new_file(signerfile, "w");
H A Docsp.c574 out = BIO_new_file(outfile, "w");
587 derbio = BIO_new_file(reqin, "rb");
684 derbio = BIO_new_file(reqout, "wb");
724 derbio = BIO_new_file(respin, "rb");
744 derbio = BIO_new_file(respout, "wb");
H A Dasn1pars.c244 if (!(derout = BIO_new_file(derfile, "wb"))) {
H A Dpkcs12.c455 in = BIO_new_file(infile, "rb");
476 out = BIO_new_file(outfile, "wb");
H A Dreq.c503 oid_bio = BIO_new_file(p, "r");
1573 pbio = BIO_new_file(paramfile, "r");
/freebsd-10.3-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-10.3-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-10.3-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-10.3-release/crypto/openssl/crypto/engine/
H A Deng_openssl.c395 in = BIO_new_file(key_id, "r");
/freebsd-10.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_pci.c155 BIO *b = BIO_new_file(val->value + 5, "r");
/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbss_file.c169 BIO *BIO_new_file(const char *filename, const char *mode) function
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c2169 bio = BIO_new_file(dh_file, "r");
2183 bio = BIO_new_file(dh_file, "r");
2243 bio = BIO_new_file(dh_file, "r");
2257 bio = BIO_new_file(dh_file, "r");

Completed in 209 milliseconds

12