Lines Matching defs:size
721 unsigned j, size;
740 size = crypto_shash_digestsize(ic->journal_mac);
742 if (likely(size <= JOURNAL_MAC_SIZE)) {
748 memset(result + size, 0, JOURNAL_MAC_SIZE - size);
752 if (WARN_ON(size > sizeof(digest))) {
1812 DMERR("Invalid integrity data size %u, expected %u",
2099 * To simplify the code, we restrict I/O size to just one block.
3601 DEBUG_print("cipher %s, block size %u iv size %u\n",
3792 * tag size
3869 ti->error = "Invalid tag size";
4003 ti->error = "Unknown tag size";
4010 ti->error = "Too big tag size";
4132 ti->error = "Tag size doesn't match the information in superblock";
4137 ti->error = "Block size doesn't match the information in superblock";
4211 ti->error = "Not enough provided sectors for requested mapping size";