HomeSort by relevance Sort by last modified time
    Searched refs:BIO_NOCLOSE (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/openssl/apps/
rsa.c 124 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
308 BIO_set_fp(out,stdout,BIO_NOCLOSE);
enc.c 138 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
403 BIO_set_fp(in,stdin,BIO_NOCLOSE);
454 BIO_set_fp(out,stdout,BIO_NOCLOSE);
smime.c 130 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
618 in = BIO_new_fp(stdin, BIO_NOCLOSE);
661 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);
verify.c 105 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
x509.c 219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
223 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
585 BIO_set_fp(in,stdin,BIO_NOCLOSE|BIO_FP_TEXT);
684 BIO_set_fp(out,stdout,BIO_NOCLOSE);
    [all...]
req.c 205 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
720 BIO_set_fp(out,stdout,BIO_NOCLOSE);
774 BIO_set_fp(in,stdin,BIO_NOCLOSE);
972 BIO_set_fp(out,stdout,BIO_NOCLOSE);
    [all...]
cms.c 154 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE|BIO_FP_TEXT);
792 in = BIO_new_fp(stdin, BIO_NOCLOSE);
878 out = BIO_new_fp(stdout, BIO_NOCLOSE);
    [all...]
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);
apps.c 681 if(i >= 0) pwdbio = BIO_new_fd(i, BIO_NOCLOSE);
691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE);
805 BIO_set_fp(cert,stdin,BIO_NOCLOSE);
908 BIO_set_fp(key,stdin,BIO_NOCLOSE);
999 BIO_set_fp(key,stdin,BIO_NOCLOSE);
1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE);
    [all...]
s_client.c 638 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    [all...]
s_time.c 350 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/chromium/third_party/libjingle/source/talk/base/
opensslidentity.cc 212 (void)BIO_set_close(bio, BIO_NOCLOSE);
  /external/openssl/crypto/asn1/
t_req.c 84 BIO_set_fp(b,fp,BIO_NOCLOSE);
a_strex.c 533 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
t_x509.c 93 BIO_set_fp(b,fp,BIO_NOCLOSE);
  /external/openssl/crypto/bn/
bn_print.c 327 BIO_set_fp(b,fp,BIO_NOCLOSE);
  /external/openssl/crypto/dsa/
dsatest.c 148 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
  /external/openssl/crypto/pem/
pem_lib.c 178 BIO_set_fp(b,fp,BIO_NOCLOSE);
326 BIO_set_fp(b,fp,BIO_NOCLOSE);
580 BIO_set_fp(b,fp,BIO_NOCLOSE);
660 BIO_set_fp(b,fp,BIO_NOCLOSE);
pem_info.c 84 BIO_set_fp(b,fp,BIO_NOCLOSE);
  /external/openssl/crypto/threads/
mttest.c 202 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
204 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE);
461 BIO_set_ssl(c_bio,c_ssl,(ctx[2] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
465 BIO_set_ssl(s_bio,s_ssl,(ctx[3] == NULL)?BIO_CLOSE:BIO_NOCLOSE);
  /external/openssl/crypto/x509v3/
v3_prn.c 229 if(!(bio_tmp = BIO_new_fp(fp, BIO_NOCLOSE))) return 0;
  /external/openssl/ssl/
ssltest.c 564 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
583 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT);
827 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE));
    [all...]
  /external/openssl/crypto/ecdh/
ecdhtest.c 321 BIO_set_fp(out,stdout,BIO_NOCLOSE);
  /external/openssl/crypto/ecdsa/
ecdsatest.c 531 out = BIO_new_fp(stdout, BIO_NOCLOSE);

Completed in 390 milliseconds

1 23 4