Searched refs:c_to_s_fbio (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | dtlstest.c | 75 BIO *c_to_s_fbio, *c_to_s_mempacket; in test_dtls_unprocessed() local 97 c_to_s_fbio = BIO_new(bio_f_tls_dump_filter()); in test_dtls_unprocessed() 98 if (!TEST_ptr(c_to_s_fbio)) in test_dtls_unprocessed() 103 NULL, c_to_s_fbio))) in test_dtls_unprocessed() 195 BIO *c_to_s_fbio, *mempackbio; in test_dtls_drop_records() local 250 c_to_s_fbio = BIO_new(bio_f_tls_dump_filter()); in test_dtls_drop_records() 251 if (!TEST_ptr(c_to_s_fbio)) in test_dtls_drop_records() 256 NULL, c_to_s_fbio))) in test_dtls_drop_records()
|
D | asynciotest.c | 293 BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; in test_asyncio() local 316 c_to_s_fbio = BIO_new(bio_f_async_filter()); in test_asyncio() 318 || !TEST_ptr(c_to_s_fbio)) { in test_asyncio() 320 BIO_free(c_to_s_fbio); in test_asyncio() 326 &clientssl, s_to_c_fbio, c_to_s_fbio)) in test_asyncio()
|
D | tls13ccstest.c | 19 static BIO *s_to_c_fbio = NULL, *c_to_s_fbio = NULL; variable 330 c_to_s_fbio = BIO_new(bio_f_watchccs_filter()); in test_tls13ccs() 332 || !TEST_ptr(c_to_s_fbio)) { in test_tls13ccs() 334 BIO_free(c_to_s_fbio); in test_tls13ccs() 340 c_to_s_fbio))) in test_tls13ccs()
|
D | sslcorrupttest.c | 187 BIO *c_to_s_fbio; in test_ssl_corrupt() local 218 if (!TEST_ptr(c_to_s_fbio = BIO_new(bio_f_tls_corrupt_filter()))) in test_ssl_corrupt() 223 c_to_s_fbio))) in test_ssl_corrupt()
|
/third_party/openssl/test/helpers/ |
D | ssltestlib.h | 20 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio);
|
D | ssltestlib.c | 997 SSL **cssl, BIO *s_to_c_fbio, BIO *c_to_s_fbio) in create_ssl_objects() argument 1024 if (c_to_s_fbio != NULL in create_ssl_objects() 1025 && !TEST_ptr(c_to_s_bio = BIO_push(c_to_s_fbio, c_to_s_bio))) in create_ssl_objects() 1047 BIO_free(c_to_s_fbio); in create_ssl_objects()
|