Searched refs:kernel_load_data_id (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/
H A Dsecurity.h240 /* Keep the kernel_load_data_id enum in sync with kernel_read_file_id */
244 enum kernel_load_data_id { enum
252 static inline const char *kernel_load_data_id_str(enum kernel_load_data_id id)
435 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
437 enum kernel_load_data_id id,
1164 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents)
1170 enum kernel_load_data_id id,
H A Dlsm_hook_defs.h218 LSM_HOOK(int, 0, kernel_load_data, enum kernel_load_data_id id, bool contents)
220 enum kernel_load_data_id id, char *description)
/linux-master/security/loadpin/
H A Dloadpin.c202 static int loadpin_load_data(enum kernel_load_data_id id, bool contents)
/linux-master/security/integrity/ima/
H A Dima_main.c838 static int ima_load_data(enum kernel_load_data_id id, bool contents)
893 enum kernel_load_data_id load_id,
/linux-master/security/
H A Dsecurity.c3221 int security_kernel_load_data(enum kernel_load_data_id id, bool contents)
3242 enum kernel_load_data_id id,
/linux-master/security/selinux/
H A Dhooks.c4130 static int selinux_kernel_load_data(enum kernel_load_data_id id, bool contents)

Completed in 175 milliseconds