Home
last modified time | relevance | path

Searched refs:KBUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/vboot_reference/firmware/lib/
Dvboot_kernel.c23 #define KBUF_SIZE 65536 /* Bytes to read at start of kernel partition */ macro
99 kbuf_sectors = KBUF_SIZE / blba; in LoadKernel()
137 kbuf = (uint8_t*)VbExMalloc(KBUF_SIZE); in LoadKernel()
185 if (0 != VbExStreamRead(stream, KBUF_SIZE, kbuf)) { in LoadKernel()
193 if (0 != KeyBlockVerify(key_block, KBUF_SIZE, in LoadKernel()
218 if (0 != KeyBlockVerify(key_block, KBUF_SIZE, in LoadKernel()
284 KBUF_SIZE - key_block->key_block_size, in LoadKernel()
346 if (body_offset > KBUF_SIZE) { in LoadKernel()
380 if (body_offset < KBUF_SIZE) { in LoadKernel()
381 uint32_t body_copied = KBUF_SIZE - body_offset; in LoadKernel()