Lines Matching defs:_gsModEngine
55 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 */
66 BNU_CHUNK_T* pMontR; /* mont_enc(1) */
67 BNU_CHUNK_T* pMontR2; /* mont_enc(1)^2 */
68 BNU_CHUNK_T* pHalfModulus; /* modulus/2 */
69 BNU_CHUNK_T* pQnr; /* quadratic non-residue */
70 int poolLenUsed; /* number of reserved temporary BNU */
71 int poolLen; /* max number of temporary BNU */
72 BNU_CHUNK_T* pBuffer; /* buffer of modLen*nBuffers length */