Home
last modified time | relevance | path

Searched refs:TEST_mem_ne (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dtest_test.c289 || !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()
H A Devp_libctx_test.c380 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()
H A Ddrbgtest.c873 || !TEST_mem_ne(buf1, sizeof(buf1), buf2, sizeof(buf2))) in test_rand_prediction_resistance()
H A Dtestutil.h505 # define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) macro
H A Dsslapitest.c1120 if (!TEST_mem_ne(crec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1130 if (!TEST_mem_ne(srec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1140 if (!TEST_mem_ne(crec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1150 if (!TEST_mem_ne(srec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query()
6340 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat()
6348 if ((tst < 3 && !TEST_mem_ne(ckeymat2, sizeof(ckeymat2), ckeymat3, in test_export_key_mat()
6425 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat_early()
H A Devp_test.c105 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare()
H A Devp_extra_test.c4102 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()