/external/openssl/apps/ |
D | errstr.c | 82 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 91 out=BIO_new(BIO_s_file()); in MAIN() 96 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | rand.c | 95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 186 out = BIO_new(BIO_s_file()); in MAIN() 196 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 206 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
|
D | prime.c | 74 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 112 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN() 117 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | crl2p7.c | 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 174 in=BIO_new(BIO_s_file()); in MAIN() 175 out=BIO_new(BIO_s_file()); in MAIN() 246 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 303 in=BIO_new(BIO_s_file()); in add_certs_from_file()
|
D | crl.c | 124 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 131 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN() 136 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 347 out=BIO_new(BIO_s_file()); in MAIN() 359 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 410 in=BIO_new(BIO_s_file()); in load_crl()
|
D | gendsa.c | 95 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 215 in=BIO_new(BIO_s_file()); in MAIN() 230 out=BIO_new(BIO_s_file()); in MAIN() 238 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | sess_id.c | 104 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 203 out=BIO_new(BIO_s_file()); in MAIN() 215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 286 in=BIO_new(BIO_s_file()); in load_sess_id()
|
D | pkcs7.c | 99 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 185 in=BIO_new(BIO_s_file()); in MAIN() 186 out=BIO_new(BIO_s_file()); in MAIN() 226 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | dh.c | 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 192 in=BIO_new(BIO_s_file()); in MAIN() 193 out=BIO_new(BIO_s_file()); in MAIN() 215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | gendh.c | 106 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 166 out=BIO_new(BIO_s_file()); in MAIN() 178 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | asn1pars.c | 107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 219 in=BIO_new(BIO_s_file()); in MAIN() 220 out=BIO_new(BIO_s_file()); in MAIN() 229 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 284 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN()
|
D | ec.c | 107 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 263 in = BIO_new(BIO_s_file()); in MAIN() 264 out = BIO_new(BIO_s_file()); in MAIN() 316 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | dsa.c | 120 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 249 in=BIO_new(BIO_s_file()); in MAIN() 250 out=BIO_new(BIO_s_file()); in MAIN() 298 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | enc.c | 137 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 382 in=BIO_new(BIO_s_file()); in MAIN() 383 out=BIO_new(BIO_s_file()); in MAIN() 461 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 482 if ((bzl=BIO_new(BIO_f_zlib())) == NULL) in MAIN() 493 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN() 587 if ((benc=BIO_new(BIO_f_cipher())) == NULL) in MAIN()
|
D | dsaparam.c | 131 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 240 in=BIO_new(BIO_s_file()); in MAIN() 241 out=BIO_new(BIO_s_file()); in MAIN() 263 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | dhparam.c | 169 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 344 in=BIO_new(BIO_s_file()); in MAIN() 411 out=BIO_new(BIO_s_file()); in MAIN() 422 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | genrsa.c | 116 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 121 if ((out=BIO_new(BIO_s_file())) == NULL) in MAIN() 243 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
D | passwd.c | 79 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 84 out = BIO_new(BIO_s_file()); in MAIN() 90 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 193 in = BIO_new(BIO_s_file()); in MAIN()
|
D | rsa.c | 123 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 266 out=BIO_new(BIO_s_file()); in MAIN() 311 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
/external/openssl/crypto/dsa/ |
D | dsa_prn.c | 70 if ((b=BIO_new(BIO_s_file())) == NULL) in DSA_print_fp() 86 if ((b=BIO_new(BIO_s_file())) == NULL) in DSAparams_print_fp()
|
/external/openssl/ssl/ |
D | ssl_rsa.c | 92 in=BIO_new(BIO_s_file_internal()); in SSL_use_certificate_file() 235 in=BIO_new(BIO_s_file_internal()); in SSL_use_RSAPrivateKey_file() 320 in=BIO_new(BIO_s_file_internal()); in SSL_use_PrivateKey_file() 461 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_file() 557 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_RSAPrivateKey_file() 639 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_PrivateKey_file() 749 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_chain_file()
|
/external/openssl/crypto/asn1/ |
D | a_i2d_fp.c | 72 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_i2d_fp() 125 if ((b=BIO_new(BIO_s_file())) == NULL) in ASN1_item_i2d_fp()
|
/external/openssl/crypto/lhash/ |
D | lh_stats.c | 146 bp=BIO_new(BIO_s_file()); in lh_stats() 158 bp=BIO_new(BIO_s_file()); in lh_node_stats() 170 bp=BIO_new(BIO_s_file()); in lh_node_usage_stats()
|
/external/openssl/crypto/ec/ |
D | eck_prn.c | 76 if ((b=BIO_new(BIO_s_file())) == NULL) in ECPKParameters_print_fp() 92 if ((b=BIO_new(BIO_s_file())) == NULL) in EC_KEY_print_fp() 108 if ((b=BIO_new(BIO_s_file())) == NULL) in ECParameters_print_fp()
|
/external/openssl/crypto/pkcs7/ |
D | dec.c | 92 data=BIO_new(BIO_s_file()); 108 detached=BIO_new(BIO_s_file());
|