Home
last modified time | relevance | path

Searched refs:pPointY (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.h108 … uint32_t *pPointY, /*!< [in] a pointer to the input point coordinate Y - in uncompressed
Dec_edw.c578 … uint32_t *pPointY, /*!< [in] a pointer to the input point coordinate Y - in uncompressed in EcEdwAddTwoScalarMult() argument
613 isOddX = (pPointY[edwSizeWords-1] >> shift) & 1; in EcEdwAddTwoScalarMult()
614 pPointY[edwSizeWords-1] &= ~(1UL << shift); /*clean MSBit in Y-buffer*/ in EcEdwAddTwoScalarMult()
617 PkaCopyDataIntoPkaReg(EDW_REG_YP, LEN_ID_MAX_BITS, pPointY/*Y*/, edwSizeWords); in EcEdwAddTwoScalarMult()
624 PkaCopyDataIntoPkaReg(EDW_REG_YP, LEN_ID_MAX_BITS, pPointY/*Y*/, edwSizeWords); in EcEdwAddTwoScalarMult()