|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| char const * | path |
| IFAPI_OBJECT | object |
| TPMS_POLICY | policy |
| TPMI_ALG_HASH | hashAlg |
| size_t | profile_idx |
| bool | compute_policy |
The data structure holding internal state of export policy.
| bool compute_policy |
Switch whether computation of the policy for the default name hash alg is needed.
| TPMI_ALG_HASH hashAlg |
Index of profile used for digest computation.
| IFAPI_OBJECT object |
Object corresponding to path
| char const* path |
Path of the object with the policy to be exported
| TPMS_POLICY policy |
Policy from store be exported
| size_t profile_idx |
hashAlg used for policy digest computation.