IFAPI_api_WriteAuthorizeNv.3 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .TH "IFAPI_api_WriteAuthorizeNv" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_api_WriteAuthorizeNv
  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 "const char * \fBpolicyPath\fP"
  15. .br
  16. .ti -1c
  17. .RI "TPMI_ALG_HASH * \fBhash_alg\fP"
  18. .br
  19. .ti -1c
  20. .RI "size_t \fBhash_size\fP"
  21. .br
  22. .ti -1c
  23. .RI "size_t \fBdigest_idx\fP"
  24. .br
  25. .in -1c
  26. .SH "Detailed Description"
  27. .PP
  28. The data structure holding internal state of Fapi_WriteAuthorizeNv\&.
  29. .SH "Field Documentation"
  30. .PP
  31. .SS "size_t digest_idx"
  32. The index of the digest in the policy
  33. .SS "TPMI_ALG_HASH* hash_alg"
  34. The hash alg used for digest computation
  35. .SS "size_t hash_size"
  36. The digest size
  37. .SS "const char* policyPath"
  38. Policy with Policy to be authorized
  39. .SH "Author"
  40. .PP
  41. Generated automatically by Doxygen for tpm2-tss from the source code\&.