Searched refs:kernel_load_data_id (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ima.h | 23 extern int ima_load_data(enum kernel_load_data_id id, bool contents); 25 enum kernel_load_data_id id, char *description); 84 static inline int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() 90 enum kernel_load_data_id id, in ima_post_load_data()
|
| H A D | security.h | 230 enum kernel_load_data_id { enum 238 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id) in kernel_load_data_id_str() 394 int security_kernel_load_data(enum kernel_load_data_id id, bool contents); 396 enum kernel_load_data_id id, 1037 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data() 1043 enum kernel_load_data_id id, in security_kernel_post_load_data()
|
| H A D | lsm_hook_defs.h | 189 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents) 191 enum kernel_load_data_id id, char *description)
|
| /OK3568_Linux_fs/kernel/security/loadpin/ |
| H A D | loadpin.c | 190 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data()
|
| /OK3568_Linux_fs/kernel/security/integrity/ima/ |
| H A D | ima_main.c | 712 int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data() 766 enum kernel_load_data_id load_id, in ima_post_load_data()
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | security.c | 1687 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data() 1699 enum kernel_load_data_id id, in security_kernel_post_load_data()
|
| /OK3568_Linux_fs/kernel/security/selinux/ |
| H A D | hooks.c | 4103 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()
|