Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H 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()
H 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()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
H A Dssltestlib.c1003 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
1027 if (s_to_c_fbio != NULL in create_ssl_objects()
1028 && !TEST_ptr(s_to_c_bio = BIO_push(s_to_c_fbio, s_to_c_bio))) in create_ssl_objects()
1052 BIO_free(s_to_c_fbio); in create_ssl_objects()