Lines Matching refs:TEST_mem_eq
34 if (!TEST_mem_eq(buf, sizeof(str), str, sizeof(str))) in test_bio_memleak()
61 if (!TEST_mem_eq(bufmem->data, bufmem->length, "Hello World\n", 12)) in test_bio_get_mem()
83 if (!TEST_mem_eq(data, 5, "Hello", 5)) in test_bio_new_mem_buf()
91 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_new_mem_buf()
97 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_new_mem_buf()
118 if (!TEST_mem_eq(data, 5, "Hello", 5)) in test_bio_rdonly_mem_buf()
132 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_rdonly_mem_buf()
138 if (!TEST_mem_eq(data, 7, " World\n", 7)) in test_bio_rdonly_mem_buf()
163 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_rdwr_rdonly()
174 if (!TEST_mem_eq(data, 16, "Hello World\nHi!\n", 16)) in test_bio_rdwr_rdonly()
200 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_nonclear_rst()
207 if (!TEST_mem_eq(data, 12, "Hello World\n", 12)) in test_bio_nonclear_rst()