Home
last modified time | relevance | path

Searched refs:gsScrambleGet_sscm (Results 1 – 6 of 6) sorted by relevance

/external/epid-sdk/ext/ipp/sources/ippcp/
Dpcpgfpec_prod.c104 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()
Dgsscramble.h72 #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);
Dpcpgfpec_mul.c98 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()
Dpcpgfpx_exp.c176 gsScrambleGet_sscm(pR, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp()
201 gsScrambleGet_sscm(pTmp, elmLen, pScratchAligned, windowVal, w); in cpGFpxExp()
Dpcpgfpx_multiexp.c182 gsScrambleGet_sscm(pR, elmLen, pTable, tblIdx, nItems); in cpGFpxMultiExp()
191 gsScrambleGet_sscm(pT, elmLen, pTable, tblIdx, nItems); in cpGFpxMultiExp()
Dgsscramble.c84 void gsScrambleGet_sscm(BNU_CHUNK_T* val, int vLen, const BNU_CHUNK_T* tbl, int idx, int w) in gsScrambleGet_sscm() function