Searched refs:Cy_Crypto_Core_Vu_IsRegEqual (Results 1 – 4 of 4) sorted by relevance
| /hal_infineon-latest/mtb-pdl-cat1/drivers/include/ |
| D | cy_crypto_core_vu.h | 136 bool Cy_Crypto_Core_Vu_IsRegEqual(CRYPTO_Type *base, uint32_t srcReg0, uint32_t srcReg1);
|
| /hal_infineon-latest/mtb-pdl-cat1/drivers/source/ |
| D | cy_crypto_core_vu.c | 136 bool Cy_Crypto_Core_Vu_IsRegEqual(CRYPTO_Type *base, uint32_t srcReg0, uint32_t srcReg1) in Cy_Crypto_Core_Vu_IsRegEqual() function
|
| D | cy_crypto_core_ecc_eddsa.c | 1980 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()
|
| D | cy_crypto_core_ecc_ecdsa.c | 636 if (Cy_Crypto_Core_Vu_IsRegEqual(base, p_s, p_r)) in Cy_Crypto_Core_ECC_VerifyHash()
|