Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dloaderimage.c40 #define LOADER_HASH_SIZE 32 macro
83 uint8_t hash[LOADER_HASH_SIZE]; /* sha */
306 hdr.hash_len = (SHA_DIGEST_SIZE > LOADER_HASH_SIZE) ? LOADER_HASH_SIZE in main()
320 uint8_t hash[LOADER_HASH_SIZE]; in main()
322 memset(hash, 0, LOADER_HASH_SIZE); in main()
/OK3568_Linux_fs/u-boot/include/
H A Dspl_rkfw.h30 #define LOADER_HASH_SIZE 32 macro
97 unsigned char hash[LOADER_HASH_SIZE]; /* sha */