Searched defs:nsR (Results 1 – 12 of 12) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpbnarithminv.c | 98 cpSize nsR = cpModInv_BNU(BN_NUMBER(pInv), variable
|
D | pcpbnarithmod.c | 109 cpSize nsR; variable
|
D | pcpbnarithdiv.c | 109 cpSize nsR; variable
|
D | pcpbnarithsub.c | 91 cpSize nsR = BN_ROOM(pR); variable
|
D | pcpbnarithadd.c | 91 cpSize nsR = BN_ROOM(pR); variable
|
D | pcpbnarithmul.c | 95 cpSize nsR = BN_ROOM(pR); variable
|
D | pcpgfp_rand.c | 60 int nsR = (reqBitSize +BITSIZE(BNU_CHUNK_T)-1)/BITSIZE(BNU_CHUNK_T); in cpGFpRand() local
|
D | pcpgfpecdhc.c | 124 int nsR = MOD_LEN(montR); variable
|
D | pcpbnarithmac.c | 108 cpSize nsR = BN_SIZE(pR); variable
|
D | pcpbnu_arith_minv.c | 69 static int cpMac_BNU(BNU_CHUNK_T* pR, cpSize nsR, in cpMac_BNU()
|
D | pcpbnuarith.h | 190 int nsR = cpDiv_BNU32((Ipp32u*)pQ, pnsQ, in cpDiv_BNU() local
|
D | pcpgfpstuff.h | 130 __INLINE BNU_CHUNK_T* cpGFpElementCopyPadd(BNU_CHUNK_T* pR, int nsR, const BNU_CHUNK_T* pE, int nsE) in cpGFpElementCopyPadd() 150 __INLINE BNU_CHUNK_T* cpGFpElementSetChunk(BNU_CHUNK_T* pR, int nsR, BNU_CHUNK_T x) in cpGFpElementSetChunk()
|