Searched refs:body_offset (Results 1 – 1 of 1) 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()