Searched refs:TPM2_SHA256_DIGEST_SIZE (Results 1 - 3 of 3) sorted by relevance

/u-boot/lib/efi_selftest/
H A Defi_selftest_tcg2.c174 static u8 (*pcrs)[TPM2_SHA256_DIGEST_SIZE];
175 static u8 expected_pcrs[EFI_TCG2_MAX_PCR_INDEX + 1][TPM2_SHA256_DIGEST_SIZE] = {
304 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
317 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
330 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
343 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
356 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
369 static u8 expected_pcrs_per_arch[][TPM2_SHA256_DIGEST_SIZE] = {
655 TPM2_SHA256_DIGEST_SIZE,
662 boottime->set_mem(pcrs, (EFI_TCG2_MAX_PCR_INDEX + 1) * TPM2_SHA256_DIGEST_SIZE,
[all...]
/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;
/u-boot/lib/
H A Dtpm-v2.c103 len = TPM2_SHA256_DIGEST_SIZE;

Completed in 53 milliseconds