Home
last modified time | relevance | path

Searched refs:scalarSizeInBits (Results 1 – 5 of 5) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h196 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ );
222 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ );
Dpka_ec_edw.c208 … size_t scalarSizeInBits /*!< exact size of the scalar in bits. */ ) in PkaEcEdwScalarMultBase() argument
216 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() argument
338 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()
Dec_edw.c167 size_t scalarSizeInBits; in EcEdwScalarMultBase() local
171 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(pScalar, scalarSizeWords); in EcEdwScalarMultBase()
172 if (scalarSizeInBits == 0) in EcEdwScalarMultBase()
214 err = PkaEcEdwScalarMultBase(pScalar, scalarSizeInBits); in EcEdwScalarMultBase()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_wrst/
Dpka_ec_wrst_smul_no_scap.c329 uint32_t scalarSizeInBits; in PkaEcWrstScalarMult() local
333 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(scalar, scalSizeInWords); in PkaEcWrstScalarMult()
339 if ((scalarSizeInBits == 0) || (cmp == CC_COMMON_CmpCounter1GreaterThenCounter2)) { in PkaEcWrstScalarMult()
346 scalar, scalarSizeInBits, in PkaEcWrstScalarMult()
Dpka_ec_wrst_smul_scap.c396 uint32_t scalarSizeInBits; in PkaEcWrstScalarMult() local
402 scalarSizeInBits = CC_CommonGetWordsCounterEffectiveSizeInBits(scalar, scalSizeInWords); in PkaEcWrstScalarMult()
408 if (scalarSizeInBits == 0 || cmp == CC_COMMON_CmpCounter1GreaterThenCounter2) in PkaEcWrstScalarMult()
414 scalar, scalarSizeInBits, in PkaEcWrstScalarMult()