Home
last modified time | relevance | path

Searched refs:IMA_HASH (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/security/integrity/
H A Dintegrity.h30 #define IMA_HASH 0x00000100 macro
44 IMA_HASH | IMA_APPRAISE_SUBMASK)
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_appraise.c75 IMA_APPRAISE | IMA_HASH, NULL, NULL, NULL); in ima_must_appraise()
486 !(iint->flags & IMA_HASH)) in ima_update_xattr()
H A Dima_main.c287 if ((action & IMA_HASH) && in process_measurement()
294 action ^= IMA_HASH; in process_measurement()
H A Dima_api.c191 int flags = IMA_MEASURE | IMA_AUDIT | IMA_APPRAISE | IMA_HASH; in ima_get_action()
H A Dima_policy.c649 action &= ~IMA_HASH; in ima_match_policy()