Lines Matching refs:polLength
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
142 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_div2()
154 gsModPoolFree(pME, polLength); in gs_mont_div2()
179 const int polLength = 1; in gs_mont_mul3() local
180 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_mul3()
186 gsModPoolFree(pME, polLength); in gs_mont_mul3()
280 const int polLength = 1; in gs_mont_mul() local
281 BNU_CHUNK_T* pBuffer = gsModPoolAlloc(pME, polLength); in gs_mont_mul()
333 gsModPoolFree(pME, polLength); in gs_mont_mul()
345 const int polLength = 2; in gs_mont_mul() local
346 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_mul()
352 gsModPoolFree(pME, polLength); in gs_mont_mul()
363 const int polLength = 2; in gs_mont_mulX() local
364 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_mulX()
370 gsModPoolFree(pME, polLength); in gs_mont_mulX()
390 const int polLength = 2; in gs_mont_sqr() local
391 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_sqr()
397 gsModPoolFree(pME, polLength); in gs_mont_sqr()
408 const int polLength = 2; in gs_mont_sqrX() local
409 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_sqrX()
415 gsModPoolFree(pME, polLength); in gs_mont_sqrX()
434 const int polLength = 2; in gs_mont_encode() local
435 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_encode()
441 gsModPoolFree(pME, polLength); in gs_mont_encode()
453 const int polLength = 2; in gs_mont_encodeX() local
454 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_encodeX()
460 gsModPoolFree(pME, polLength); in gs_mont_encodeX()
476 const int polLength = 2; in gs_mont_decode() local
477 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_decode()
483 gsModPoolFree(pME, polLength); in gs_mont_decode()
492 const int polLength = 2; in gs_mont_decodeX() local
493 BNU_CHUNK_T* pProduct = gsModPoolAlloc(pME, polLength); in gs_mont_decodeX()
499 gsModPoolFree(pME, polLength); in gs_mont_decodeX()