| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BIO_new.pod | 5 BIO_new, BIO_set, BIO_free, BIO_vfree, BIO_free_all - BIO allocation and freeing functions 11 BIO * BIO_new(BIO_METHOD *type); 19 The BIO_new() function returns a new BIO using method B<type>. 34 BIO_new() returns a newly created BIO or NULL if the call fails. 43 BIO_new(). Others (such as file BIOs) need some additional initialization, 61 BIO *mem = BIO_new(BIO_s_mem());
|
| D | BIO_f_md.pod | 76 bio = BIO_new(BIO_s_null()); 77 mdtmp = BIO_new(BIO_f_md()); 83 mdtmp = BIO_new(BIO_f_md()); 95 mdtmp = BIO_new(BIO_f_md()); 98 mdtmp = BIO_new(BIO_f_md());
|
| /freebsd-9-stable/crypto/openssl/ssl/ |
| D | ssl_task.c | 229 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in main() 232 if ((bio_stdout = BIO_new(BIO_s_file())) != NULL) in main() 290 c_to_s = BIO_new(BIO_s_rtcp()); in doit() 291 s_to_c = BIO_new(BIO_s_rtcp()); in doit() 301 c_bio = BIO_new(BIO_f_ssl()); in doit() 302 s_bio = BIO_new(BIO_f_ssl()); in doit()
|
| D | ssl_rsa.c | 90 in = BIO_new(BIO_s_file_internal()); in SSL_use_certificate_file() 222 in = BIO_new(BIO_s_file_internal()); in SSL_use_RSAPrivateKey_file() 299 in = BIO_new(BIO_s_file_internal()); in SSL_use_PrivateKey_file() 431 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_file() 519 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_RSAPrivateKey_file() 593 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_PrivateKey_file() 661 in = BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_chain_file()
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | errstr.c | 82 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 90 out = BIO_new(BIO_s_file()); in MAIN() 94 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | prime.c | 70 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 96 if ((bio_out = BIO_new(BIO_s_file())) != NULL) { in MAIN() 100 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | rand.c | 96 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 174 out = BIO_new(BIO_s_file()); in MAIN() 183 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 192 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
|
| D | crl.c | 125 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 132 if ((bio_out = BIO_new(BIO_s_file())) != NULL) { in MAIN() 136 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 327 out = BIO_new(BIO_s_file()); in MAIN() 337 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 387 in = BIO_new(BIO_s_file()); in load_crl()
|
| D | crl2p7.c | 107 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 176 in = BIO_new(BIO_s_file()); in MAIN() 177 out = BIO_new(BIO_s_file()); in MAIN() 246 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 309 in = BIO_new(BIO_s_file()); in add_certs_from_file()
|
| D | gendsa.c | 95 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 218 in = BIO_new(BIO_s_file()); in MAIN() 231 out = BIO_new(BIO_s_file()); in MAIN() 239 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | pkcs7.c | 100 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 180 in = BIO_new(BIO_s_file()); in MAIN() 181 out = BIO_new(BIO_s_file()); in MAIN() 215 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | sess_id.c | 103 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 191 out = BIO_new(BIO_s_file()); in MAIN() 201 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 266 in = BIO_new(BIO_s_file()); in load_sess_id()
|
| D | dh.c | 104 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 190 in = BIO_new(BIO_s_file()); in MAIN() 191 out = BIO_new(BIO_s_file()); in MAIN() 209 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | asn1pars.c | 109 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 211 in = BIO_new(BIO_s_file()); in MAIN() 212 out = BIO_new(BIO_s_file()); in MAIN() 220 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 269 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN()
|
| D | gendh.c | 108 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 169 out = BIO_new(BIO_s_file()); in MAIN() 179 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | ec.c | 108 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 247 in = BIO_new(BIO_s_file()); in MAIN() 248 out = BIO_new(BIO_s_file()); in MAIN() 288 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | enc.c | 131 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 351 in = BIO_new(BIO_s_file()); in MAIN() 352 out = BIO_new(BIO_s_file()); in MAIN() 413 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 428 if ((b64 = BIO_new(BIO_f_base64())) == NULL) in MAIN() 520 if ((benc = BIO_new(BIO_f_cipher())) == NULL) in MAIN()
|
| D | dsaparam.c | 134 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 236 in = BIO_new(BIO_s_file()); in MAIN() 237 out = BIO_new(BIO_s_file()); in MAIN() 255 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | dhparam.c | 170 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 345 in = BIO_new(BIO_s_file()); in MAIN() 402 out = BIO_new(BIO_s_file()); in MAIN() 411 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | dsa.c | 119 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 243 out = BIO_new(BIO_s_file()); in MAIN() 273 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | genrsa.c | 117 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 122 if ((out = BIO_new(BIO_s_file())) == NULL) { in MAIN() 251 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| /freebsd-9-stable/crypto/openssl/demos/ |
| D | b64.c | 99 if ((bio_err = BIO_new(BIO_s_file())) != NULL) 178 in = BIO_new(BIO_s_file()); 179 out = BIO_new(BIO_s_file()); 213 if ((b64 = BIO_new(BIO_f_base64())) == NULL)
|
| /freebsd-9-stable/crypto/openssl/demos/bio/ |
| D | sconnect.c | 53 ssl_bio = BIO_new(BIO_f_ssl()); 57 out = BIO_new(BIO_s_connect());
|
| /freebsd-9-stable/crypto/openssl/crypto/asn1/ |
| D | a_i2d_fp.c | 72 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_i2d_fp() 122 if ((b = BIO_new(BIO_s_file())) == NULL) { in ASN1_item_i2d_fp()
|
| D | t_pkey.c | 95 if ((b = BIO_new(BIO_s_file())) == NULL) { in RSA_print_fp() 191 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSA_print_fp() 262 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECPKParameters_print_fp() 277 if ((b = BIO_new(BIO_s_file())) == NULL) { in EC_KEY_print_fp() 632 if ((b = BIO_new(BIO_s_file())) == NULL) { in DHparams_print_fp() 694 if ((b = BIO_new(BIO_s_file())) == NULL) { in DSAparams_print_fp() 753 if ((b = BIO_new(BIO_s_file())) == NULL) { in ECParameters_print_fp()
|