Home
last modified time | relevance | path

Searched refs:module_sig_check (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/module/
H A Dinternal.h332 int module_sig_check(struct load_info *info, int flags);
334 static inline int module_sig_check(struct load_info *info, int flags) in module_sig_check() function
H A Dsigning.c70 int module_sig_check(struct load_info *info, int flags) in module_sig_check() function
H A Dmain.c2874 err = module_sig_check(info, flags); in load_module()