Home
last modified time | relevance | path

Searched refs:ima_post_read_file (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dima.h29 extern int ima_post_read_file(struct file *file, void *buf, loff_t size,
104 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
/kernel/linux/linux-6.6/include/linux/
H A Dima.h32 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
/kernel/linux/linux-5.10/security/integrity/ima/
H A Dima_main.c637 * @contents: whether a subsequent call will be made to ima_post_read_file()
660 * There will be a call made to ima_post_read_file() with in ima_read_file()
683 * ima_post_read_file - in memory collect/appraise/audit measurement
695 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_main.c746 * @contents: whether a subsequent call will be made to ima_post_read_file()
769 * There will be a call made to ima_post_read_file() with in ima_read_file()
792 * ima_post_read_file - in memory collect/appraise/audit measurement
804 int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() function
/kernel/linux/linux-5.10/security/
H A Dsecurity.c1730 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()
/kernel/linux/linux-6.6/security/
H A Dsecurity.c3099 return ima_post_read_file(file, buf, size, id); in security_kernel_post_read_file()

Completed in 16 milliseconds