Searched defs:nsE (Results 1 – 8 of 8) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfp_exp.c | 55 BNU_CHUNK_T* cpGFpExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int nsE, gsMod… in cpGFpExp()
|
D | pcpgfpstuff.h | 113 __INLINE int cpGFpElementLen(const BNU_CHUNK_T* pE, int nsE) in cpGFpElementLen() 118 __INLINE BNU_CHUNK_T* cpGFpElementCopy(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pE, int nsE) in cpGFpElementCopy() 124 __INLINE BNU_CHUNK_T* cpGFpElementPadd(BNU_CHUNK_T* pE, int nsE, BNU_CHUNK_T filler) in cpGFpElementPadd() 130 __INLINE BNU_CHUNK_T* cpGFpElementCopyPadd(BNU_CHUNK_T* pR, int nsR, const BNU_CHUNK_T* pE, int nsE) in cpGFpElementCopyPadd() 137 __INLINE int cpGFpElementCmp(const BNU_CHUNK_T* pE, const BNU_CHUNK_T* pX, int nsE) in cpGFpElementCmp() 144 __INLINE int cpGFpElementIsEquChunk(const BNU_CHUNK_T* pE, int nsE, BNU_CHUNK_T x) in cpGFpElementIsEquChunk()
|
D | pcpgfpecsetpointrand.c | 148 …int nsE = cpMod_BNU(pExp, generatedLen, MOD_MODULUS(ECP_MONT_R(pEC)), BITS_BNU_CHUNK(ECP_ORDBITSIZ… variable
|
D | pcpmont_expbinbnu.c | 83 const BNU_CHUNK_T* dataE, cpSize nsE, in cpMontExpBin_BNU()
|
D | pcpgfpx_multiexp.c | 134 static int cpGetMaxBitsizeExponent(const BNU_CHUNK_T* ppE[], int nsE[], int nItems) in cpGetMaxBitsizeExponent() 146 …ultiExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* ppA[], const BNU_CHUNK_T* ppE[], int nsE[], int nItems, in cpGFpxMultiExp()
|
D | pcpmask_ct.h | 129 __INLINE BNU_CHUNK_T cpIsGFpElemEquChunk_ct(const BNU_CHUNK_T* pE, int nsE, BNU_CHUNK_T x) in cpIsGFpElemEquChunk_ct()
|
D | pcpgfpx_exp.c | 88 BNU_CHUNK_T* cpGFpxExp(BNU_CHUNK_T* pR, const BNU_CHUNK_T* pA, const BNU_CHUNK_T* pE, int nsE, in cpGFpxExp()
|
D | pcpmontgomery.h | 251 cpSize nsE = BN_SIZE(pEbn); in cpMontExpBin_BN_sscm() local 267 cpSize nsE = BN_SIZE(pEbn); in cpMontExpBin_BN() local
|