Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/md/
Ddm-integrity.c370 static void dm_integrity_io_error(struct dm_integrity_c *ic, const char *msg, int err) in dm_integrity_io_error() function
500 dm_integrity_io_error(ic, "digest is too long", -EINVAL); in sb_mac()
509 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
517 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
521 dm_integrity_io_error(ic, "superblock mac", -EILSEQ); in sb_mac()
787 dm_integrity_io_error(ic, "crypto_shash_init", r); in section_mac()
796 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
803 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
813 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
823 dm_integrity_io_error(ic, "crypto_shash_final", r); in section_mac()
[all …]