]> Pileus Git - ~andy/linux/commit
ima: remove unneeded size_limit argument from ima_eventdigest_init_common()
authorRoberto Sassu <roberto.sassu@polito.it>
Fri, 8 Nov 2013 18:21:37 +0000 (19:21 +0100)
committerMimi Zohar <zohar@linux.vnet.ibm.com>
Fri, 3 Jan 2014 12:43:00 +0000 (07:43 -0500)
commitdcf4e392867bf98d50ad108ed7c2bfb941e8c33d
tree25f5668c6acf31bcb593937acac3673b350a942e
parentef8894b0ca3f123bd68dd748b162369ccbeca4a7
ima: remove unneeded size_limit argument from ima_eventdigest_init_common()

This patch removes the 'size_limit' argument from
ima_eventdigest_init_common(). Since the 'd' field will never include
the hash algorithm as prefix and the 'd-ng' will always have it, we can
use the hash algorithm to differentiate the two cases in the modified
function (it is equal to HASH_ALGO__LAST in the first case, the opposite
in the second).

Signed-off-by: Roberto Sassu <roberto.sassu@polito.it>
Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>
security/integrity/ima/ima_template_lib.c