Home
last modified time | relevance | path

Searched refs:yp (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/
Dpka_ec_wrst_smul_no_scap.c91 …const uint32_t xp, const uint32_t yp) /*!< [in] Virtual registers containing coordinates of input … in PkaScalarMultAff() argument
103 PKA_SUB(LEN_ID_N_PKA_REG_BITS, tp, ECC_REG_N4, yp); // ry of -p in PkaScalarMultAff()
108 PKA_COPY(LEN_ID_N_PKA_REG_BITS, yr, yp); // r = p in PkaScalarMultAff()
118 PkaAddJcbAfn2Mdf(xr,yr,zr,tr, xr,yr,zr, xp,yp); // *k = '+' in PkaScalarMultAff()
242 uint8_t yp = regTemps[19]; in ScalarMultAff() local
283 PkaCopyDataIntoPkaReg(yp, 1, byp, modSizeInWords); in ScalarMultAff()
286 PkaScalarMultAff(xr, yr, naf, xp, yp); in ScalarMultAff()
Dpka_ec_wrst.c210 … 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()
248 PKA_COPY(LEN_ID_N_PKA_REG_BITS, yr, yp); in PkaSum2ScalarMullt()
275 … PkaAddJcbAfn2Mdf(xr,yr,EC_VERIFY_REG_ZR,EC_VERIFY_REG_TR, xr,yr,EC_VERIFY_REG_ZR, xp,yp); in PkaSum2ScalarMullt()
Dpka_ec_wrst.h85 const uint32_t xp, const uint32_t yp, const uint32_t b,