aboutsummaryrefslogtreecommitdiff
path: root/components/service/attestation/claims/sources/event_log/event_log_claim_source.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/service/attestation/claims/sources/event_log/event_log_claim_source.h')
-rw-r--r--components/service/attestation/claims/sources/event_log/event_log_claim_source.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/components/service/attestation/claims/sources/event_log/event_log_claim_source.h b/components/service/attestation/claims/sources/event_log/event_log_claim_source.h
index 8e8516672..4a79e27bb 100644
--- a/components/service/attestation/claims/sources/event_log/event_log_claim_source.h
+++ b/components/service/attestation/claims/sources/event_log/event_log_claim_source.h
@@ -17,8 +17,10 @@ extern "C" {
#endif
/**
- * A claim source for accessing a TCG event log, stored as
- * a contiguous array of bytes.
+ * A claim source for accessing a TCG event log, stored in a buffer.
+ * Use this claim source in deployments where the bootloader has peformed
+ * boot measurements and recorded them in an event log. Additional
+ * claims such as the boot seed may also be recorded in the event log.
*/
struct event_log_claim_source
{