Home
last modified time | relevance | path

Searched refs:isEncrypted (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/sbtool/
DEncoreBootImageReader.cpp89 if (isEncrypted()) in readImageDigest()
169 if (!isEncrypted()) in readKeyDictionary()
257 if (isEncrypted()) in readBootTags()
331 … if (isEncrypted() && (header.m_flags & EncoreBootImage::ROM_SECTION_CLEARTEXT) == 0) in readSection()
DEncoreBootImageReader.h87 inline bool isEncrypted() const { return m_header.m_keyCount > 0; } in isEncrypted() function
Dsbtool.cpp337 if (m_reader->isEncrypted()) in readBootImage()
/netbsd/src/external/bsd/elftosb/dist/common/
DEncoreBootImage.cpp91 if (isEncrypted()) in writeToStream()
120 if (isEncrypted()) in writeToStream()
147 if (isEncrypted()) in writeToStream()
161 if (isEncrypted()) in writeToStream()
170 if (isEncrypted()) in writeToStream()
225 if (isEncrypted()) in writeToStream()
260 if (isEncrypted()) in writeToStream()
287 if (isEncrypted() && !section->getLeaveUnencrypted()) in writeToStream()
317 if (isEncrypted()) in writeToStream()
DEncoreBootImage.h915 inline bool isEncrypted() const { return m_keys.size() != 0; } in isEncrypted() function