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

12

/opensolaris-onvv-gate/usr/src/common/openssl/apps/
H A Dnseq.c109 if (!(in = BIO_new_file (infile, "r"))) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
H A Dspkac.c209 if (outfile) out = BIO_new_file(outfile, "w");
233 if (infile) in = BIO_new_file(infile, "r");
267 if (outfile) out = BIO_new_file(outfile, "w");
H A Ddgst.c289 out = BIO_new_file(outfile, "wb");
290 else out = BIO_new_file(outfile, "w");
326 sigbio = BIO_new_file(sigfile, "rb");
H A Dpkcs8.c246 if (!(in = BIO_new_file(infile, "rb")))
258 if (!(out = BIO_new_file (outfile, "wb")))
H A Drsautl.c223 if(!(in = BIO_new_file(infile, "rb"))) {
231 if(!(out = BIO_new_file(outfile, "wb"))) {
H A Dsmime.c589 if (!(in = BIO_new_file(infile, inmode)))
601 if (!(out = BIO_new_file(outfile, outmode)))
670 if (!(indata = BIO_new_file(contfile, "rb")))
763 tmp = BIO_new_file(signerfile, "w");
H A Docsp.c559 if(outfile) out = BIO_new_file(outfile, "w");
572 derbio = BIO_new_file(reqin, "rb");
673 derbio = BIO_new_file(reqout, "wb");
749 derbio = BIO_new_file(respin, "rb");
774 derbio = BIO_new_file(respout, "wb");
H A Dasn1pars.c257 if(!(derout = BIO_new_file(derfile, "wb"))) {
H A Dverify.c293 if(!(in=BIO_new_file(certfile, "r"))) {
H A Dreq.c316 if ((in=BIO_new_file(p,"r")) == NULL)
357 if ((in=BIO_new_file(p,"r")) == NULL)
604 oid_bio=BIO_new_file(p,"r");
H A Dpkcs12.c368 else in = BIO_new_file(infile, "rb");
389 } else out = BIO_new_file(outfile, "wb");
H A Ds_server.c1546 if ((bio=BIO_new_file(dhfile,"r")) == NULL)
1864 if ((file=BIO_new_file(p,"r")) == NULL)
H A Dca.c635 oid_bio=BIO_new_file(p,"r");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pkcs7/
H A Dsign.c108 if ((in=BIO_new_file("server.pem","r")) == NULL) goto err;
H A Denc.c101 if (!(in=BIO_new_file(keyfile,"r"))) goto err;
H A Ddec.c124 if ((in=BIO_new_file(keyfile,"r")) == NULL) goto err;
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/conf/
H A Dconf_lib.c96 in=BIO_new_file(file, "r");
98 in=BIO_new_file(file, "rb");
H A Dconf_def.c190 in=BIO_new_file(name, "r");
192 in=BIO_new_file(name, "rb");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/engine/
H A Deng_openssl.c377 in = BIO_new_file(key_id, "r");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509/
H A Dby_file.c272 in = BIO_new_file(file, "r");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/x509v3/
H A Dv3_pci.c148 BIO *b = BIO_new_file(val->value + 5, "r");
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bio/
H A Dbss_file.c115 BIO *BIO_new_file(const char *filename, const char *mode) function
H A Dbio.h557 # define BIO_new_file BIO_new_file_internal macro
561 BIO *BIO_new_file(const char *filename, const char *mode);
564 # define BIO_new_file_internal BIO_new_file
/opensolaris-onvv-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c600 if ((bcert = BIO_new_file(pathname, "rb")) == NULL) {
968 keyfile = BIO_new_file(file, "rb");
2444 derbio = BIO_new_file(reqfile, "wb");
3329 if ((bio = BIO_new_file(filename, "wb")) == NULL) {
4387 bio = BIO_new_file(filename, "rb");
4734 bio = BIO_new_file(filename, "rb");
4750 bio = BIO_new_file(filename, "rb");
4905 out = BIO_new_file(fullpath, "wb");
5026 in = BIO_new_file(crlfile, "rb");
5100 out = BIO_new_file(outcrlfil
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c951 if ((bio = BIO_new_file(dhparam, "r")) != NULL)
973 "STARTTLS=%s, error: BIO_new_file(%s) failed",

Completed in 111 milliseconds

12