Searched refs:gsScrambleGet_sscm (Results 1 – 6 of 6) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpgfpec_prod.c | 104 gsScrambleGet_sscm(pTdata, pointLen, pTableA, digit-1, 5-1); in gfec_point_prod() 113 gsScrambleGet_sscm(pHdata, pointLen, pTableB, digit-1, 5-1); in gfec_point_prod() 127 gsScrambleGet_sscm(pHdata, pointLen, pTableA, digit-1, 5-1); in gfec_point_prod() 136 gsScrambleGet_sscm(pHdata, pointLen, pTableB, digit-1, 5-1); in gfec_point_prod() 152 gsScrambleGet_sscm(pHdata, pointLen, pTableA, digit-1, 5-1); in gfec_point_prod() 161 gsScrambleGet_sscm(pHdata, pointLen, pTableB, digit-1, 5-1); in gfec_point_prod()
|
D | gsscramble.h | 72 #define gsScrambleGet_sscm OWNAPI(gsScrambleGet_sscm) macro 73 void gsScrambleGet_sscm(BNU_CHUNK_T* val, int vLen, const BNU_CHUNK_T* tbl, int idx, int w);
|
D | pcpgfpec_mul.c | 98 gsScrambleGet_sscm(pTdata, pointLen, pTable, digit-1, 5-1); in gfec_point_mul() 110 gsScrambleGet_sscm(pHdata, pointLen, pTable, digit-1, 5-1); in gfec_point_mul() 127 gsScrambleGet_sscm(pHdata, pointLen, pTable, digit-1, 5-1); in gfec_point_mul()
|
D | pcpgfpx_exp.c | 176 gsScrambleGet_sscm(pR, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp() 201 gsScrambleGet_sscm(pTmp, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp()
|
D | pcpgfpx_multiexp.c | 182 gsScrambleGet_sscm(pR, elmLen, pTable, tblIdx, nItems); in cpGFpxMultiExp() 191 gsScrambleGet_sscm(pT, elmLen, pTable, tblIdx, nItems); in cpGFpxMultiExp()
|
D | gsscramble.c | 84 void gsScrambleGet_sscm(BNU_CHUNK_T* val, int vLen, const BNU_CHUNK_T* tbl, int idx, int w) in gsScrambleGet_sscm() function
|