Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/include/linux/
Dsecurity.h282 enum kernel_load_data_id { enum
290 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id) in kernel_load_data_id_str()
501 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
503 enum kernel_load_data_id id,
1258 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
1264 enum kernel_load_data_id id, in security_kernel_post_load_data()
Dlsm_hook_defs.h226 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents)
228 enum kernel_load_data_id id, char *description)
/linux-6.14.4/security/loadpin/
Dloadpin.c201 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data()
/linux-6.14.4/security/integrity/ima/
Dima_main.c890 static int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data()
945 enum kernel_load_data_id load_id, in ima_post_load_data()
/linux-6.14.4/security/
Dsecurity.c3385 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) in security_kernel_load_data()
3406 enum kernel_load_data_id id, in security_kernel_post_load_data()
/linux-6.14.4/security/selinux/
Dhooks.c4146 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()