Searched refs:IsKernelModuleSigned (Results 1 – 3 of 3) sorted by relevance
22 bool IsKernelModuleSigned(const char* path);24 constexpr bool IsKernelModuleSigned(const std::string& path) { in IsKernelModuleSigned() function25 return IsKernelModuleSigned(path.c_str()); in IsKernelModuleSigned()
26 bool IsKernelModuleSigned(const char *path) { in IsKernelModuleSigned() function
458 if (IsKernelModuleSigned(module_location)) { in SplitRamdiskModules()