HomeSort by relevance Sort by last modified time
    Searched refs:BIO_new_fp (Results 26 - 50 of 78) sorted by null

12 3 4

  /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/chromium_org/third_party/openssl/openssl/apps/
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);
s_time.c 350 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/openssl/apps/
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);
  /external/chromium_org/third_party/openssl/openssl/crypto/jpake/
jpaketest.c 123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
  /external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
dec.c 90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/openssl/crypto/jpake/
jpaketest.c 123 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
  /external/openssl/crypto/pkcs7/
dec.c 90 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/chromium_org/third_party/openssl/openssl/crypto/dsa/
dsatest.c 148 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/chromium_org/third_party/openssl/openssl/crypto/pem/
pem_pkey.c 232 if ((b=BIO_new_fp(fp, BIO_NOCLOSE)) == NULL)
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_prn.c 229 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
  /external/openssl/crypto/dsa/
dsatest.c 148 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/chromium_org/third_party/openssl/openssl/crypto/bio/
bss_file.c 188 BIO *BIO_new_fp(FILE *stream, int close_flag)
  /external/openssl/crypto/bio/
bss_file.c 188 BIO *BIO_new_fp(FILE *stream, int close_flag)

Completed in 3245 milliseconds

12 3 4