OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_keyCount
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/elftosb/dist/keygen/
keygen.cpp
69
int
m_keyCount
; //!< Number of keys to generate.
83
m_keyCount
(1)
147
m_keyCount
= strtol(optarg, NULL, 0);
252
* Each key file will have #
m_keyCount
number of keys written into it,
261
for (i = 0; i <
m_keyCount
; ++i)
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
87
inline bool isEncrypted() const { return m_header.
m_keyCount
> 0; }
EncoreBootImageReader.cpp
33
m_header.
m_keyCount
= ENDIAN_LITTLE_TO_HOST_U16(m_header.
m_keyCount
);
193
unsigned entries = m_header.
m_keyCount
;
sbtool.cpp
515
uint16_t
m_keyCount
; //!< Number of entries in DEK dictionary.
540
Log::log("Key count: %u\n", header.
m_keyCount
);
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.h
151
uint16_t
m_keyCount
; //!< Number of entries in DEK dictionary.
EncoreBootImage.cpp
349
header.
m_keyCount
= ENDIAN_HOST_TO_LITTLE_U16((uint16_t)m_keys.size());
368
header.m_firstBootTagBlock = ENDIAN_HOST_TO_LITTLE_U32(header.m_keyDictionaryBlock + header.
m_keyCount
* 2);
Completed in 19 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026