Home
last modified time | relevance | path

Searched refs:kernel_load_data_id (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dima.h23 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 Dsecurity.h230 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 Dlsm_hook_defs.h189 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 Dloadpin.c190 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 Dima_main.c712 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 Dsecurity.c1687 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 Dhooks.c4103 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()