Implemented matching of Optional PCR Composite field value when Hashing was done to reduce the size of it
Optional Composite Hash Algorithm field is always present, has value of all zeroes if was not used
This commit is contained in:
committed by
Andreas Steffen
parent
645f55eb20
commit
cb66320fee
@@ -289,8 +289,8 @@ struct pts_t {
|
||||
* @param quote_info Output variable to store TPM Quote Info
|
||||
* @return FALSE in case of any error, TRUE otherwise
|
||||
*/
|
||||
bool (*get_quote_info)(pts_t *this, chunk_t *pcr_composite,
|
||||
chunk_t *quote_info);
|
||||
bool (*get_quote_info)(pts_t *this, pts_meas_algorithms_t composite_algo,
|
||||
chunk_t *pcr_composite, chunk_t *quote_info);
|
||||
|
||||
/**
|
||||
* Constructs and returns PCR Quote Digest structure expected from IMC
|
||||
|
||||
Reference in New Issue
Block a user