Lines Matching refs:TEST_mem_eq
36 if (!TEST_mem_eq(buf, sizeof(str), str, sizeof(str))) in test_bio_memleak()
63 if (!TEST_mem_eq(bufmem->data, bufmem->length, "Hello World\n", 12)) in test_bio_get_mem()
85 if (!TEST_mem_eq(data, 5, "Hello", 5)) in test_bio_new_mem_buf()
93 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_new_mem_buf()
99 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_new_mem_buf()
120 if (!TEST_mem_eq(data, 5, "Hello", 5)) in test_bio_rdonly_mem_buf()
134 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_rdonly_mem_buf()
140 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_rdonly_mem_buf()
165 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_rdwr_rdonly()
176 if (!TEST_mem_eq(data, 16, "Hello World\nHi!\n", 16)) in test_bio_rdwr_rdonly()
202 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_nonclear_rst()
209 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_nonclear_rst()