Home
last modified time | relevance | path

Searched refs:TEST_mem_ne (Results 1 – 10 of 10) 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.c473 if (!TEST_mem_ne(out1, out1_len, out2, out2_len) in test_cipher_reinit()
474 || !TEST_mem_ne(out1, out1_len, out3, out3_len) in test_cipher_reinit()
475 || !TEST_mem_ne(out2, out2_len, out3, out3_len)) in test_cipher_reinit()
H A Dml_kem_internal_test.c207 if (!TEST_mem_ne(shared_secret, sizeof(shared_secret), in sanity_test()
H A Drand_test.c241 || !TEST_mem_ne(buf, sizeof(buf), data, sizeof(data))) in test_rand_random_provider()
H A Dml_kem_evp_extra_test.c368 if (!TEST_mem_ne(agenkey, agenkeylen, bgenkey, bgenkeylen)) in test_non_derandomised_ml_kem()
H A Ddrbgtest.c863 || !TEST_mem_ne(buf1, sizeof(buf1), buf2, sizeof(buf2))) in test_rand_prediction_resistance()
H A Dtestutil.h520 #define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) macro
H A Dsslapitest.c1095 if (!TEST_mem_ne(crec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1105 if (!TEST_mem_ne(srec_wseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1115 if (!TEST_mem_ne(crec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query()
1125 if (!TEST_mem_ne(srec_rseq_before, SEQ_NUM_SIZE, in ping_pong_query()
6731 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat()
6739 if ((tst < 3 && !TEST_mem_ne(ckeymat2, sizeof(ckeymat2), ckeymat3, sizeof(ckeymat3))) in test_export_key_mat()
6818 || !TEST_mem_ne(ckeymat1, sizeof(ckeymat1), ckeymat2, in test_export_key_mat_early()
H A Devp_test.c333 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare()
H A Devp_extra_test.c5206 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()