OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numberOfCipherBlocks
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/elftosb/dist/common/
EncoreBootImage.cpp
117
fileBlocksWritten +=
numberOfCipherBlocks
(sizeof(imageHeader));
144
fileBlocksWritten +=
numberOfCipherBlocks
(sizeof(sectionHeader));
350
header.m_headerBlocks = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)
numberOfCipherBlocks
(sizeof(header)));
352
header.m_sectionHeaderSize = ENDIAN_HOST_TO_LITTLE_U16((uint16_t)
numberOfCipherBlocks
(sizeof(section_header_t)));
431
uint32_t offset =
numberOfCipherBlocks
(sizeof(boot_image_header_t)); // header
432
offset +=
numberOfCipherBlocks
(sizeof(section_header_t)) * sectionCount(); // section table
489
const uint32_t headerBlocks =
numberOfCipherBlocks
(sizeof(boot_image_header_t));
490
const uint32_t sectionHeaderSize =
numberOfCipherBlocks
(sizeof(section_header_t));
813
unsigned dataBlockCount =
numberOfCipherBlocks
(m_length);
900
return
numberOfCipherBlocks
(m_length)
[
all
...]
EncoreBootImage.h
39
inline size_t
numberOfCipherBlocks
(size_t s) { return (s + sizeof(cipher_block_t) - 1) / sizeof(cipher_block_t); }
43
inline size_t sizeInCipherBlocks(size_t s) { return (unsigned)sizeOfCipherBlocks(
numberOfCipherBlocks
(s)); }
Completed in 40 milliseconds
Indexes created Fri Aug 14 00:25:39 UTC 2026