Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimx8image.h19 #define HASH_MAX_LEN 64 macro
116 uint8_t hash[HASH_MAX_LEN];
/openbmc/u-boot/tools/
H A Dimx8image.c474 char hash[2 * HASH_MAX_LEN + 1]; in set_image_hash()
501 memset(img->hash, 0, HASH_MAX_LEN); in set_image_hash()