load_external.c File Reference

TPM2_LoadExternal command implementation. More...

#include "epid/member/tpm2/load_external.h"
#include "epid/common/math/ecgroup.h"
#include "epid/common/src/epid2params.h"
#include "epid/common/src/memory.h"
#include "epid/member/tpm2/ibm_tss/conversion.h"
#include "epid/member/tpm2/ibm_tss/printtss.h"
#include "epid/member/tpm2/ibm_tss/state.h"
#include "tss2/TPM_Types.h"
#include "tss2/tss.h"

Macros

#define BREAK_ON_EPID_ERROR(ret)
 Handle Intel(R) EPID Error with Break. More...
 

Functions

EpidStatus Tpm2LoadExternal (Tpm2Ctx *ctx, FpElemStr const *f_str)
 Invokes TPM2_LoadExternal command. More...
 

Detailed Description

TPM2_LoadExternal command implementation.

Macro Definition Documentation

◆ BREAK_ON_EPID_ERROR

#define BREAK_ON_EPID_ERROR (   ret)
Value:
if (kEpidNoErr != (ret)) { \
break; \
}
no error
Definition: errors.h:41

Handle Intel(R) EPID Error with Break.