Searched refs:ima_post_load_data (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | ima.h | 28 extern int ima_post_load_data(char *buf, loff_t size, 97 static inline int ima_post_load_data(char *buf, loff_t size, in ima_post_load_data() function
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_main.c | 833 * call to ima_post_load_data(). 883 * ima_post_load_data - appraise decision based on policy 895 int ima_post_load_data(char *buf, loff_t size, in ima_post_load_data() 892 int ima_post_load_data(char *buf, loff_t size, ima_post_load_data() function
|
/openbmc/linux/security/ |
H A D | security.c | 3147 return ima_post_load_data(buf, size, id, description); in security_kernel_post_load_data()
|