| /mirbsd/src/lib/libssl/src/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());
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | ssl_task.c | 217 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in main() 220 if ((bio_stdout=BIO_new(BIO_s_file())) != NULL) in main() 273 c_to_s=BIO_new(BIO_s_rtcp()); in doit() 274 s_to_c=BIO_new(BIO_s_rtcp()); in doit() 283 c_bio=BIO_new(BIO_f_ssl()); in doit() 284 s_bio=BIO_new(BIO_f_ssl()); in doit()
|
| D | ssl_rsa.c | 92 in=BIO_new(BIO_s_file_internal()); in SSL_use_certificate_file() 264 in=BIO_new(BIO_s_file_internal()); in SSL_use_RSAPrivateKey_file() 349 in=BIO_new(BIO_s_file_internal()); in SSL_use_PrivateKey_file() 506 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_file() 602 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_RSAPrivateKey_file() 684 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_PrivateKey_file() 751 in=BIO_new(BIO_s_file_internal()); in SSL_CTX_use_certificate_chain_file()
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_util_ssl.c | 112 if ((bioS = BIO_new(BIO_s_fd())) == NULL) in SSL_read_X509() 115 if ((bioF = BIO_new(BIO_f_base64())) == NULL) { in SSL_read_X509() 125 if ((bioS = BIO_new(BIO_s_fd())) == NULL) in SSL_read_X509() 151 if ((bioS = BIO_new(BIO_s_fd())) == NULL) in SSL_read_PrivateKey() 154 if ((bioF = BIO_new(BIO_f_base64())) == NULL) { in SSL_read_PrivateKey() 164 if ((bioS = BIO_new(BIO_s_fd())) == NULL) in SSL_read_PrivateKey() 387 if ((in = BIO_new(BIO_s_file())) == NULL) in SSL_load_CrtAndKeyInfo_file() 449 if ((bio = BIO_new(BIO_s_file_internal())) == NULL) in SSL_CTX_use_certificate_chain()
|
| /mirbsd/src/lib/libssl/src/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 | prime.c | 69 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 98 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN() 103 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | rand.c | 98 if ((bio_err = BIO_new(BIO_s_file())) != NULL) in MAIN() 189 out = BIO_new(BIO_s_file()); in MAIN() 199 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 209 BIO *b64 = BIO_new(BIO_f_base64()); in MAIN()
|
| D | crl.c | 123 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 130 if ((bio_out=BIO_new(BIO_s_file())) != NULL) in MAIN() 135 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 330 out=BIO_new(BIO_s_file()); in MAIN() 342 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 393 in=BIO_new(BIO_s_file()); in load_crl()
|
| D | crl2p7.c | 104 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 175 in=BIO_new(BIO_s_file()); in MAIN() 176 out=BIO_new(BIO_s_file()); in MAIN() 247 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 311 in=BIO_new(BIO_s_file()); in add_certs_from_file()
|
| D | gendsa.c | 97 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 197 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()
|
| D | asn1pars.c | 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 203 in=BIO_new(BIO_s_file()); in MAIN() 204 out=BIO_new(BIO_s_file()); in MAIN() 213 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 255 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN()
|
| D | sess_id.c | 103 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 201 out=BIO_new(BIO_s_file()); in MAIN() 213 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 284 in=BIO_new(BIO_s_file()); in load_sess_id()
|
| D | pkcs7.c | 102 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 186 in=BIO_new(BIO_s_file()); in MAIN() 187 out=BIO_new(BIO_s_file()); in MAIN() 227 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | dsa.c | 114 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 230 in=BIO_new(BIO_s_file()); in MAIN() 231 out=BIO_new(BIO_s_file()); in MAIN() 273 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | dh.c | 105 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 194 in=BIO_new(BIO_s_file()); in MAIN() 195 out=BIO_new(BIO_s_file()); in MAIN() 217 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | gendh.c | 102 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 162 out=BIO_new(BIO_s_file()); in MAIN() 174 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | dsaparam.c | 112 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() 234 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | enc.c | 135 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 363 in=BIO_new(BIO_s_file()); in MAIN() 364 out=BIO_new(BIO_s_file()); in MAIN() 438 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN() 457 if ((b64=BIO_new(BIO_f_base64())) == NULL) in MAIN() 550 if ((benc=BIO_new(BIO_f_cipher())) == NULL) in MAIN()
|
| D | dhparam.c | 173 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 345 in=BIO_new(BIO_s_file()); in MAIN() 412 out=BIO_new(BIO_s_file()); in MAIN() 423 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | genrsa.c | 111 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 116 if ((out=BIO_new(BIO_s_file())) == NULL) in MAIN() 221 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| D | rsa.c | 115 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 241 out=BIO_new(BIO_s_file()); in MAIN() 273 BIO *tmpbio = BIO_new(BIO_f_linebuffer()); in MAIN()
|
| /mirbsd/src/usr.sbin/openssl/ |
| D | asn1octetstream.c | 63 if ((bio_err=BIO_new(BIO_s_file())) != NULL) in MAIN() 119 in = BIO_new(BIO_s_file()); in MAIN() 192 out = BIO_new(BIO_s_file()); in MAIN()
|
| /mirbsd/src/lib/libssl/src/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()
|
| /mirbsd/src/usr.bin/gzsig/ |
| D | x509.c | 64 if ((bio = BIO_new(BIO_s_mem())) == NULL) in x509_load_public() 107 if ((bio = BIO_new(BIO_s_mem())) == NULL) in x509_load_private()
|