Verify implementation. More...
#include <string.h>#include "epid/verifier/api.h"#include "epid/verifier/context.h"#include "epid/common/endian_convert.h"Macros | |
| #define | BREAK_ON_EPID_ERROR(ret) |
| Handle SDK Error with Break. More... | |
Functions | |
| EpidStatus | EpidVerify (VerifierCtx const *ctx, EpidSignature const *sig, size_t sig_len, void const *msg, size_t msg_len, void const *basename, size_t basename_len) |
| Verifies a signature and checks revocation status. More... | |
Verify implementation.
| #define BREAK_ON_EPID_ERROR | ( | ret | ) |
Handle SDK Error with Break.