IFAPI_Unseal.3 707 B

123456789101112131415161718192021222324252627282930313233343536
  1. .TH "IFAPI_Unseal" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_Unseal
  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 * \fBkeyPath\fP"
  15. .br
  16. .ti -1c
  17. .RI "\fBIFAPI_OBJECT\fP * \fBobject\fP"
  18. .br
  19. .ti -1c
  20. .RI "TPM2B_SENSITIVE_DATA * \fBunseal_data\fP"
  21. .br
  22. .in -1c
  23. .SH "Detailed Description"
  24. .PP
  25. The data structure holding internal state of Fapi_Unseal\&.
  26. .SH "Field Documentation"
  27. .PP
  28. .SS "const char* keyPath"
  29. The implicit key path
  30. .SS "\fBIFAPI_OBJECT\fP* object"
  31. The IPAPI object storing the data to be unsealed
  32. .SH "Author"
  33. .PP
  34. Generated automatically by Doxygen for tpm2-tss from the source code\&.