Home
last modified time | relevance | path

Searched refs:tmp_iint (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/security/integrity/ima/
H A Dima_init.c47 struct integrity_iint_cache tmp_iint, *iint = &tmp_iint; in ima_add_boot_aggregate() local
H A Dima_main.c566 struct integrity_iint_cache *iint = NULL, tmp_iint; in __ima_inode_hash() local
579 memset(&tmp_iint, 0, sizeof(tmp_iint)); in __ima_inode_hash()
580 tmp_iint.inode = inode; in __ima_inode_hash()
581 mutex_init(&tmp_iint.mutex); in __ima_inode_hash()
583 rc = ima_collect_measurement(&tmp_iint, file, NULL, 0, in __ima_inode_hash()
588 kfree(tmp_iint.ima_hash); in __ima_inode_hash()
593 iint = &tmp_iint; in __ima_inode_hash()
618 if (iint == &tmp_iint) in __ima_inode_hash()