Home
last modified time | relevance | path

Searched defs:pScalar (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/ec_mont/
Dcc_ec_mont.c38const uint8_t *pScalar, /*!< [in] Pointer to the secret (private) key. */ in CC_EcMontScalarmult()
147const uint8_t *pScalar, /*!< [in] Pointer to the secret (private) key. */ in CC_EcMontScalarmultBase()
422 uint8_t *pScalar, *pRes; in CC_EcMontSeedKeyPair() local
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.c158uint32_t *pScalar, /*!< [in] a pointer to the scalar. */ in EcEdwScalarMultBase()
243uint32_t *pScalar, /*!< [in] a pointer to the scalar. */ in EcEdwSpecialScalarMultBase()
Dpka_ec_edw.c206uint32_t *pScalar, /*!< [in] the pointer to the scalsr (LS word is in PkaEcEdwScalarMultBase()
327uint32_t *pScalar, /*!< [in] the pointer to the scalsr (LS word is in PkaEcEdwSpecialScalarMultBase()
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/common/
Dpki.c281 uint32_t PkiGetNextTwoMsBits(uint32_t *pScalar, uint32_t *pWord, int32_t i) in PkiGetNextTwoMsBits()