Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/common/
Dfsl_validate.c22 #define SHA256_BYTES (256/8) macro
40 static u8 hash_val[SHA256_BYTES];
522 for (i = 0; i < SHA256_BYTES; i++) in calc_img_key_hash()
652 for (i = 0; i < SHA256_BYTES; i++) in construct_img_encoded_hash_second()
862 ulong hash[SHA256_BYTES/sizeof(ulong)]; in fsl_secboot_validate()
938 ret = memcmp(&hash, &img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()
940 ret = memcmp(srk_hash, img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()