Home
last modified time | relevance | path

Searched defs:_gsModEngine (Results 1 – 1 of 1) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dgsmodstuff.h55 typedef struct _gsModEngine struct
57 gsModEngine_T* pParentME; /* pointer to parent stuff */
58 int extdegree; /* parent modulus extension (deg) */
59 int modBitLen; /* length of modulus in bits */
60 int modLen; /* length of modulus (BNU_CHUNK_T) */
61 int modLen32; /* length of modulus (Ipp32u) */
62 int peLen; /* length of pool element (BNU_CHUNK_T) */
63 const gsModMethod* method; /* modular arithmetic methods */
64 BNU_CHUNK_T* pModulus; /* modulus */
65 BNU_CHUNK_T k0; /* low word of (1/modulus) mod R */
[all …]