123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #ifndef EPID_MEMBER_TPM2_LOAD_EXTERNAL_H_
- #define EPID_MEMBER_TPM2_LOAD_EXTERNAL_H_
- #include "epid/common/errors.h"
- #include "epid/common/types.h" // HashAlg
- typedef struct Tpm2Ctx Tpm2Ctx;
- typedef struct FpElemStr FpElemStr;
- EpidStatus Tpm2LoadExternal(Tpm2Ctx* ctx, FpElemStr const* f_str);
- #endif
|