POLICY_LIST.3 784 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .TH "POLICY_LIST" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. POLICY_LIST
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_policy_execute\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "const char * \fBpath\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBTPMS_POLICY\fP \fBpolicy\fP"
  18. .br
  19. .ti -1c
  20. .RI "struct \fBPOLICY_LIST\fP * \fBnext\fP"
  21. .br
  22. .in -1c
  23. .SH "Detailed Description"
  24. .PP
  25. List of policies which fulfill a certain predicate\&.
  26. .PP
  27. The elements are stored in a linked list\&.
  28. .SH "Field Documentation"
  29. .PP
  30. .SS "struct \fBPOLICY_LIST\fP* next"
  31. Pointer to next element
  32. .SS "const char* path"
  33. The path of the policy object
  34. .SS "\fBTPMS_POLICY\fP policy"
  35. The policy object
  36. .SH "Author"
  37. .PP
  38. Generated automatically by Doxygen for tpm2-tss from the source code\&.