Searched refs:body_offset (Results 1 – 2 of 2) sorted by relevance
151 uint64_t body_offset; in LoadKernel() local336 body_offset = key_block->key_block_size + in LoadKernel()346 if (body_offset > KBUF_SIZE) { in LoadKernel()349 (int)body_offset)); in LoadKernel()380 if (body_offset < KBUF_SIZE) { in LoadKernel()381 uint32_t body_copied = KBUF_SIZE - body_offset; in LoadKernel()387 Memcpy(body_readptr, kbuf + body_offset, body_copied); in LoadKernel()
332 uint32_t body_offset = static_cast<uint32_t>(*body - buffer); in Serialize() local334 EmitUint32(header, body_offset); in Serialize()