Home
last modified time | relevance | path

Searched refs:test_tag (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/
H A D.gitignore8 test_tag
H A DMakefile71 TEST_GEN_PROGS = test_verifier test_tag test_maps test_lru_map test_progs \
328 $(OUTPUT)/test_tag: $(TESTING_HELPERS)
/linux-6.15/drivers/md/
H A Ddm-integrity.c2909 char test_tag[MAX_T(size_t, HASH_MAX_DIGESTSIZE, MAX_TAG_SIZE)]; in do_journal_write() local
2912 (char *)access_journal_data(ic, i, l), test_tag); in do_journal_write()
2913 if (unlikely(crypto_memneq(test_tag, journal_entry_tag(ic, je2), ic->tag_size))) { in do_journal_write()