Home
last modified time | relevance | path

Searched refs:pPointX (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/pki/ec_edw/
Dec_edw.h111 …uint32_t *pPointX, /*!< [in, optional] the pointer to input point coordinate X for uncomp…
Dec_edw.c581 …uint32_t *pPointX, /*!< [in, optional] the pointer to input point coordinate X for uncomp… in EcEdwAddTwoScalarMult() argument
606 if (pPointX == NULL) { in EcEdwAddTwoScalarMult()
625 PkaCopyDataIntoPkaReg(EDW_REG_XP, LEN_ID_MAX_BITS, pPointX/*Y*/, edwSizeWords); in EcEdwAddTwoScalarMult()
647 if(pPointX == NULL) { in EcEdwAddTwoScalarMult()