Lines Matching defs:modsig
211 enum hash_algo algo, struct modsig *modsig)
227 * Always collect the modsig, because IMA might have already collected
228 * the file digest without collecting the modsig in a previous
231 if (modsig)
232 ima_collect_modsig(modsig, buf, size);
304 int xattr_len, const struct modsig *modsig, int pcr,
317 .modsig = modsig };
326 if (iint->measured_pcrs & (0x1 << pcr) && !modsig)