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.c383 static void dm_integrity_io_error(struct dm_integrity_c *ic, const char *msg, int err) in dm_integrity_io_error() function
515 dm_integrity_io_error(ic, "digest is too long", -EINVAL); in sb_mac()
524 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
532 dm_integrity_io_error(ic, "crypto_shash_digest", r); in sb_mac()
536 dm_integrity_io_error(ic, "superblock mac", -EILSEQ); in sb_mac()
802 dm_integrity_io_error(ic, "crypto_shash_init", r); in section_mac()
811 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
818 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
828 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
838 dm_integrity_io_error(ic, "crypto_shash_final", r); in section_mac()
[all …]