OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isEncrypted
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
87
inline bool
isEncrypted
() const { return m_header.m_keyCount > 0; }
EncoreBootImageReader.cpp
89
if (
isEncrypted
())
169
if (!
isEncrypted
())
257
if (
isEncrypted
())
331
if (
isEncrypted
() && (header.m_flags & EncoreBootImage::ROM_SECTION_CLEARTEXT) == 0)
sbtool.cpp
337
if (m_reader->
isEncrypted
())
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
91
if (
isEncrypted
())
120
if (
isEncrypted
())
147
if (
isEncrypted
())
161
if (
isEncrypted
())
170
if (
isEncrypted
())
225
if (
isEncrypted
())
260
if (
isEncrypted
())
287
if (
isEncrypted
() && !section->getLeaveUnencrypted())
317
if (
isEncrypted
())
EncoreBootImage.h
915
inline bool
isEncrypted
() const { return m_keys.size() != 0; }
Completed in 44 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026