Lines Matching defs:header
39 const unsigned char *header,
147 * header: the 13-byte, TLS record header.
161 const unsigned char *header,
295 * bytes of `header' before the start of the data (TLS) or 71/75 bytes
301 * including * |header|, assuming that there's no padding.
318 * k is the starting byte offset into the conceptual header||data where
343 * for the masked HMAC key, or whole of |header| in the case of SSLv3.
348 * least two because the header is larger than a single block.
359 * bytes are included in |header| because they take more than a
392 * The SSLv3 header is larger than a single block. overhang is
393 * the number of bytes beyond a single block that the header
405 md_transform(md_state.c, header);
406 memcpy(first_block, header + md_block_size, overhang);
413 memcpy(first_block, header, 13);
437 b = header[k];