KUNIT_ASSERT_MEMEQ
KUNIT_ASSERT_MEMEQ(test, &new_attrs, &attrs, sizeof(attrs));
KUNIT_ASSERT_MEMEQ(test, hash, guarded_hash, out_len);
KUNIT_ASSERT_MEMEQ(test, main_hash, blake2b_keyed_testvec_consolidated,
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2B_HASH_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash, guarded_hash, out_len);
KUNIT_ASSERT_MEMEQ(test, main_hash, blake2s_keyed_testvec_consolidated,
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, BLAKE2S_HASH_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash, hash_testvec_consolidated, HASH_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val16, NH_HASH_BYTES);
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val96, NH_HASH_BYTES);
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val256, NH_HASH_BYTES);
KUNIT_ASSERT_MEMEQ(test, hash, nh_test_val1024, NH_HASH_BYTES);
KUNIT_ASSERT_MEMEQ(test, mac, poly1305_allones_macofmacs,
KUNIT_ASSERT_MEMEQ(test, actual_mac, expected_mac,
KUNIT_ASSERT_MEMEQ(test, key1, key2, sizeof(*key1));
KUNIT_ASSERT_MEMEQ(test, hash1, hash2, sizeof(hash1));
KUNIT_ASSERT_MEMEQ(test, hash, expected_hash, sizeof(hash));
KUNIT_ASSERT_MEMEQ(test, hash, polyval_allones_hashofhashes,
KUNIT_ASSERT_MEMEQ(test, hash1_a, hash1_b, SHA256_DIGEST_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash2_a, hash2_b, SHA256_DIGEST_SIZE);
KUNIT_ASSERT_MEMEQ(test, hash, expected_hash,