/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
a_strex.c | 533 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecdsatest.c | 531 out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
/external/openssl/apps/ |
dgst.c | 330 out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
s_time.c | 350 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
cms.c | 794 in = BIO_new_fp(stdin, BIO_NOCLOSE); 880 out = BIO_new_fp(stdout, BIO_NOCLOSE); [all...] |
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...] |
x509.c | 219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 223 STDout=BIO_new_fp(stdout,BIO_NOCLOSE); [all...] |
apps.c | 691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE); 1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE); [all...] |
s_client.c | 644 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); [all...] |
/external/openssl/crypto/asn1/ |
a_strex.c | 533 btmp = BIO_new_fp(fp, BIO_NOCLOSE);
|
/external/openssl/crypto/ecdsa/ |
ecdsatest.c | 531 out = BIO_new_fp(stdout, BIO_NOCLOSE);
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
cms.c | 794 in = BIO_new_fp(stdin, BIO_NOCLOSE); 880 out = BIO_new_fp(stdout, BIO_NOCLOSE); [all...] |
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...] |
x509.c | 219 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 223 STDout=BIO_new_fp(stdout,BIO_NOCLOSE); [all...] |
apps.c | 691 pwdbio = BIO_new_fp(stdin, BIO_NOCLOSE); 1136 bio = BIO_new_fp(stdin,BIO_NOCLOSE); [all...] |
s_client.c | 642 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/threads/ |
mttest.c | 202 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 204 bio_stdout=BIO_new_fp(stdout,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);
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssltest.c | 559 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT); 578 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT); 814 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); [all...] |
/external/openssl/ssl/ |
ssltest.c | 559 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT); 578 bio_stdout=BIO_new_fp(stdout,BIO_NOCLOSE|BIO_FP_TEXT); 814 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/ |
pcy_tree.c | 103 err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
/external/openssl/crypto/x509v3/ |
pcy_tree.c | 103 err = BIO_new_fp(stderr, BIO_NOCLOSE);
|
/external/chromium_org/third_party/openssl/openssl/crypto/bio/ |
bio.h | 637 BIO *BIO_new_fp(FILE *stream, int close_flag); [all...] |
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
bio.h | 637 BIO *BIO_new_fp(FILE *stream, int close_flag); [all...] |
/external/openssl/crypto/bio/ |
bio.h | 634 BIO *BIO_new_fp(FILE *stream, int close_flag); [all...] |