Searched refs:test1 (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | bio_callback_test.c | 50 char test1[] = "test"; in test_bio_callback_ex() local 51 const size_t test1len = sizeof(test1) - 1; in test_bio_callback_ex() 63 i = BIO_write(bio, test1, test1len); in test_bio_callback_ex() 68 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback_ex() 74 || !TEST_ptr_eq(my_param_argp[1], test1) in test_bio_callback_ex() 83 if (!TEST_mem_eq(buf, i, test1, test1len) in test_bio_callback_ex() 222 char test1[] = "test"; in test_bio_callback() local 223 const int test1len = sizeof(test1) - 1; in test_bio_callback() 235 i = BIO_write(bio, test1, test1len); in test_bio_callback() 240 || !TEST_ptr_eq(my_param_argp[0], test1) in test_bio_callback() [all …]
|
H A D | README-dev.md | 80 ok(test1, "test1"); 81 ok(test2, "test1"); 83 sub test1
|
Completed in 7 milliseconds