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

1 2

  /external/openssl/apps/
pkeyparam.c 82 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
169 out = BIO_new_fp (stdout, BIO_NOCLOSE);
nseq.c 79 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
114 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
123 out = BIO_new_fp(stdout, BIO_NOCLOSE);
spkac.c 102 if (!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
211 out = BIO_new_fp(stdout, BIO_NOCLOSE);
234 else in = BIO_new_fp(stdin, BIO_NOCLOSE);
269 out = BIO_new_fp(stdout, BIO_NOCLOSE);
ciphers.c 110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
pkey.c 87 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
pkcs8.c 93 if (bio_err == NULL) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
255 in = BIO_new_fp (stdin, BIO_NOCLOSE);
268 out = BIO_new_fp (stdout, BIO_NOCLOSE);
rsautl.c 111 if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
240 } else in = BIO_new_fp(stdin, BIO_NOCLOSE);
249 out = BIO_new_fp(stdout, BIO_NOCLOSE);
genpkey.c 94 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
openssl.c 320 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE));
495 BIO *bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
541 bio_stdout = BIO_new_fp(stdout,BIO_NOCLOSE);
pkeyutl.c 110 if(!bio_err) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
266 in = BIO_new_fp(stdin, BIO_NOCLOSE);
280 out = BIO_new_fp(stdout, BIO_NOCLOSE);
engine.c 358 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
362 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
smime.c 618 in = BIO_new_fp(stdin, BIO_NOCLOSE);
661 out = BIO_new_fp(stdout, BIO_NOCLOSE);
pkcs12.c 134 if (bio_err == NULL ) bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
378 if (!infile) in = BIO_new_fp(stdin, BIO_NOCLOSE);
393 out = BIO_new_fp(stdout, BIO_NOCLOSE);
dgst.c 330 out = BIO_new_fp(stdout, BIO_NOCLOSE);
  /external/openssl/crypto/conf/
conf_sap.c 96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
conf_lib.c 119 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE))) {
211 if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
281 if(!(btmp = BIO_new_fp(fp, BIO_NOCLOSE)))
370 if(!(btmp = BIO_new_fp(out, BIO_NOCLOSE))) {
  /external/openssl/crypto/dsa/
dsagen.c 103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
dsatest.c 148 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/openssl/crypto/pkcs7/
verify.c 86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
dec.c 90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/openssl/crypto/pem/
pem_pk8.c 216 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
229 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
pem_pkey.c 232 if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
  /external/openssl/crypto/jpake/
jpaketest.c 123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
  /external/openssl/crypto/x509v3/
v3_prn.c 229 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
  /external/openssl/crypto/bio/
bss_file.c 188 BIO *BIO_new_fp(FILE *stream, int close_flag)

Completed in 159 milliseconds

1 2