Searched refs:kernel_load_data_id (Results 1 – 3 of 3) sorted by relevance
/include/linux/ |
D | ima.h | 27 extern int ima_load_data(enum kernel_load_data_id id, bool contents); 29 enum kernel_load_data_id id, char *description); 107 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() 113 enum kernel_load_data_id id, in ima_post_load_data()
|
D | security.h | 236 enum kernel_load_data_id { enum 244 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id) in kernel_load_data_id_str() 410 int security_kernel_load_data(enum kernel_load_data_id id, bool contents); 412 enum kernel_load_data_id id, 1078 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data() 1084 enum kernel_load_data_id id, in security_kernel_post_load_data()
|
D | lsm_hook_defs.h | 197 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents) 199 enum kernel_load_data_id id, char *description)
|