Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/aes/
Dfsl_aes.c36kAES_CfgSwap = 0x51u, /*!< INTEXT swap bytes, OUTTEXT swap bytes, PROC_EN = Encr… enumerator
399 *(volatile uint8_t *)((uint32_t)base) = (uint8_t)kAES_CfgSwap; in AES_EncryptEcb()
450 *(volatile uint8_t *)((uint32_t)base) = (uint8_t)kAES_CfgSwap; in AES_DecryptEcb()
524 *(volatile uint8_t *)((uint32_t)base) = (uint8_t)kAES_CfgSwap; in aes_block_mode()
702 *(volatile uint8_t *)((uint32_t)base) = (uint8_t)kAES_CfgSwap; in AES_CryptCtr()
1141 *(volatile uint8_t *)((uint32_t)base) = (uint8_t)kAES_CfgSwap; in aes_gcm_process()