Home
last modified time | relevance | path

Searched refs:c_to_s_fbio (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/test/
Ddtlstest.c59 BIO *c_to_s_fbio, *c_to_s_mempacket; in test_dtls_unprocessed() local
73 c_to_s_fbio = BIO_new(bio_f_tls_dump_filter()); in test_dtls_unprocessed()
74 if (!TEST_ptr(c_to_s_fbio)) in test_dtls_unprocessed()
79 NULL, c_to_s_fbio))) in test_dtls_unprocessed()
153 BIO *c_to_s_fbio, *mempackbio; in test_dtls_drop_records() local
190 c_to_s_fbio = BIO_new(bio_f_tls_dump_filter()); in test_dtls_drop_records()
191 if (!TEST_ptr(c_to_s_fbio)) in test_dtls_drop_records()
196 NULL, c_to_s_fbio))) in test_dtls_drop_records()
Dasynciotest.c293 BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; in test_asyncio() local
315 c_to_s_fbio = BIO_new(bio_f_async_filter()); in test_asyncio()
317 || !TEST_ptr(c_to_s_fbio)) { in test_asyncio()
319 BIO_free(c_to_s_fbio); in test_asyncio()
325 &clientssl, s_to_c_fbio, c_to_s_fbio)) in test_asyncio()
Dtls13ccstest.c19 static BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; variable
323 c_to_s_fbio = BIO_new(bio_f_watchccs_filter()); in test_tls13ccs()
325 || !TEST_ptr(c_to_s_fbio)) { in test_tls13ccs()
327 BIO_free(c_to_s_fbio); in test_tls13ccs()
333 c_to_s_fbio))) in test_tls13ccs()
Dsslcorrupttest.c187 BIO *c_to_s_fbio; in test_ssl_corrupt() local
215 if (!TEST_ptr(c_to_s_fbio = BIO_new(bio_f_tls_corrupt_filter()))) in test_ssl_corrupt()
220 c_to_s_fbio))) in test_ssl_corrupt()
Dssltestlib.h20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
Dssltestlib.c770 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument
797 if (c_to_s_fbio != NULL in create_ssl_objects()
798 && !TEST_ptr(c_to_s_bio = BIO_push(c_to_s_fbio, c_to_s_bio))) in create_ssl_objects()
820 BIO_free(c_to_s_fbio); in create_ssl_objects()