Searched refs:t6 (Results 1 – 1 of 1) sorted by relevance
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/ |
D | cy_crypto_core_ecc_nist_p.c | 1641 uint32_t t6 = 4u; in Cy_Crypto_Core_JacobianEcAdd() local 1659 CY_CRYPTO_VU_ALLOC_MEM (base, t6, size); in Cy_Crypto_Core_JacobianEcAdd() 1664 Cy_Crypto_Core_EC_SquareMod( base, t6, my_s_z, size); /* t6 = ZZ */ in Cy_Crypto_Core_JacobianEcAdd() 1665 Cy_Crypto_Core_EC_MulMod( base, t8, my_t_x, t6, size); /* t8 = xZZ = B */ in Cy_Crypto_Core_JacobianEcAdd() 1670 Cy_Crypto_Core_EC_MulMod( base, t9, t7, t6, size); /* t9 = yZZZ = D */ in Cy_Crypto_Core_JacobianEcAdd() 1672 Cy_Crypto_Core_EC_SquareMod( base, t6, my_s_x, size); /* t6 = EE */ in Cy_Crypto_Core_JacobianEcAdd() 1674 Cy_Crypto_Core_EC_MulMod( base, t7, t8, t6, size); /* t7 = B*EE */ in Cy_Crypto_Core_JacobianEcAdd() 1675 Cy_Crypto_Core_EC_MulMod( base, t8, t6, my_s_x, size); /* t8 = EEE */ in Cy_Crypto_Core_JacobianEcAdd() 1676 Cy_Crypto_Core_EC_MulMod( base, t6, t9, t8, size); /* t6 = D*EEE */ in Cy_Crypto_Core_JacobianEcAdd() 1683 …Cy_Crypto_Core_EC_SubMod( base, my_s_y, my_s_y, t6); /* my_s_y = F*(3*B*EE - FF + EEE) - D*… in Cy_Crypto_Core_JacobianEcAdd() [all …]
|