Home
last modified time | relevance | path

Searched refs:lbio (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dquicapitest.c2624 BIO *lbio = NULL, *sbio = NULL; in test_ssl_new_from_listener() local
2631 || !TEST_true(BIO_new_bio_dgram_pair(&lbio, 0, &sbio, 0))) in test_ssl_new_from_listener()
2637 if (!TEST_true(bio_addr_bind(lbio, addr))) in test_ssl_new_from_listener()
2648 qlistener = ql_create(lctx, lbio); in test_ssl_new_from_listener()
2649 lbio = NULL; in test_ssl_new_from_listener()
2683 BIO_free(lbio); in test_ssl_new_from_listener()
H A Dsslapitest.c7002 BIO *lbio = NULL, *pbio = NULL; in test_key_update_peer_in_read() local
7019 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_peer_in_read()
7022 SSL_set_bio(local, lbio, lbio); in test_key_update_peer_in_read()
7176 BIO *lbio = NULL, *pbio = NULL; in test_key_update_local_in_read() local
7193 if (!TEST_int_eq(BIO_new_bio_pair(&lbio, 512, &pbio, 512), 1)) in test_key_update_local_in_read()
7196 SSL_set_bio(local, lbio, lbio); in test_key_update_local_in_read()