diff options
Diffstat (limited to 'src/libpts/pts/pts.h')
-rw-r--r-- | src/libpts/pts/pts.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libpts/pts/pts.h b/src/libpts/pts/pts.h index 5b8d8986f..41f81e40f 100644 --- a/src/libpts/pts/pts.h +++ b/src/libpts/pts/pts.h @@ -389,6 +389,13 @@ struct pts_t { chunk_t *pcr_composite, chunk_t *quote_signature); /** + * Check PCR after value in Simple Component Evidence matches configured value + * + * @return FALSE in case of any error or non-match, TRUE otherwise + */ + bool (*does_pcr_value_match)(pts_t *this, chunk_t pcr_after_value); + + /** * Constructs and returns PCR Quote Digest structure expected from IMC * * @param digest Output variable to store quote digest |