Home
last modified time | relevance | path

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

/bsp/apm32/libraries/APM32F4xx_Library/APM32F4xx_StdPeriphDriver/src/
A Dapm32f4xx_cryp_aes.c239 uint32_t IVAddr = (uint32_t)IV; 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()
420 uint32_t IVAddr = (uint32_t)IV; 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()
486 AES_IVConfig.IV1Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_AES_CTR()
A Dapm32f4xx_cryp_des.c158 uint32_t IVAddr = (uint32_t)IV; in CRYP_DES_CBC() local
184 DEC_IVConfig.IV0Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_DES_CBC()
186 DEC_IVConfig.IV0Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_DES_CBC()
A Dapm32f4xx_cryp_tdes.c166 uint32_t IVAddr = (uint32_t)IV; in CRYP_TDES_CBC() local
200 TDEC_IVConfig.IV0Left = __REV(*(uint32_t *)(IVAddr)); in CRYP_TDES_CBC()
202 TDEC_IVConfig.IV0Right = __REV(*(uint32_t *)(IVAddr)); in CRYP_TDES_CBC()

Completed in 7 milliseconds