Home
last modified time | relevance | path

Searched refs:PUBLIC_KEY_NAME (Results 1 – 2 of 2) sorted by relevance

/base/update/sys_installer/services/module_update/util/include/
Dmodule_constants.h30 static constexpr const char *PUBLIC_KEY_NAME = "pub_key.pem"; variable
/base/update/sys_installer/services/module_update/util/src/
Dmodule_file.cpp207 if (!ExtractZipFile(helper, PUBLIC_KEY_NAME, modulePubkey)) { in Open()