Searched refs:orderBitSize (Results 1 – 3 of 3) sorted by relevance
127 int orderBitSize = BITSIZE_BNU(pOrderData, orderLen); variable128 IPP_BADARG_RET(orderBitSize>maxOrderBits, ippStsRangeErr)131 ECP_ORDBITSIZE(pEC) = orderBitSize;132 …gsModEngineInit(ECP_MONT_R(pEC),(Ipp32u*)pOrderData, orderBitSize, MONT_DEFAULT_POOL_LENGTH, gsMod…
118 int orderBitSize = ECP_ORDBITSIZE(pEC); variable119 int orderLen = BITS_BNU_CHUNK(orderBitSize);
130 int orderBitSize; /* base_point order bitsize */ member161 #define ECP_ORDBITSIZE(pCtx) ((pCtx)->orderBitSize)