Home
last modified time | relevance | path

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

/u-boot/board/freescale/common/
A Dfsl_validate.c24 #define SHA256_BYTES (256/8) macro
42 static u8 hash_val[SHA256_BYTES];
524 for (i = 0; i < SHA256_BYTES; i++) in calc_img_key_hash()
654 for (i = 0; i < SHA256_BYTES; i++) in construct_img_encoded_hash_second()
864 ulong hash[SHA256_BYTES/sizeof(ulong)]; in fsl_secboot_validate()
940 ret = memcmp(&hash, &img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()
942 ret = memcmp(srk_hash, img->img_key_hash, SHA256_BYTES); in fsl_secboot_validate()

Completed in 4 milliseconds