IFAPI_KEY_SEARCH.3 800 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .TH "IFAPI_KEY_SEARCH" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. IFAPI_KEY_SEARCH
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .PP
  10. \fC#include <ifapi_keystore\&.h>\fP
  11. .SS "Data Fields"
  12. .in +1c
  13. .ti -1c
  14. .RI "size_t \fBpath_idx\fP"
  15. .br
  16. .ti -1c
  17. .RI "size_t \fBnumPaths\fP"
  18. .br
  19. .ti -1c
  20. .RI "char ** \fBpathlist\fP"
  21. .br
  22. .ti -1c
  23. .RI "enum FAPI_SEARCH_STATE \fBstate\fP"
  24. .br
  25. .in -1c
  26. .SH "Detailed Description"
  27. .PP
  28. The data structure holding internal state for key searching\&.
  29. .SH "Field Documentation"
  30. .PP
  31. .SS "size_t numPaths"
  32. Number of all objects in data store
  33. .SS "size_t path_idx"
  34. Index of array of objects to be searched
  35. .SS "char** pathlist"
  36. The array of all objects in the search path
  37. .SH "Author"
  38. .PP
  39. Generated automatically by Doxygen for tpm2-tss from the source code\&.