/external/chromium_org/third_party/openssl/openssl/apps/ |
H A D | pkeyparam.c | 82 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 D | nseq.c | 79 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 D | spkac.c | 102 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 D | ciphers.c | 110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
|
H A D | pkey.c | 87 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); 221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
H A D | pkcs8.c | 93 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 D | rsautl.c | 111 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 D | genpkey.c | 94 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); 235 out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
/external/openssl/apps/ |
H A D | pkeyparam.c | 82 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 D | nseq.c | 79 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 D | spkac.c | 102 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 D | ciphers.c | 110 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
|
H A D | pkey.c | 87 bio_err = BIO_new_fp (stderr, BIO_NOCLOSE); 221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
|
H A D | pkcs8.c | 93 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 D | rsautl.c | 111 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 D | genpkey.c | 94 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 D | conf_sap.c | 96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
|
H A D | conf_lib.c | 119 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 D | conf_sap.c | 96 if ((bio_err=BIO_new_fp(stderr, BIO_NOCLOSE)) != NULL)
|
H A D | conf_lib.c | 119 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 D | dsagen.c | 103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
/external/openssl/crypto/dsa/ |
H A D | dsagen.c | 103 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE);
|
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs7/ |
H A D | verify.c | 86 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE); 87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
|
/external/openssl/crypto/pkcs7/ |
H A D | verify.c | 86 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 D | pem_pk8.c | 216 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) { 229 if(!(bp = BIO_new_fp(fp, BIO_NOCLOSE))) {
|