Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dhash.h14 #define HASH_MAX_DIGEST_SIZE 64 macro
16 #define HASH_MAX_DIGEST_SIZE 32 macro
H A Dimage.h963 #define FIT_MAX_HASH_LEN HASH_MAX_DIGEST_SIZE
/openbmc/u-boot/common/
H A Dhash.c426 char str_output[HASH_MAX_DIGEST_SIZE * 2 + 1]; in store_result()
530 uint8_t vsum[HASH_MAX_DIGEST_SIZE];
539 if (algo->digest_size > HASH_MAX_DIGEST_SIZE) {
545 sizeof(uint32_t) * HASH_MAX_DIGEST_SIZE);
/openbmc/u-boot/drivers/crypto/fsl/
H A Dfsl_hash.h30 u8 hash[HASH_MAX_DIGEST_SIZE];