Home | History | Annotate | Download | only in opencrypto

Lines Matching defs:isize

223 /* Followed by uint32_t CRC32 and uint32_t ISIZE */
237 u_int32_t isize = 0, icrc = 0;
281 memcpy(&isize, &data[size-sizeof(uint32_t)], sizeof(uint32_t));
282 LE32TOH(isize);
286 DPRINTF("isize = %u (%02x %02x %02x %02x)\n",
287 isize,
293 buf[0].size = isize;
356 /* need room for header, CRC, and ISIZE */
396 /* fill in CRC and ISIZE */
409 if (crc != icrc || result != isize) {