Searched refs:bretry (Results 1 – 1 of 1) sorted by relevance
2696 BIO *bretry = BIO_new(bio_s_always_retry()); in test_extra_tickets() local2711 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() local6568 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()[all …]