Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c376 static void dm_integrity_io_error(struct dm_integrity_c *ic, const char *msg, int err) in dm_integrity_io_error() function
501 dm_integrity_io_error(ic, "digest is too long", -EINVAL); in sb_mac()
509 dm_integrity_io_error(ic, "crypto_shash_init", r); in sb_mac()
515 dm_integrity_io_error(ic, "crypto_shash_update", r); in sb_mac()
522 dm_integrity_io_error(ic, "crypto_shash_final", r); in sb_mac()
530 dm_integrity_io_error(ic, "crypto_shash_final", r); in sb_mac()
534 dm_integrity_io_error(ic, "superblock mac", -EILSEQ); in sb_mac()
800 dm_integrity_io_error(ic, "crypto_shash_init", r); in section_mac()
809 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
816 dm_integrity_io_error(ic, "crypto_shash_update", r); in section_mac()
[all …]