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/ |
D | ec_edw.h | 107 …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
|
D | ec_edw.c | 577 …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()
|
D | pka_ec_edw.c | 436 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()
|