Home
last modified time | relevance | path

Searched refs:s_x (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_ecc_nist_p.h67 void Cy_Crypto_Core_JacobianEcAdd(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_z, uint…
68 void Cy_Crypto_Core_JacobianEcDouble(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_z, u…
69 void Cy_Crypto_Core_JacobianEcScalarMul(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t d, …
71 void Cy_Crypto_Core_JacobianTransform(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_z);
72 void Cy_Crypto_Core_JacobianInvTransform(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_…
/hal_infineon-3.4.0/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_ecc_nist_p.c1534 void Cy_Crypto_Core_JacobianTransform(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_z) in Cy_Crypto_Core_JacobianTransform() argument
1536 (void)s_x; /* Suppress warning */ in Cy_Crypto_Core_JacobianTransform()
1565 void Cy_Crypto_Core_JacobianInvTransform(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t s_… in Cy_Crypto_Core_JacobianInvTransform() argument
1577 CY_CRYPTO_VU_LD_REG(base, my_s_x, s_x); in Cy_Crypto_Core_JacobianInvTransform()
1632 uint32_t s_x, in Cy_Crypto_Core_JacobianEcAdd() argument
1653 CY_CRYPTO_VU_LD_REG(base, my_s_x, s_x); in Cy_Crypto_Core_JacobianEcAdd()
1715 uint32_t s_x, in Cy_Crypto_Core_JacobianEcDouble() argument
1732 CY_CRYPTO_VU_LD_REG(base, my_s_x, s_x); in Cy_Crypto_Core_JacobianEcDouble()
1792 void Cy_Crypto_Core_JacobianEcScalarMul(CRYPTO_Type *base, uint32_t s_x, uint32_t s_y, uint32_t d, … in Cy_Crypto_Core_JacobianEcScalarMul() argument
1810 CY_CRYPTO_VU_LD_REG(base, my_s_x, s_x); in Cy_Crypto_Core_JacobianEcScalarMul()