Searched refs:BIO_new_fp (Results 1 - 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/openssl/openssl/apps/
H A Dpkeyparam.c82 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
169 out = BIO_new_fp (stdout, BIO_NOCLOSE);
H A Dnseq.c79 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);
H A Dspkac.c102 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);
H A Dciphers.c110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
H A Dpkey.c87 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
H A Dpkcs8.c93 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);
H A Drsautl.c111 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);
H A Dgenpkey.c94 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
/external/openssl/apps/
H A Dpkeyparam.c82 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
156 in = BIO_new_fp (stdin, BIO_NOCLOSE);
169 out = BIO_new_fp (stdout, BIO_NOCLOSE);
H A Dnseq.c79 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);
H A Dspkac.c102 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);
H A Dciphers.c110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
H A Dpkey.c87 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
H A Dpkcs8.c93 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);
H A Drsautl.c111 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);
H A Dgenpkey.c94 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE);
235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
/external/chromium_org/third_party/openssl/openssl/crypto/conf/
H A Dconf_sap.c96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
H A Dconf_lib.c119 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/conf/
H A Dconf_sap.c96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
H A Dconf_lib.c119 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/chromium_org/third_party/openssl/openssl/crypto/dsa/
H A Ddsagen.c103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
/external/openssl/crypto/dsa/
H A Ddsagen.c103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/
H A Dverify.c86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
/external/openssl/crypto/pkcs7/
H A Dverify.c86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
/external/chromium_org/third_party/openssl/openssl/crypto/pem/
H A Dpem_pk8.c216 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
229 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {

Completed in 391 milliseconds

1234