Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-v2.h26 #define TPM2_SHA512_DIGEST_SIZE 64 macro
177 u8 sha512[TPM2_SHA512_DIGEST_SIZE];
401 return TPM2_SHA512_DIGEST_SIZE; in tpm2_algorithm_to_len()
/openbmc/u-boot/lib/
H A Dtpm-v2.c116 len = TPM2_SHA512_DIGEST_SIZE; in tcg2_create_digest()