libtpmtss: Retrieve TPM 1.2 version info
This commit is contained in:
@@ -47,6 +47,13 @@ struct tpm_tss_t {
|
||||
*/
|
||||
tpm_version_t (*get_version)(tpm_tss_t *this);
|
||||
|
||||
/**
|
||||
* Get TPM version info (TPM 1.2 only)
|
||||
*
|
||||
* @return TPM version info struct
|
||||
*/
|
||||
chunk_t (*get_version_info)(tpm_tss_t *this);
|
||||
|
||||
/**
|
||||
* Generate AIK key pair bound to TPM (TPM 1.2 only)
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user