|
tpm2-tss 4.1.3
TPM Software stack 2.0 TCG spec compliant implementation
|
#include <fapi_int.h>
Data Fields | |
| Fapi_CB_Auth | auth |
| void * | authData |
| Fapi_CB_Branch | branch |
| void * | branchData |
| Fapi_CB_Sign | sign |
| void * | signData |
| Fapi_CB_PolicyAction | action |
| void * | actionData |
Structure holding FAPI callbacks and userData
This structure holds the callback pointers and corresponding userData pointers for each of the three callback types of FAPI. They are set using Fapi_SetAuthCB, Fapi_SetBranchCB and Fapi_SetSignCB.