| /src/crypto/external/apache2/openssl/dist/demos/bio/ |
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 75 sbio = BIO_new_ssl_connect(ctx); 77 BIO_get_ssl(sbio, &ssl); 86 BIO_set_conn_hostname(sbio, connect_str); 89 if (BIO_do_connect(sbio) <= 0) { 97 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 99 len = BIO_read(sbio, tmpbuf, 1024); 107 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 83 sbio = BIO_new_ssl_connect(ctx); 85 BIO_get_ssl(sbio, &ssl); 94 BIO_set_conn_hostname(sbio, connect_str); 97 if (BIO_do_connect(sbio) <= 0) { 105 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 107 len = BIO_read(sbio, tmpbuf, 1024); 116 BIO_free_all(sbio);
|
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 75 sbio = BIO_new_ssl_connect(ctx); 77 BIO_get_ssl(sbio, &ssl); 86 BIO_set_conn_hostname(sbio, connect_str); 89 if (BIO_do_connect(sbio) <= 0) { 97 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 99 len = BIO_read(sbio, tmpbuf, 1024); 107 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 83 sbio = BIO_new_ssl_connect(ctx); 85 BIO_get_ssl(sbio, &ssl); 94 BIO_set_conn_hostname(sbio, connect_str); 97 if (BIO_do_connect(sbio) <= 0) { 105 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 107 len = BIO_read(sbio, tmpbuf, 1024); 116 BIO_free_all(sbio);
|
| /src/crypto/external/bsd/openssl/dist/demos/bio/ |
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 74 sbio = BIO_new_ssl_connect(ctx); 76 BIO_get_ssl(sbio, &ssl); 85 BIO_set_conn_hostname(sbio, connect_str); 88 if (BIO_do_connect(sbio) <= 0) { 96 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 98 len = BIO_read(sbio, tmpbuf, 1024); 105 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 82 sbio = BIO_new_ssl_connect(ctx); 84 BIO_get_ssl(sbio, &ssl); 93 BIO_set_conn_hostname(sbio, connect_str); 96 if (BIO_do_connect(sbio) <= 0) { 104 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 106 len = BIO_read(sbio, tmpbuf, 1024); 113 BIO_free_all(sbio);
|
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 74 sbio = BIO_new_ssl_connect(ctx); 76 BIO_get_ssl(sbio, &ssl); 85 BIO_set_conn_hostname(sbio, connect_str); 88 if (BIO_do_connect(sbio) <= 0) { 96 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 98 len = BIO_read(sbio, tmpbuf, 1024); 105 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 82 sbio = BIO_new_ssl_connect(ctx); 84 BIO_get_ssl(sbio, &ssl); 93 BIO_set_conn_hostname(sbio, connect_str); 96 if (BIO_do_connect(sbio) <= 0) { 104 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 106 len = BIO_read(sbio, tmpbuf, 1024); 113 BIO_free_all(sbio);
|
| /src/crypto/external/bsd/openssl.old/dist/demos/bio/ |
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 74 sbio = BIO_new_ssl_connect(ctx); 76 BIO_get_ssl(sbio, &ssl); 88 BIO_set_conn_hostname(sbio, connect_str); 91 if (BIO_do_connect(sbio) <= 0) { 99 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 101 len = BIO_read(sbio, tmpbuf, 1024); 108 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 82 sbio = BIO_new_ssl_connect(ctx); 84 BIO_get_ssl(sbio, &ssl); 96 BIO_set_conn_hostname(sbio, connect_str); 99 if (BIO_do_connect(sbio) <= 0) { 107 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 109 len = BIO_read(sbio, tmpbuf, 1024); 116 BIO_free_all(sbio);
|
| client-arg.c | 16 BIO *sbio = NULL, *out = NULL; local 74 sbio = BIO_new_ssl_connect(ctx); 76 BIO_get_ssl(sbio, &ssl); 88 BIO_set_conn_hostname(sbio, connect_str); 91 if (BIO_do_connect(sbio) <= 0) { 99 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 101 len = BIO_read(sbio, tmpbuf, 1024); 108 BIO_free_all(sbio);
|
| client-conf.c | 17 BIO *sbio = NULL, *out = NULL; local 82 sbio = BIO_new_ssl_connect(ctx); 84 BIO_get_ssl(sbio, &ssl); 96 BIO_set_conn_hostname(sbio, connect_str); 99 if (BIO_do_connect(sbio) <= 0) { 107 BIO_puts(sbio, "GET / HTTP/1.0\n\n"); 109 len = BIO_read(sbio, tmpbuf, 1024); 116 BIO_free_all(sbio);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_tfo_test.c | 56 BIO *sbio = NULL; local 111 sbio = BIO_pop(abio); 151 sbio = BIO_pop(abio); 175 if (!TEST_ptr(sbio = BIO_pop(abio)) 176 || !TEST_true(BIO_read_ex(sbio, read_buffer, sizeof(read_buffer), &bytes)) 196 BIO_free(sbio);
|
| bio_tfo_test.c | 56 BIO *sbio = NULL; local 111 sbio = BIO_pop(abio); 151 sbio = BIO_pop(abio); 175 if (!TEST_ptr(sbio = BIO_pop(abio)) 176 || !TEST_true(BIO_read_ex(sbio, read_buffer, sizeof(read_buffer), &bytes)) 196 BIO_free(sbio);
|
| dtlstest.c | 397 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; local 436 sbio = rbio; 442 if (!TEST_int_eq(BIO_write(sbio, buf, sizeof(buf)), sizeof(buf)))
|
| dtlstest.c | 397 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; local 436 sbio = rbio; 442 if (!TEST_int_eq(BIO_write(sbio, buf, sizeof(buf)), sizeof(buf)))
|
| quicapitest.c | 2624 BIO *lbio = NULL, *sbio = NULL; local 2631 || !TEST_true(BIO_new_bio_dgram_pair(&lbio, 0, &sbio, 0))) 2644 if (!TEST_true(bio_addr_bind(sbio, addr))) 2653 qserver = ql_create(sctx, sbio); 2654 sbio = NULL; 2684 BIO_free(sbio); 2729 BIO *cbio = NULL, *sbio = NULL; local 2735 if (!TEST_true(BIO_new_bio_dgram_pair(&cbio, 0, &sbio, 0))) 2741 if (!TEST_true(bio_addr_bind(sbio, addr))) 2745 *lssl = ql_create(sctx, sbio); [all...] |
| quicapitest.c | 2624 BIO *lbio = NULL, *sbio = NULL; local 2631 || !TEST_true(BIO_new_bio_dgram_pair(&lbio, 0, &sbio, 0))) 2644 if (!TEST_true(bio_addr_bind(sbio, addr))) 2653 qserver = ql_create(sctx, sbio); 2654 sbio = NULL; 2684 BIO_free(sbio); 2729 BIO *cbio = NULL, *sbio = NULL; local 2735 if (!TEST_true(BIO_new_bio_dgram_pair(&cbio, 0, &sbio, 0))) 2741 if (!TEST_true(bio_addr_bind(sbio, addr))) 2745 *lssl = ql_create(sctx, sbio); [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| dtlstest.c | 401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; local 435 sbio = rbio; 441 if (!TEST_int_eq(BIO_write(sbio, buf, sizeof(buf)), sizeof(buf)))
|
| dtlstest.c | 401 BIO *rbio = NULL, *wbio = NULL, *sbio = NULL; local 435 sbio = rbio; 441 if (!TEST_int_eq(BIO_write(sbio, buf, sizeof(buf)), sizeof(buf)))
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| quictestlib.c | 31 BIO *sbio; member in struct:noise_args_data_st 119 (void)BIO_ctrl(noiseargs->sbio, BIO_CTRL_NOISE_BACK_OFF, 1, NULL); 139 BIO *cbio = NULL, *sbio = NULL, *fisbio = NULL; local 217 sbio = BIO_new_dgram(sfd, 1); 218 if (!TEST_ptr(sbio)) { 228 if (!TEST_true(BIO_new_bio_dgram_pair(&cbio, 0, &sbio, 0))) 232 || !TEST_true(BIO_dgram_set_caps(sbio, BIO_DGRAM_CAP_HANDLES_DST_ADDR))) 264 sbio = BIO_push(pktsplitbio, sbio); 294 sbio = BIO_push(noisebio, sbio) 1333 BIO *sbio = fault->noiseargs.sbio; local [all...] |
| quictestlib.c | 31 BIO *sbio; member in struct:noise_args_data_st 119 (void)BIO_ctrl(noiseargs->sbio, BIO_CTRL_NOISE_BACK_OFF, 1, NULL); 139 BIO *cbio = NULL, *sbio = NULL, *fisbio = NULL; local 217 sbio = BIO_new_dgram(sfd, 1); 218 if (!TEST_ptr(sbio)) { 228 if (!TEST_true(BIO_new_bio_dgram_pair(&cbio, 0, &sbio, 0))) 232 || !TEST_true(BIO_dgram_set_caps(sbio, BIO_DGRAM_CAP_HANDLES_DST_ADDR))) 264 sbio = BIO_push(pktsplitbio, sbio); 294 sbio = BIO_push(noisebio, sbio) 1333 BIO *sbio = fault->noiseargs.sbio; local [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ocsp.c | 1604 BIO *sbio; local 1611 sbio = BIO_new_ssl(ctx, 1); 1612 cbio = BIO_push(sbio, cbio);
|
| ocsp.c | 1604 BIO *sbio; local 1611 sbio = BIO_new_ssl(ctx, 1); 1612 cbio = BIO_push(sbio, cbio);
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 2560 BIO *sbio = NULL; local 2570 || (sbio = BIO_new(BIO_f_ssl())) == NULL) { 2574 BIO_free(sbio); 2582 BIO_set_ssl(sbio, ssl, BIO_CLOSE); 2584 bio = BIO_push(sbio, bio);
|