Searched refs:modulePubkey (Results 1 – 2 of 2) sorted by relevance
58 const std::string &modulePubkey, in ModuleFile() argument64 modulePubkey_(modulePubkey), in ModuleFile()
205 string modulePubkey = ""; in Open() local207 if (!ExtractZipFile(helper, PUBLIC_KEY_NAME, modulePubkey)) { in Open()211 if (modulePubkey.empty()) { in Open()217 return std::make_unique<ModuleFile>(path, saName, saId, versionInfo, modulePubkey, imageStat); in Open()