Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-v2.h25 #define TPM2_SHA384_DIGEST_SIZE 48 macro
176 u8 sha384[TPM2_SHA384_DIGEST_SIZE];
399 return TPM2_SHA384_DIGEST_SIZE; in tpm2_algorithm_to_len()
/openbmc/u-boot/lib/
H A Dtpm-v2.c110 len = TPM2_SHA384_DIGEST_SIZE; in tcg2_create_digest()