32 SPECID_CALLBACK specid_cb;
33 LOG_EVENT_CALLBACK log_eventhdr_cb;
34 EVENT2_CALLBACK event2hdr_cb;
35 DIGEST2_CALLBACK digest2_cb;
36 EVENT2DATA_CALLBACK event2_cb;
41 uint32_t sm3_256_used;
42 uint8_t sha1_pcrs[TPM2_MAX_PCRS][TPM2_SHA1_DIGEST_SIZE];
43 uint8_t sha256_pcrs[TPM2_MAX_PCRS][TPM2_SHA256_DIGEST_SIZE];
44 uint8_t sha384_pcrs[TPM2_MAX_PCRS][TPM2_SHA384_DIGEST_SIZE];
45 uint8_t sha512_pcrs[TPM2_MAX_PCRS][TPM2_SHA512_DIGEST_SIZE];
46 uint8_t sm3_256_pcrs[TPM2_MAX_PCRS][TPM2_SM3_256_DIGEST_SIZE];
Definition ifapi_eventlog_system.h:30