Searched refs:t6 (Results 1 – 1 of 1) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_ecc_nist_p.c | 1967 uint32_t t6 = 4u; in Cy_Crypto_Core_JacobianEcAdd() local 1986 tmpResult = CY_CRYPTO_VU_ALLOC_MEM (base, t6, size); in Cy_Crypto_Core_JacobianEcAdd() 2010 tmpResult = Cy_Crypto_Core_EC_SquareMod( base, t6, my_s_z, size); /* t6 = ZZ */ in Cy_Crypto_Core_JacobianEcAdd() 2016 tmpResult =Cy_Crypto_Core_EC_MulMod( base, t8, my_t_x, t6, size); /* t8 = xZZ = B */ in Cy_Crypto_Core_JacobianEcAdd() 2035 tmpResult = Cy_Crypto_Core_EC_MulMod( base, t9, t7, t6, size); /* t9 = yZZZ = D */ in Cy_Crypto_Core_JacobianEcAdd() 2042 tmpResult = Cy_Crypto_Core_EC_SquareMod( base, t6, my_s_x, size); /* t6 = EE */ in Cy_Crypto_Core_JacobianEcAdd() 2048 tmpResult = Cy_Crypto_Core_EC_MulMod( base, t7, t8, t6, size); /* t7 = B*EE */ in Cy_Crypto_Core_JacobianEcAdd() 2054 tmpResult = Cy_Crypto_Core_EC_MulMod( base, t8, t6, my_s_x, size); /* t8 = EEE */ in Cy_Crypto_Core_JacobianEcAdd() 2060 tmpResult = Cy_Crypto_Core_EC_MulMod( base, t6, t9, t8, size); /* t6 = D*EEE */ in Cy_Crypto_Core_JacobianEcAdd() 2081 …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 …]
|