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

1 2 34

  /external/openssl/crypto/
mem_dbg.c 838 BIO_set_fp(b,fp,BIO_NOCLOSE);
  /external/openssl/apps/
ocsp.c 169 if (bio_err == NULL) bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
625 else out = BIO_new_fp(stdout, BIO_NOCLOSE);
    [all...]
s_server.c 983 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
    [all...]
srp.c 316 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
ca.c 345 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
945 BIO_set_fp(out,stdout,BIO_NOCLOSE|BIO_FP_TEXT); /* cannot fail */
1028 BIO_set_fp(Sout,stdout,BIO_NOCLOSE|BIO_FP_TEXT);
    [all...]
speed.c 656 BIO_set_fp(bio_err,stderr,BIO_NOCLOSE|BIO_FP_TEXT);
    [all...]
  /external/openssl/crypto/x509v3/
pcy_tree.c 103 err = BIO_new_fp(stderr, BIO_NOCLOSE);
  /external/openssl/ssl/
ssl_lib.c 675 BIO_set_fd(bio,fd,BIO_NOCLOSE);
694 BIO_set_fd(bio,fd,BIO_NOCLOSE);
719 BIO_set_fd(bio,fd,BIO_NOCLOSE);
    [all...]
  /external/openssl/crypto/bio/
bio.h 117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
118 #define BIO_NOCLOSE 0x00
    [all...]
  /external/openssl/include/openssl/
bio.h 117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
118 #define BIO_NOCLOSE 0x00
    [all...]
  /external/openssl/crypto/bn/
bntest.c 171 BIO_set_fp(out,stdout,BIO_NOCLOSE);
    [all...]

Completed in 458 milliseconds

1 2 34