Home
last modified time | relevance | path

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

/Linux-v6.1/security/integrity/ima/
Dima_main.c526 struct integrity_iint_cache *iint = NULL, tmp_iint; in __ima_inode_hash() local
539 memset(&tmp_iint, 0, sizeof(tmp_iint)); in __ima_inode_hash()
540 tmp_iint.inode = inode; in __ima_inode_hash()
541 mutex_init(&tmp_iint.mutex); in __ima_inode_hash()
543 rc = ima_collect_measurement(&tmp_iint, file, NULL, 0, in __ima_inode_hash()
548 iint = &tmp_iint; in __ima_inode_hash()
573 if (iint == &tmp_iint) in __ima_inode_hash()
Dima_init.c47 struct integrity_iint_cache tmp_iint, *iint = &tmp_iint; in ima_add_boot_aggregate() local