Lines Matching refs:bretry
2696 BIO *bretry = BIO_new(bio_s_always_retry()); in test_extra_tickets() local
2711 if (!TEST_ptr(bretry) || !setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_extra_tickets()
2793 SSL_set0_wbio(serverssl, bretry); in test_extra_tickets()
2794 bretry = NULL; in test_extra_tickets()
2843 BIO_free(bretry); in test_extra_tickets()
6564 BIO *bretry = BIO_new(bio_s_always_retry()); in test_key_update_peer_in_write() local
6568 if (!TEST_ptr(bretry) in test_key_update_peer_in_write()
6593 SSL_set0_wbio(peerwrite, bretry); in test_key_update_peer_in_write()
6594 bretry = NULL; in test_key_update_peer_in_write()
6630 BIO_free(bretry); in test_key_update_peer_in_write()
6733 BIO *bretry = BIO_new(bio_s_always_retry()); in test_key_update_local_in_write() local
6737 if (!TEST_ptr(bretry) in test_key_update_local_in_write()
6758 SSL_set0_wbio(local, bretry); in test_key_update_local_in_write()
6759 bretry = NULL; in test_key_update_local_in_write()
6805 BIO_free(bretry); in test_key_update_local_in_write()
10522 BIO *tmp = NULL, *bretry = BIO_new(bio_s_always_retry()); in test_handshake_retry() local
10525 if (!TEST_ptr(bretry)) in test_handshake_retry()
10567 SSL_set0_wbio(serverssl, bretry); in test_handshake_retry()
10568 bretry = NULL; in test_handshake_retry()
10590 BIO_free(bretry); in test_handshake_retry()