Home
last modified time | relevance | path

Searched refs:s_to_c_fbio (Results 1 – 4 of 4) sorted by relevance

/openssl-master/test/
A Dtls13ccstest.c19 static BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; variable
169 if (bio == s_to_c_fbio) { in watchccs_write()
197 if (bio == s_to_c_fbio) in watchccs_write()
329 s_to_c_fbio = BIO_new(bio_f_watchccs_filter()); in test_tls13ccs()
331 if (!TEST_ptr(s_to_c_fbio) in test_tls13ccs()
333 BIO_free(s_to_c_fbio); in test_tls13ccs()
339 if (!TEST_true(create_ssl_objects(sctx, cctx, &sssl, &cssl, s_to_c_fbio, in test_tls13ccs()
A Dasynciotest.c293 BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; in test_asyncio() local
315 s_to_c_fbio = BIO_new(bio_f_async_filter()); in test_asyncio()
317 if (!TEST_ptr(s_to_c_fbio) in test_asyncio()
319 BIO_free(s_to_c_fbio); in test_asyncio()
326 &clientssl, s_to_c_fbio, c_to_s_fbio)) in test_asyncio()
/openssl-master/test/helpers/
A Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
A Dssltestlib.c876 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
900 if (s_to_c_fbio != NULL in create_ssl_objects()
901 && !TEST_ptr(s_to_c_bio = BIO_push(s_to_c_fbio, s_to_c_bio))) in create_ssl_objects()
925 BIO_free(s_to_c_fbio); in create_ssl_objects()

Completed in 7 milliseconds