Home
last modified time | relevance | path

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

/external/epid-sdk/epid/member/tiny/math/src/
Dfp.c28 #define EPID_SLEN 128 macro
31 ((sizeof(FpElem) + EPID_SLEN / CHAR_BIT) / sizeof(uint32_t))
78 if (rnd_func(t, sizeof(FpElem) * CHAR_BIT + EPID_SLEN, rnd_param)) { in FpRand()
93 if (rnd_func(t, sizeof(FpElem) * CHAR_BIT + EPID_SLEN, rnd_param)) { in FpRandNonzero()
Dfq.c28 #define EPID_SLEN 128 macro
31 ((sizeof(FpElem) + EPID_SLEN / CHAR_BIT) / sizeof(uint32_t))
108 if (rnd_func(t, sizeof(FpElem) * CHAR_BIT + EPID_SLEN, rnd_param)) { in FqRand()