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

/linux-master/drivers/base/firmware_loader/
H A Dfallback_platform.c20 rc = security_kernel_load_data(LOADING_FIRMWARE, true);
H A Dfallback.c195 ret = security_kernel_load_data(LOADING_FIRMWARE, true);
/linux-master/kernel/
H A Dkexec.c214 result = security_kernel_load_data(LOADING_KEXEC_IMAGE, false);
/linux-master/include/linux/
H A Dsecurity.h435 int security_kernel_load_data(enum kernel_load_data_id id, bool contents);
1164 static inline int security_kernel_load_data(enum kernel_load_data_id id, bool contents) function
/linux-master/security/
H A Dsecurity.c3213 * security_kernel_load_data() - Load data provided by userspace
3221 int security_kernel_load_data(enum kernel_load_data_id id, bool contents) function
3225 EXPORT_SYMBOL_GPL(security_kernel_load_data); variable
3235 * must be paired with a prior security_kernel_load_data() call that indicated
3236 * this hook would also be called, see security_kernel_load_data() for more
/linux-master/kernel/module/
H A Dmain.c1952 err = security_kernel_load_data(LOADING_MODULE, true);

Completed in 162 milliseconds