Home
last modified time | relevance | path

Searched refs:pScalarA (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h107 …uint32_t *pScalarA, /*!< [in] pointer to the scalarA, the size = ec modulus size in bytes)…
243 uint32_t *pScalarA, /*!< [in] the pointer to the scalsr A (LS word is
Dec_edw.c577 …uint32_t *pScalarA, /*!< [in] pointer to the scalarA, the size = ec modulus size in bytes)… in EcEdwAddTwoScalarMult() argument
596 scalarAsizeBits = CC_CommonGetWordsCounterEffectiveSizeInBits( pScalarA, edwSizeWords); in EcEdwAddTwoScalarMult()
634 pScalarA, scalarAsizeBits, in EcEdwAddTwoScalarMult()
Dpka_ec_edw.c436 uint32_t *pScalarA, /*!< [in] the pointer to the scalsr A (LS word is in PkaEcEdwAddTwoScalarMult() argument
491 twoBits = (PKI_GET_BIT_FROM_WORDS_ARRAY(pScalarA, i) << 1) + in PkaEcEdwAddTwoScalarMult()
527 twoBits = (PKI_GET_BIT_FROM_WORDS_ARRAY(pScalarA, i) << 1) + in PkaEcEdwAddTwoScalarMult()