Searched refs:scalarSizeInBits (Results 1 – 5 of 5) sorted by relevance
196 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ );222 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ );
208 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ ) in PkaEcEdwScalarMultBase() argument216 if(scalarSizeInBits == 0) in PkaEcEdwScalarMultBase()220 i = ((scalarSizeInBits + 1) & ~1) - 2; in PkaEcEdwScalarMultBase()329 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ ) in PkaEcEdwSpecialScalarMultBase() argument338 if(scalarSizeInBits != 255) in PkaEcEdwSpecialScalarMultBase()341 sizeInWords = (scalarSizeInBits + CC_BITS_IN_32BIT_WORD - 1) / CC_BITS_IN_32BIT_WORD; in PkaEcEdwSpecialScalarMultBase()350 i = ((scalarSizeInBits + 1) & ~1) - 2; in PkaEcEdwSpecialScalarMultBase()
167 size_t scalarSizeInBits; in EcEdwScalarMultBase() local171 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(pScalar, scalarSizeWords); in EcEdwScalarMultBase()172 if (scalarSizeInBits == 0) in EcEdwScalarMultBase()214 err = PkaEcEdwScalarMultBase(pScalar, scalarSizeInBits); in EcEdwScalarMultBase()
329 uint32_t scalarSizeInBits; in PkaEcWrstScalarMult() local333 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(scalar, scalSizeInWords); in PkaEcWrstScalarMult()339 if ((scalarSizeInBits == 0) || (cmp == CC_COMMON_CmpCounter1GreaterThenCounter2)) { in PkaEcWrstScalarMult()346 scalar, scalarSizeInBits, in PkaEcWrstScalarMult()
396 uint32_t scalarSizeInBits; in PkaEcWrstScalarMult() local402 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(scalar, scalSizeInWords); in PkaEcWrstScalarMult()408 if (scalarSizeInBits == 0 || cmp == CC_COMMON_CmpCounter1GreaterThenCounter2) in PkaEcWrstScalarMult()414 scalar, scalarSizeInBits, in PkaEcWrstScalarMult()