HomeSort by: relevance | last modified time | path
    Searched refs:c_net_bio (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
quic_client_test.c 35 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; local
66 if (!TEST_ptr(c_net_bio = c_net_bio_own = BIO_new_dgram(c_fd, 0)))
70 if (s_addr_ != NULL && !BIO_dgram_set_peer(c_net_bio, s_addr_))
84 SSL_set0_rbio(c_ssl, c_net_bio);
87 if (!TEST_true(BIO_up_ref(c_net_bio))) {
92 SSL_set0_wbio(c_ssl, c_net_bio);
quic_tserver_test.c 59 BIO *c_net_bio = NULL, *c_net_bio_own = NULL; local
154 if (!TEST_ptr(c_net_bio = c_net_bio_own = BIO_new_dgram(c_fd, 0)))
157 if (!BIO_dgram_set_peer(c_net_bio, s_addr_))
181 SSL_set0_rbio(c_ssl, c_net_bio);
184 if (!TEST_true(BIO_up_ref(c_net_bio))) {
190 SSL_set0_wbio(c_ssl, c_net_bio);
385 if (!BIO_recvmmsg(c_net_bio, &rmsg, sizeof(rmsg), 1, 0, &msgs_processed)
quic_multistream_test.c 77 BIO *c_net_bio, *c_net_bio_own; member in struct:helper
794 if (!TEST_ptr(h->c_net_bio = h->c_net_bio_own = BIO_new_dgram(h->c_fd, 0)))
797 if (!TEST_true(BIO_dgram_set_peer(h->c_net_bio, h->s_net_bio_addr)))
816 SSL_set0_rbio(h->c_conn, h->c_net_bio);
819 if (!TEST_true(BIO_up_ref(h->c_net_bio)))
822 SSL_set0_wbio(h->c_conn, h->c_net_bio);

Completed in 31 milliseconds