Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-v2.h24 #define TPM2_SHA256_DIGEST_SIZE 32 macro
174 u8 sha256[TPM2_SHA256_DIGEST_SIZE];
397 return TPM2_SHA256_DIGEST_SIZE; in tpm2_algorithm_to_len()
/openbmc/u-boot/lib/
H A Dtpm-v2.c104 len = TPM2_SHA256_DIGEST_SIZE; in tcg2_create_digest()