kernel/security/integrity/ima/ima_modsig.c
.. .. @@ -89,6 +89,9 @@ 89 89 90 90 /** 91 91 * ima_collect_modsig - Calculate the file hash without the appended signature. 92 + * @modsig: parsed module signature93 + * @buf: data to verify the signature on94 + * @size: data size92 95 * 93 96 * Since the modsig is part of the file contents, the hash used in its signature 94 97 * isn't the same one ordinarily calculated by IMA. Therefore PKCS7 code