Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/encryptgpk/
H A Dencryptgpk.cpp98 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in encryptgpk
117 m_keyFilePaths(), in encryptgpk()
176 m_keyFilePaths.push_back(optarg); in processOptions()
265 if (m_keyFilePaths.size() == 0 && m_useDefaultKey == false) in run()
348 if (m_keyFilePaths.size() > 0) in readKeyFile()
351 std::string & keyPath = m_keyFilePaths[0]; in readKeyFile()
/netbsd-src/external/bsd/elftosb/dist/sbtool/
H A Dsbtool.cpp78 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in sbtool
97 m_keyFilePaths(), in sbtool()
156 m_keyFilePaths.push_back(optarg); in processOptions()
340 if (m_keyFilePaths.size() > 0 || m_useDefaultKey) in readBootImage()
342 if (m_keyFilePaths.size() > 0) in readBootImage()
344 std::string & keyPath = m_keyFilePaths[0]; in readBootImage()
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A Delftosb.cpp108 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in elftosbTool
132 m_keyFilePaths(), in elftosbTool()
256 m_keyFilePaths.push_back(optarg); in processOptions()
601 string_vector_t::iterator it = m_keyFilePaths.begin(); in addCryptoKeys()
602 for (; it != m_keyFilePaths.end(); ++it) in addCryptoKeys()