Home
last modified time | relevance | path

Searched refs:MIN_SIGRL_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/member/tiny/src/
Dcontext.h27 #define MIN_SIGRL_SIZE (sizeof(SigRl) - sizeof(SigRlEntry)) macro
35 #define MAX_SIGRL_ENTRIES ((SIZE_T_MAX - MIN_SIGRL_SIZE) / sizeof(SigRlEntry))
49 (MIN_SIGRL_SIZE + MAX_SIGRL_ENTRIES * sizeof(SigRlEntry))
Dsetsigrl.c45 calculated_sig_rl_size = MIN_SIGRL_SIZE + n2_in * sizeof(sig_rl->bk[0]); in EpidMemberSetSigRl()