HomeSort by relevance Sort by last modified time
    Searched refs:BIO_new_file (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/openssl/openssl/apps/
pkeyparam.c 148 if (!(in = BIO_new_file (infile, "r")))
160 if (!(out = BIO_new_file (outfile, "w")))
nseq.c 109 if (!(in = BIO_new_file (infile, "r"))) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
spkac.c 209 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");
genpkey.c 226 if (!(out = BIO_new_file (outfile, "wb")))
327 pbio = BIO_new_file(file, "r");
pkcs8.c 247 if (!(in = BIO_new_file(infile, "rb")))
259 if (!(out = BIO_new_file (outfile, "wb")))
rsautl.c 235 if(!(in = BIO_new_file(infile, "rb"))) {
243 if(!(out = BIO_new_file(outfile, "wb"))) {
dgst.c 327 out = BIO_new_file(outfile, "wb");
328 else out = BIO_new_file(outfile, "w");
471 sigbio = BIO_new_file(sigfile, "rb");
pkeyutl.c 257 if(!(in = BIO_new_file(infile, "rb")))
271 if(!(out = BIO_new_file(outfile, "wb")))
291 BIO *sigbio = BIO_new_file(sigfile, "rb");
pkey.c 212 if (!(out = BIO_new_file (outfile, "wb")))
smime.c 610 if (!(in = BIO_new_file(infile, inmode)))
642 if (!(indata = BIO_new_file(contfile, "rb")))
652 if (!(out = BIO_new_file(outfile, outmode)))
832 tmp = BIO_new_file(signerfile, "w");
  /external/openssl/apps/
pkeyparam.c 148 if (!(in = BIO_new_file (infile, "r")))
160 if (!(out = BIO_new_file (outfile, "w")))
nseq.c 109 if (!(in = BIO_new_file (infile, "r"))) {
117 if (!(out = BIO_new_file (outfile, "w"))) {
spkac.c 209 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");
genpkey.c 226 if (!(out = BIO_new_file (outfile, "wb")))
327 pbio = BIO_new_file(file, "r");
pkcs8.c 247 if (!(in = BIO_new_file(infile, "rb")))
259 if (!(out = BIO_new_file (outfile, "wb")))
rsautl.c 235 if(!(in = BIO_new_file(infile, "rb"))) {
243 if(!(out = BIO_new_file(outfile, "wb"))) {
dgst.c 327 out = BIO_new_file(outfile, "wb");
328 else out = BIO_new_file(outfile, "w");
471 sigbio = BIO_new_file(sigfile, "rb");
pkeyutl.c 257 if(!(in = BIO_new_file(infile, "rb")))
271 if(!(out = BIO_new_file(outfile, "wb")))
291 BIO *sigbio = BIO_new_file(sigfile, "rb");
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
sign.c 108 if ((in=BIO_new_file("server.pem","r")) == NULL) goto err;
enc.c 101 if (!(in=BIO_new_file(keyfile,"r"))) goto err;
dec.c 124 if ((in=BIO_new_file(keyfile,"r")) == NULL) goto err;
  /external/openssl/crypto/pkcs7/
sign.c 108 if ((in=BIO_new_file("server.pem","r")) == NULL) goto err;
enc.c 101 if (!(in=BIO_new_file(keyfile,"r"))) goto err;
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_lib.c 97 in=BIO_new_file(file, "r");
99 in=BIO_new_file(file, "rb");
  /external/openssl/crypto/conf/
conf_lib.c 97 in=BIO_new_file(file, "r");
99 in=BIO_new_file(file, "rb");

Completed in 1108 milliseconds

1 2 3