IFAPI_ExportPolicy.3 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. .TH "IFAPI_ExportPolicy" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_ExportPolicy
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <fapi_int\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "char const * \fBpath\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBIFAPI_OBJECT\fP \fBobject\fP"
  18. .br
  19. .ti -1c
  20. .RI "\fBTPMS_POLICY\fP \fBpolicy\fP"
  21. .br
  22. .ti -1c
  23. .RI "TPMI_ALG_HASH \fBhashAlg\fP"
  24. .br
  25. .ti -1c
  26. .RI "size_t \fBprofile_idx\fP"
  27. .br
  28. .ti -1c
  29. .RI "bool \fBcompute_policy\fP"
  30. .br
  31. .in -1c
  32. .SH "Detailed Description"
  33. .PP
  34. The data structure holding internal state of export policy\&.
  35. .SH "Field Documentation"
  36. .PP
  37. .SS "bool compute_policy"
  38. Switch whether computation of the policy for the default name hash alg is needed\&.
  39. .SS "TPMI_ALG_HASH hashAlg"
  40. Index of profile used for digest computation\&.
  41. .SS "\fBIFAPI_OBJECT\fP object"
  42. Object corresponding to path
  43. .SS "char const* path"
  44. Path of the object with the policy to be exported
  45. .SS "\fBTPMS_POLICY\fP policy"
  46. Policy from store be exported
  47. .SS "size_t profile_idx"
  48. hashAlg used for policy digest computation\&.
  49. .SH "Author"
  50. .PP
  51. Generated automatically by Doxygen for tpm2-tss from the source code\&.