Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_cryp_aes.c234 CRYP_IVConfig_T AES_IVConfig; in CRYP_AES_CBC() local
299 AES_IVConfig.IV0Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CBC()
301 AES_IVConfig.IV0Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CBC()
303 AES_IVConfig.IV1Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CBC()
305 AES_IVConfig.IV1Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CBC()
344 CRYP_ConfigIV(&AES_IVConfig); in CRYP_AES_CBC()
415 CRYP_IVConfig_T AES_IVConfig; in CRYP_AES_CTR() local
480 AES_IVConfig.IV0Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CTR()
482 AES_IVConfig.IV0Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CTR()
484 AES_IVConfig.IV1Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CTR()
[all …]

Completed in 4 milliseconds