Home
last modified time | relevance | path

Searched refs:Cy_Crypto_Core_Vu_IsRegEqual (Results 1 – 4 of 4) sorted by relevance

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_vu.h136 bool Cy_Crypto_Core_Vu_IsRegEqual(CRYPTO_Type *base, uint32_t srcReg0, uint32_t srcReg1);
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_vu.c136 bool Cy_Crypto_Core_Vu_IsRegEqual(CRYPTO_Type *base, uint32_t srcReg0, uint32_t srcReg1) in Cy_Crypto_Core_Vu_IsRegEqual() function
Dcy_crypto_core_ecc_eddsa.c1980 if (Cy_Crypto_Core_Vu_IsRegEqual(base, p_x, p_y) != true) in Cy_Crypto_Core_ED25519_PointDecode()
1985 if (Cy_Crypto_Core_Vu_IsRegEqual(base, p_x, p_y) != true) in Cy_Crypto_Core_ED25519_PointDecode()
2308 if (Cy_Crypto_Core_Vu_IsRegEqual(base, VR_S_Y, p_r)) in Cy_Crypto_Core_ED25519_Verify()
Dcy_crypto_core_ecc_ecdsa.c636 if (Cy_Crypto_Core_Vu_IsRegEqual(base, p_s, p_r)) in Cy_Crypto_Core_ECC_VerifyHash()