iesys_util.3 882 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .TH "iesys_util" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. iesys_util
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .SS "Data Structures"
  10. .in +1c
  11. .ti -1c
  12. .RI "struct \fBHASH_TAB_ITEM\fP"
  13. .br
  14. .in -1c
  15. .SH "Detailed Description"
  16. .PP
  17. .PP
  18. \fBTodo\fP
  19. .RS 4
  20. Description and Documentat of functions
  21. .RE
  22. .PP
  23. .SH "Data Structure Documentation"
  24. .PP
  25. .SH "struct HASH_TAB_ITEM"
  26. .PP
  27. An entry in a cpHash or rpHash table\&.
  28. .PP
  29. .in -1c
  30. .RI "\fBData Fields\fP"
  31. .in +1c
  32. .in +1c
  33. .ti -1c
  34. .RI "TPM2_ALG_ID \fBalg\fP"
  35. .br
  36. .ti -1c
  37. .RI "size_t \fBsize\fP"
  38. .br
  39. .ti -1c
  40. .RI "uint8_t \fBdigest\fP [sizeof(TPMU_HA)]"
  41. .br
  42. .in -1c
  43. .SH "Field Documentation"
  44. .PP
  45. .SS "TPM2_ALG_ID alg"
  46. The hash algorithm\&.
  47. .SS "uint8_t digest[sizeof(TPMU_HA)]"
  48. The digest\&.
  49. .SS "size_t size"
  50. The digest size\&.
  51. .SH "Author"
  52. .PP
  53. Generated automatically by Doxygen for tpm2-tss from the source code\&.