Searched refs:representative (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/freescale/common/
H A Dfsl_validate.c622 * representative points to first byte of EM initially and is
624 * representative is incremented by 1 and second byte is filled
633 u8 *representative; local
639 representative = img->img_encoded_hash_second;
640 representative[0] = 0;
641 representative[1] = 1; /* block type 1 */
643 padding = &representative[2];
644 digest = &representative[1] + len - 32;

Completed in 91 milliseconds