Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_rkfw.c91 u32 hash_format[] = { 0, 160, 256, 256 }; in check_image() local
94 return (hash_format[hdr->flags & 0x3] == 0) ? -EINVAL : 0; in check_image()