IFAPI_POLICYUTIL_STACK.3 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .TH "IFAPI_POLICYUTIL_STACK" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_POLICYUTIL_STACK
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_policyutil_execute\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "\fBESYS_TR\fP \fBpolicy_session\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBIFAPI_POLICY_EXEC_CTX\fP * \fBpol_exec_ctx\fP"
  18. .br
  19. .ti -1c
  20. .RI "enum IFAPI_STATE_POLICY_UTIL_EXEC \fBstate\fP"
  21. .br
  22. .ti -1c
  23. .RI "\fBIFAPI_POLICYUTIL_STACK\fP * \fBnext\fP"
  24. .br
  25. .ti -1c
  26. .RI "\fBIFAPI_POLICYUTIL_STACK\fP * \fBprev\fP"
  27. .br
  28. .in -1c
  29. .SH "Detailed Description"
  30. .PP
  31. The context of the policy execution
  32. .SH "Field Documentation"
  33. .PP
  34. .SS "\fBIFAPI_POLICYUTIL_STACK\fP* next"
  35. Pointer to next policy
  36. .SS "\fBIFAPI_POLICY_EXEC_CTX\fP* pol_exec_ctx"
  37. The execution context for the current policy
  38. .SS "\fBESYS_TR\fP policy_session"
  39. The policy session created for the current evaluation
  40. .SS "\fBIFAPI_POLICYUTIL_STACK\fP* prev"
  41. Pointer to previous policy
  42. .SH "Author"
  43. .PP
  44. Generated automatically by Doxygen for tpm2-tss from the source code\&.