Searched refs:TEST_mem_ne (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A 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()
|
| H A D | evp_libctx_test.c | 473 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 D | ml_kem_internal_test.c | 207 if (!TEST_mem_ne(shared_secret, sizeof(shared_secret), in sanity_test()
|
| H A D | rand_test.c | 241 || !TEST_mem_ne(buf, sizeof(buf), data, sizeof(data))) in test_rand_random_provider()
|
| H A D | ml_kem_evp_extra_test.c | 368 if (!TEST_mem_ne(agenkey, agenkeylen, bgenkey, bgenkeylen)) in test_non_derandomised_ml_kem()
|
| H A D | drbgtest.c | 863 || !TEST_mem_ne(buf1, sizeof(buf1), buf2, sizeof(buf2))) in test_rand_prediction_resistance()
|
| H A D | testutil.h | 520 #define TEST_mem_ne(a, m, b, n) test_mem_ne(__FILE__, __LINE__, #a, #b, a, m, b, n) macro
|
| H A D | sslapitest.c | 1095 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 D | evp_test.c | 333 r = !TEST_mem_ne(expected, expected_len, got, got_len); in memory_err_compare()
|
| H A D | evp_extra_test.c | 5206 if (!TEST_mem_ne(iCFBIV, sizeof(iCFBIV), updated_iv, iv_len)) { in test_evp_updated_iv()
|