Searched refs:m_keyFilePaths (Results 1 – 3 of 3) sorted by relevance
98 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in encryptgpk117 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()
78 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in sbtool97 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()
108 string_vector_t m_keyFilePaths; //!< Paths to OTP key files. member in elftosbTool132 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()