Searched refs:ima_post_read_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | ima.h | 32 extern int ima_post_read_file(struct file *file, void *buf, loff_t size, 110 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_main.c | 749 * @contents: whether a subsequent call will be made to ima_post_read_file() 772 * There will be a call made to ima_post_read_file() with in ima_read_file() 795 * ima_post_read_file - in memory collect/appraise/audit measurement 807 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() 804 int ima_post_read_file(struct file *file, void *buf, loff_t size, ima_post_read_file() function
|
/openbmc/linux/security/ |
H A D | security.c | 3099 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()
|