Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dsslapitest.c2680 BIO *bretry = BIO_new(bio_s_always_retry()); in test_extra_tickets() local
2695 if (!TEST_ptr(bretry) || !setup_ticket_test(stateful, idx, &sctx, &cctx)) in test_extra_tickets()
2777 SSL_set0_wbio(serverssl, bretry); in test_extra_tickets()
2778 bretry = NULL; in test_extra_tickets()
2827 BIO_free(bretry); in test_extra_tickets()
6497 BIO *bretry = BIO_new(bio_s_always_retry()); in test_key_update_peer_in_write() local
6501 if (!TEST_ptr(bretry) in test_key_update_peer_in_write()
6526 SSL_set0_wbio(peerwrite, bretry); in test_key_update_peer_in_write()
6527 bretry = NULL; in test_key_update_peer_in_write()
6563 BIO_free(bretry); in test_key_update_peer_in_write()
6666 BIO *bretry = BIO_new(bio_s_always_retry()); test_key_update_local_in_write() local
[all...]

Completed in 10 milliseconds