Home
last modified time | relevance | path

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

/linux/security/ipe/
H A Dhooks.h39 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents);
H A Dhooks.c184 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents) in ipe_kernel_load_data()
/linux/include/linux/
H A Dsecurity.h280 enum kernel_load_data_id { enum
288 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id) in kernel_load_data_id_str()
509 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
511 enum kernel_load_data_id id,
1294 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
1300 enum kernel_load_data_id id, in security_kernel_post_load_data()
H A Dlsm_hook_defs.h233 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents)
235 enum kernel_load_data_id id, char *description)
/linux/security/loadpin/
H A Dloadpin.c197 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data()
/linux/security/integrity/ima/
H A Dima_main.c947 static int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data()
1002 enum kernel_load_data_id load_id, in ima_post_load_data()
/linux/security/
H A Dsecurity.c3010 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
3031 enum kernel_load_data_id id, in security_kernel_post_load_data()
/linux/security/selinux/
H A Dhooks.c4449 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()