Home
last modified time | relevance | path

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

/aosp_15_r20/external/tpm2-tss/src/tss2-fapi/
H A Dfapi_int.h968 struct FAPI_CONTEXT { struct
969 ESYS_CONTEXT *esys; /**< The ESYS context used internally to talk to
971 struct IFAPI_CALLBACKS callbacks; /**< Callbacks for user interaction from FAPI */
972 struct IFAPI_IO io;
973 struct IFAPI_EVENTLOG eventlog;
974 struct IFAPI_KEYSTORE keystore;
975 struct IFAPI_POLICY_STORE pstore;
976 struct IFAPI_PROFILES profiles;
978 enum _FAPI_STATE state; /**< The current state of the command execution */
979 enum _FAPI_STATE_PRIMARY primary_state; /**< The current state of the primary regeneration */
[all …]
/aosp_15_r20/external/tpm2-tss/include/tss2/
H A Dtss2_fapi.h17 typedef struct FAPI_CONTEXT FAPI_CONTEXT; typedef