Home
last modified time | relevance | path

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

/security/integrity/ima/
A Dima_init.c47 struct ima_iint_cache tmp_iint, *iint = &tmp_iint; in ima_add_boot_aggregate() local
A Dima_main.c641 struct ima_iint_cache *iint = NULL, tmp_iint; in __ima_inode_hash() local
654 memset(&tmp_iint, 0, sizeof(tmp_iint)); in __ima_inode_hash()
655 mutex_init(&tmp_iint.mutex); in __ima_inode_hash()
657 rc = ima_collect_measurement(&tmp_iint, file, NULL, 0, in __ima_inode_hash()
662 kfree(tmp_iint.ima_hash); in __ima_inode_hash()
667 iint = &tmp_iint; in __ima_inode_hash()
692 if (iint == &tmp_iint) in __ima_inode_hash()

Completed in 7 milliseconds