Home
last modified time | relevance | path

Searched refs:test2 (Results 1 – 2 of 2) sorted by relevance

/openssl/test/
H A Dbio_callback_test.c52 char test2[] = "hello"; in test_bio_callback_ex() local
53 const size_t test2len = sizeof(test2) - 1; in test_bio_callback_ex()
158 i = BIO_puts(bio, test2); in test_bio_callback_ex()
163 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback_ex()
169 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback_ex()
224 char test2[] = "hello"; in test_bio_callback() local
225 const int test2len = sizeof(test2) - 1; in test_bio_callback()
310 i = BIO_puts(bio, test2); in test_bio_callback()
315 || !TEST_ptr_eq(my_param_argp[0], test2) in test_bio_callback()
321 || !TEST_ptr_eq(my_param_argp[1], test2) in test_bio_callback()
H A DREADME-dev.md81 ok(test2, "test1");
88 sub test2

Completed in 6 milliseconds