Symbol: KUNIT_ASSERT_MEMEQ
drivers/iommu/generic_pt/kunit_generic_pt.h
714
KUNIT_ASSERT_MEMEQ(test, &new_attrs, &attrs, sizeof(attrs));
lib/crypto/tests/blake2b_kunit.c
111
KUNIT_ASSERT_MEMEQ(test, hash, guarded_hash, out_len);
lib/crypto/tests/blake2b_kunit.c
60
KUNIT_ASSERT_MEMEQ(test, main_hash, blake2b_keyed_testvec_consolidated,
lib/crypto/tests/blake2b_kunit.c
87
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
lib/crypto/tests/blake2b_kunit.c
92
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
lib/crypto/tests/blake2s_kunit.c
111
KUNIT_ASSERT_MEMEQ(test, hash, guarded_hash, out_len);
lib/crypto/tests/blake2s_kunit.c
60
KUNIT_ASSERT_MEMEQ(test, main_hash, blake2s_keyed_testvec_consolidated,
lib/crypto/tests/blake2s_kunit.c
87
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
lib/crypto/tests/blake2s_kunit.c
92
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
lib/crypto/tests/hash-test-template.h
141
KUNIT_ASSERT_MEMEQ(test, hash, hash_testvec_consolidated, HASH_SIZE);
lib/crypto/tests/nh_kunit.c
19
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val16, NH_HASH_BYTES);
lib/crypto/tests/nh_kunit.c
22
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val96, NH_HASH_BYTES);
lib/crypto/tests/nh_kunit.c
25
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val256, NH_HASH_BYTES);
lib/crypto/tests/nh_kunit.c
28
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val1024, NH_HASH_BYTES);
lib/crypto/tests/poly1305_kunit.c
104
KUNIT_ASSERT_MEMEQ(test, mac, poly1305_allones_macofmacs,
lib/crypto/tests/poly1305_kunit.c
143
KUNIT_ASSERT_MEMEQ(test, actual_mac, expected_mac,
lib/crypto/tests/polyval_kunit.c
103
KUNIT_ASSERT_MEMEQ(test, key1, key2, sizeof(*key1));
lib/crypto/tests/polyval_kunit.c
110
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, sizeof(hash1));
lib/crypto/tests/polyval_kunit.c
59
KUNIT_ASSERT_MEMEQ(test, hash, expected_hash, sizeof(hash));
lib/crypto/tests/polyval_kunit.c
83
KUNIT_ASSERT_MEMEQ(test, hash, polyval_allones_hashofhashes,
lib/crypto/tests/sha256_kunit.c
123
KUNIT_ASSERT_MEMEQ(test, hash1_a, hash1_b, SHA256_DIGEST_SIZE);
lib/crypto/tests/sha256_kunit.c
124
KUNIT_ASSERT_MEMEQ(test, hash2_a, hash2_b, SHA256_DIGEST_SIZE);
lib/crypto/tests/sha256_kunit.c
148
KUNIT_ASSERT_MEMEQ(test, hash, expected_hash,