Searched refs:TEST_mem_ne (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/test/ |
D | test_test.c | 289 || !TEST(0, TEST_mem_ne(NULL, 0, NULL, 0)) in test_memory() 292 || !TEST(0, TEST_mem_ne("", 0, "", 0)) in test_memory() 499 && TEST_mem_ne(p++, sizeof("456"), "456", sizeof("456")) in test_single_eval()
|
D | evp_libctx_test.c | 380 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit() 381 || !TEST_mem_ne(out1, out1_len, out3, out3_len) in test_cipher_reinit() 382 || !TEST_mem_ne(out2, out2_len, out3, out3_len)) in test_cipher_reinit()
|
D | drbgtest.c | 873 || !TEST_mem_ne(buf1, sizeof(buf1), buf2, sizeof(buf2))) in test_rand_prediction_resistance()
|
D | testutil.h | 505 # define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) macro
|
D | sslapitest.c | 1108 if (!TEST_mem_ne(crec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query() 1118 if (!TEST_mem_ne(srec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query() 1128 if (!TEST_mem_ne(crec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query() 1138 if (!TEST_mem_ne(srec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query() 6324 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat() 6332 if ((tst < 3 && !TEST_mem_ne(ckeymat2, sizeof(ckeymat2), ckeymat3, in test_export_key_mat() 6409 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat_early()
|
D | evp_test.c | 105 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare()
|
D | evp_extra_test.c | 3910 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()
|