Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/include/
Dcy_crypto_core_hw_v2.h354 __STATIC_INLINE void Cy_Crypto_Core_V2_RunAesInv(CRYPTO_Type *base) in Cy_Crypto_Core_V2_RunAesInv() function
/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_crypto_core_aes_v2.c2053 …(CY_CRYPTO_ENCRYPT == dirMode) ? Cy_Crypto_Core_V2_RunAes(base) : Cy_Crypto_Core_V2_RunAesInv(base… in Cy_Crypto_Core_V2_Aes_Ecb()
2372 Cy_Crypto_Core_V2_RunAesInv(base); in Cy_Crypto_Core_V2_Aes_Cbc()