VerifyBasicSig implementation. More...
Macros | |
#define | BREAK_ON_EPID_ERROR(ret) |
Handle SDK Error with Break. More... | |
#define | COUNT_OF(A) (sizeof(A) / sizeof((A)[0])) |
Count of elements in array. | |
Functions | |
EpidStatus | EpidVerifyBasicSig (VerifierCtx const *ctx, BasicSignature const *sig, void const *msg, size_t msg_len, void const *basename, size_t basename_len) |
Verifies a member signature without revocation checks. More... | |
VerifyBasicSig implementation.
#define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.