Home
last modified time | relevance | path

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

/linux-6.12.1/security/ipe/
Dhooks.h36 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents);
Dhooks.c156 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents) in ipe_kernel_load_data()
/linux-6.12.1/include/linux/
Dsecurity.h256 enum kernel_load_data_id { enum
264 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id) in kernel_load_data_id_str()
450 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
452 enum kernel_load_data_id id,
1191 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
1197 enum kernel_load_data_id id, in security_kernel_post_load_data()
Dlsm_hook_defs.h223 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents)
225 enum kernel_load_data_id id, char *description)
/linux-6.12.1/security/loadpin/
Dloadpin.c201 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data()
/linux-6.12.1/security/integrity/ima/
Dima_main.c851 static int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data()
906 enum kernel_load_data_id load_id, in ima_post_load_data()
/linux-6.12.1/security/
Dsecurity.c3369 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
3390 enum kernel_load_data_id id, in security_kernel_post_load_data()
/linux-6.12.1/security/selinux/
Dhooks.c4139 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()