commit | 96d450bbeccda6f32c70bbb9ee54057f68733cad | [log] [tgz] |
---|---|---|
author | Eric Richter <erichte@linux.vnet.ibm.com> | Wed Jun 01 13:14:00 2016 -0500 |
committer | Mimi Zohar <zohar@linux.vnet.ibm.com> | Thu Jun 30 01:14:19 2016 -0400 |
tree | d42a489679baa7e4043430cdc610f67d9c5d0369 | |
parent | f786b752098216fedb73ba2905c8cce12358534a [diff] |
integrity: add measured_pcrs field to integrity cache To keep track of which measurements have been extended to which PCRs, this patch defines a new integrity_iint_cache field named measured_pcrs. This field is a bitmask of the PCRs measured. Each bit corresponds to a PCR index. For example, bit 10 corresponds to PCR 10. Signed-off-by: Eric Richter <erichte@linux.vnet.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.vnet.ibm.com>