Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/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()
322 s_to_c_fbio = BIO_new(bio_f_watchccs_filter()); in test_tls13ccs()
324 if (!TEST_ptr(s_to_c_fbio) in test_tls13ccs()
326 BIO_free(s_to_c_fbio); in test_tls13ccs()
332 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
314 s_to_c_fbio = BIO_new(bio_f_async_filter()); in test_asyncio()
316 if (!TEST_ptr(s_to_c_fbio) in test_asyncio()
318 BIO_free(s_to_c_fbio); in test_asyncio()
325 &clientssl, s_to_c_fbio, c_to_s_fbio)) in test_asyncio()
H A Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
H A Dssltestlib.c803 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
827 if (s_to_c_fbio != NULL in create_ssl_objects()
828 && !TEST_ptr(s_to_c_bio = BIO_push(s_to_c_fbio, s_to_c_bio))) in create_ssl_objects()
852 BIO_free(s_to_c_fbio); in create_ssl_objects()
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
H A Dssltestlib.c1012 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
1036 if (s_to_c_fbio != NULL in create_ssl_objects()
1037 && !TEST_ptr(s_to_c_bio = BIO_push(s_to_c_fbio, s_to_c_bio))) in create_ssl_objects()
1061 BIO_free(s_to_c_fbio); in create_ssl_objects()