Home
last modified time | relevance | path

Searched refs:bufferPtr (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/
H A Dverify_elf.cpp213 const char* bufferPtr = digBuffer->GetBufferPtr(); in GenerateFileDigest() local
214 algId = static_cast<int16_t>(be16toh(*reinterpret_cast<const int16_t*>(bufferPtr + algOffset))); in GenerateFileDigest()
341 const char* bufferPtr = blockBuffer->GetBufferPtr(); in GetBinSignBlock() local
344 length = static_cast<int16_t>(be16toh(*reinterpret_cast<const int16_t*>(bufferPtr + bfLengthIdx))); in GetBinSignBlock()
345 blockOffset = static_cast<int32_t>(be32toh(*reinterpret_cast<const int32_t*>(bufferPtr + bfBlockIdx))); in GetBinSignBlock()
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/src/
H A Dmerkle_tree_builder.cpp144 std::shared_ptr<ByteBuffer> bufferPtr(buffer); in RunHashTask()
145 int bufferSize = bufferPtr->GetCapacity(); in RunHashTask()
148 ByteBuffer* chunk = Slice(bufferPtr.get(), offset, offset + CHUNK_SIZE); in RunHashTask()

Completed in 3 milliseconds