Home
last modified time | relevance | path

Searched refs:PreComputedSignature (Results 1 – 5 of 5) sorted by relevance

/external/epid-sdk/epid/member/src/
Dpresig-internal.h26 typedef struct PreComputedSignature PreComputedSignature; typedef
49 EpidStatus MemberGetPreSig(MemberCtx* ctx, PreComputedSignature* presig);
Dpresig.c45 PreComputedSignature* precompsig);
48 PreComputedSignature* new_presigs = NULL; in EpidAddPreSigs()
55 (PreComputedSignature*)StackPushN(ctx->presigs, number_presigs, NULL); in EpidAddPreSigs()
74 EpidStatus MemberGetPreSig(MemberCtx* ctx, PreComputedSignature* presig) { in MemberGetPreSig()
92 PreComputedSignature* precompsig) { in MemberComputePreSig()
Dcontext.h80 typedef struct PreComputedSignature { struct
93 } PreComputedSignature; argument
Dcontext.c86 if (!CreateStack(sizeof(PreComputedSignature), &ctx->presigs)) { in EpidMemberInit()
132 PreComputedSignature* buf = NULL; in EpidMemberDeinit()
Dsignbasic.c75 PreComputedSignature curr_presig = {0}; in EpidSignBasic()