Searched refs:polLength (Results 1 – 3 of 3) sorted by relevance
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | gsmodmethodstuff.h | 68 const int polLength = 1; in gs_mont_add() local 69 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_add() 76 gsModPoolFree(pME, polLength); in gs_mont_add() 93 const int polLength = 1; in gs_mont_sub() local 94 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_sub() 101 gsModPoolFree(pME, polLength); in gs_mont_sub() 117 const int polLength = 1; in gs_mont_neg() local 118 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_neg() 125 gsModPoolFree(pME, polLength); in gs_mont_neg() 141 const int polLength = 1; in gs_mont_div2() local [all …]
|
D | gsmod_almmontinv.c | 69 const int polLength = 4; in alm_mont_inv() local 70 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in alm_mont_inv() 126 gsModPoolFree(pME, polLength); in alm_mont_inv()
|
D | gsmod_almmontinv_ct.c | 71 const int polLength = 6; in alm_mont_inv_ct() local 72 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in alm_mont_inv_ct() 157 gsModPoolFree(pME, polLength); in alm_mont_inv_ct()
|