Home
last modified time | relevance | path

Searched defs:SHA512_SUM_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/u-boot/
H A Dsha512.h6 #define SHA512_SUM_LEN 64 macro
/openbmc/u-boot/lib/
H A Dsha512.c341 void sha512_finish(sha512_context * ctx, uint8_t digest[SHA512_SUM_LEN]) in sha512_finish()