Searched refs:ECP_POINTLEN (Results 1 – 7 of 7) sorted by relevance
110 ECP_POINTLEN(pEC) = elemLen*3;117 ECP_G(pEC) = (BNU_CHUNK_T*)(ptr); ptr += ECP_POINTLEN(pEC)*sizeof(BNU_CHUNK_T);
89 int pointDataSize = ECP_POINTLEN(pEC)*sizeof(BNU_CHUNK_T);
78 BNU_CHUNK_T* productP = productG+ECP_POINTLEN(pEC); in gfec_BasePointProduct()
63 int pointLen = ECP_POINTLEN(pEC); in setupTable()
64 int pointLen = ECP_POINTLEN(pEC); in gfec_point_mul()
65 int pointLen = ECP_POINTLEN(pEC); in gfec_point_prod()
160 #define ECP_POINTLEN(pCtx) ((pCtx)->elementSize) macro