Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/freescale/common/
H A Dfsl_validate.c23 #define SHA256_BYTES (256/8) macro
41 static u8 hash_val[SHA256_BYTES];
523 for (i = 0; i < SHA256_BYTES; i++) in calc_img_key_hash()
653 for (i = 0; i < SHA256_BYTES; i++) in construct_img_encoded_hash_second()
863 ulong hash[SHA256_BYTES/sizeof(ulong)]; in fsl_secboot_validate()
939 ret = memcmp(&hash, &img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()
941 ret = memcmp(srk_hash, img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()