1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .TH "IFAPI_KEY_SEARCH" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- IFAPI_KEY_SEARCH
- .SH SYNOPSIS
- .br
- .PP
- .PP
- \fC#include <ifapi_keystore\&.h>\fP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "size_t \fBpath_idx\fP"
- .br
- .ti -1c
- .RI "size_t \fBnumPaths\fP"
- .br
- .ti -1c
- .RI "char ** \fBpathlist\fP"
- .br
- .ti -1c
- .RI "enum FAPI_SEARCH_STATE \fBstate\fP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- The data structure holding internal state for key searching\&.
- .SH "Field Documentation"
- .PP
- .SS "size_t numPaths"
- Number of all objects in data store
- .SS "size_t path_idx"
- Index of array of objects to be searched
- .SS "char** pathlist"
- The array of all objects in the search path
- .SH "Author"
- .PP
- Generated automatically by Doxygen for tpm2-tss from the source code\&.
|