Searched refs:sbio (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssl/apps/
H A Ds_client.c884 BIO *sbio; local
2073 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE);
2076 sbio = BIO_new_dgram(s, BIO_NOCLOSE);
2091 (void)BIO_ctrl_set_connected(sbio, peer_info.addr);
2098 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
2102 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2109 BIO_free(sbio);
2115 BIO_free(sbio);
2120 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
2124 sbio
[all...]
H A Ds_server.c2236 BIO *sbio; local
2285 sbio = BIO_new_dgram_sctp(s, BIO_NOCLOSE);
2288 sbio = BIO_new_dgram(s, BIO_NOCLOSE);
2293 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_RECV_TIMEOUT, 0, &timeout);
2297 BIO_ctrl(sbio, BIO_CTRL_DGRAM_SET_SEND_TIMEOUT, 0, &timeout);
2305 BIO_free(sbio);
2312 BIO_free(sbio);
2317 BIO_ctrl(sbio, BIO_CTRL_DGRAM_MTU_DISCOVER, 0, NULL);
2326 sbio = BIO_new_socket(s, BIO_NOCLOSE);
2328 if (sbio
2958 BIO *io, *ssl_bio, *sbio; local
3350 BIO *io, *ssl_bio, *sbio; local
[all...]
H A Docsp.c1604 BIO *sbio; local
1611 sbio = BIO_new_ssl(ctx, 1);
1612 cbio = BIO_push(sbio, cbio);

Completed in 99 milliseconds