Home
last modified time | relevance | path

Searched defs:ESYS_CONTEXT (Results 1 – 2 of 2) sorted by relevance

/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-esys/
H A Desys_int.h154 struct ESYS_CONTEXT { struct
158 ESYS_TR esys_handle_cnt; /**< The next free ESYS_TR number. */
160 int32_t timeout; /**< The timeout to be used during
162 ESYS_TR session_type[3]; /**< The list of TPM session handles in the
164 RSRC_NODE_T *session_tab[3]; /**< The list of TPM session meta data in the
166 int encryptNonceIdx; /**< The index of the encrypt session. */
174 IESYS_CMD_IN_PARAM in; /**< Temporary storage for Input parameters
176 ESYS_TR esys_handle; /**< Temporary storage for the object's TPM
178 TSS2_TCTI_CONTEXT *tcti_app_param;/**< The TCTI context provided by the
181 void *dlhandle; /**< The handle of dlopen if the tcti was
[all …]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/include/tss2/
H A Dtss2_esys.h67 typedef struct ESYS_CONTEXT ESYS_CONTEXT; typedef