Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-integrity.c369 static void dm_integrity_io_error(struct dm_integrity_c *ic, const char *msg, int err) in dm_integrity_io_error() function
499 dm_integrity_io_error(ic, "digest is too long", -EINVAL); in sb_mac()
508 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
516 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
520 dm_integrity_io_error(ic, "superblock mac", -EILSEQ); in sb_mac()
786 dm_integrity_io_error(ic, "crypto_shash_init", r); in section_mac()
795 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
802 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
812 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
822 dm_integrity_io_error(ic, "crypto_shash_final", r); in section_mac()
[all …]