Home
last modified time | relevance | path

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

/linux-6.15/security/ipe/
H A Dhooks.h36 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents);
H A Dhooks.c156 int ipe_kernel_load_data(enum kernel_load_data_id id, bool contents) in ipe_kernel_load_data()
/linux-6.15/include/linux/
H A 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()
H A 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.15/security/loadpin/
H A Dloadpin.c201 static int loadpin_load_data(enum kernel_load_data_id id, bool contents) in loadpin_load_data()
/linux-6.15/security/integrity/ima/
H A Dima_main.c892 static int ima_load_data(enum kernel_load_data_id id, bool contents) in ima_load_data()
947 enum kernel_load_data_id load_id, in ima_post_load_data()
/linux-6.15/security/
H A 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.15/security/selinux/
H A Dhooks.c4168 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents) in selinux_kernel_load_data()