Searched refs:xp (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_wrst/ |
D | pka_ec_wrst_smul_no_scap.c | 91 …const uint32_t xp, const uint32_t yp) /*!< [in] Virtual registers containing coordinates of input … in PkaScalarMultAff() argument 107 PKA_COPY(LEN_ID_N_PKA_REG_BITS, xr, xp); in PkaScalarMultAff() 118 PkaAddJcbAfn2Mdf(xr,yr,zr,tr, xr,yr,zr, xp,yp); // *k = '+' in PkaScalarMultAff() 120 PkaAddJcbAfn2Mdf(xr,yr,zr,tr, xr,yr,zr, xp,tp); // *k = '-' in PkaScalarMultAff() 241 uint8_t xp = regTemps[18]; in ScalarMultAff() local 282 PkaCopyDataIntoPkaReg(xp, 1, bxp, modSizeInWords); in ScalarMultAff() 286 PkaScalarMultAff(xr, yr, naf, xp, yp); in ScalarMultAff()
|
D | pka_ec_wrst.c | 210 … const uint32_t xp, const uint32_t yp, /*!< [in] Pka register holding P coordinates. */ in PkaSum2ScalarMullt() argument 234 PkaAddAff(EC_VERIFY_REG_XPQ, EC_VERIFY_REG_YPQ, xp,yp, xq,yq); // p+q in PkaSum2ScalarMullt() 247 PKA_COPY(LEN_ID_N_PKA_REG_BITS, xr, xp); in PkaSum2ScalarMullt() 275 … PkaAddJcbAfn2Mdf(xr,yr,EC_VERIFY_REG_ZR,EC_VERIFY_REG_TR, xr,yr,EC_VERIFY_REG_ZR, xp,yp); in PkaSum2ScalarMullt()
|
D | pka_ec_wrst.h | 85 const uint32_t xp, const uint32_t yp, const uint32_t b,
|