Lines Matching defs:verity
7 * Based on Chromium dm-verity driver (C) 2011 The Chromium OS Authors
16 #include "dm-verity.h"
17 #include "dm-verity-fec.h"
18 #include "dm-verity-verify-sig.h"
26 #define DM_MSG_PREFIX "verity"
135 * Wrapper for crypto_ahash_init, which handles verity salting.
268 kernel_restart("dm-verity device corrupted");
271 panic("dm-verity device corrupted");
670 * Skip verity work in response to I/O error when system is shutting down.
1194 DMERR("Unrecognized verity feature request: %s", arg_name);
1195 ti->error = "Unrecognized verity feature request";
1231 ti->error = "Cannot allocate verity structure";
1343 * dm-verity performance can vary greatly depending on which hash
1475 * reducing wait times when reading from a dm-verity device.
1515 * Check whether a DM target is a verity target.
1523 * Get the verity mode (error behavior) of a verity target.
1525 * Returns the verity mode of the target, or -EINVAL if 'ti' is not a verity
1539 * Get the root digest of a verity target.
1561 .name = "verity",
1573 module_dm(verity);