Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c3146 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESGCM_Process() local
3250 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3259 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3469 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process_DMA() local
3577 wordsize = wordsize - (wordsize % 4U); in CRYP_AESGCM_Process_DMA()
3581 …CRYP_SetDMAConfig(hcryp, (uint32_t)( hcryp->pCrypInBuffPtr), (uint16_t)wordsize, (uint32_t)(hcryp-… in CRYP_AESGCM_Process_DMA()
3584 …CRYP_SetMDMAConfig(hcryp, (uint32_t)( hcryp->pCrypInBuffPtr), (uint16_t)wordsize, (uint32_t)(hcryp… in CRYP_AESGCM_Process_DMA()
3685 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
3796 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3805 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c2907 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESGCM_Process() local
3019 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3028 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3293 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process_DMA() local
3408 wordsize = wordsize - (wordsize % 4U); in CRYP_AESGCM_Process_DMA()
3411 CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), (uint16_t)wordsize, in CRYP_AESGCM_Process_DMA()
3519 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
3679 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3688 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
3954 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESCCM_Process_DMA() local
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c3679 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process() local
3820 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3829 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4159 uint32_t wordsize; in CRYP_AESGCM_Process_DMA() local
4307 wordsize = (uint32_t)(hcryp->Size) + (16U - ((uint32_t)(hcryp->Size) % 16U)) ; in CRYP_AESGCM_Process_DMA()
4310 CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), ((uint16_t)wordsize / 4U), in CRYP_AESGCM_Process_DMA()
4339 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
4598 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
4606 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4711 wordsize = ((wordsize / 4U) * 4U) ;
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c3685 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process() local
3826 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3835 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4165 uint32_t wordsize; in CRYP_AESGCM_Process_DMA() local
4313 wordsize = (uint32_t)(hcryp->Size) + (16U - ((uint32_t)(hcryp->Size) % 16U)) ; in CRYP_AESGCM_Process_DMA()
4316 CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), ((uint16_t)wordsize / 4U), in CRYP_AESGCM_Process_DMA()
4345 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
4604 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
4612 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4717 wordsize = ((wordsize / 4U) * 4U) ;
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c3086 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3177 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3186 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3761 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3852 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3860 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4575 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4595 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4598 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c3088 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3179 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3188 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3763 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3854 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3862 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4577 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4597 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4600 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c3086 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3177 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3186 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3761 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3852 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3860 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4575 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4595 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4598 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c3086 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3177 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3186 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3761 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3852 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3860 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4575 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4595 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4598 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c3086 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3177 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3186 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3761 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3852 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
3860 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4575 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4595 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4598 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c3235 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESGCM_Process() local
3326 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
3335 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
3908 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U) ; in CRYP_AESCCM_Process() local
3999 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
4007 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
4721 uint16_t wordsize = hcryp->Size / 4U ; in CRYP_GCMCCM_SetPayloadPhase_DMA() local
4741 wordsize = wordsize - (wordsize % 4U); in CRYP_GCMCCM_SetPayloadPhase_DMA()
4744 …CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), wordsize, (uint32_t)(hcryp->pCrypOutBu… in CRYP_GCMCCM_SetPayloadPhase_DMA()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c4132 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESGCM_Process() local
4308 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
4317 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4983 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process_DMA() local
5158 wordsize = wordsize - (wordsize % 4U); in CRYP_AESGCM_Process_DMA()
5161 CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), (uint16_t)wordsize * 4U, in CRYP_AESGCM_Process_DMA()
5340 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
5522 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
5530 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
6172 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESCCM_Process_DMA() local
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp.c4116 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESGCM_Process() local
4292 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESGCM_Process()
4301 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4964 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESGCM_Process_DMA() local
5139 wordsize = wordsize - (wordsize % 4U); in CRYP_AESGCM_Process_DMA()
5142 CRYP_SetDMAConfig(hcryp, (uint32_t)(hcryp->pCrypInBuffPtr), (uint16_t)wordsize * 4U, in CRYP_AESGCM_Process_DMA()
5321 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U; in CRYP_AESCCM_Process() local
5503 wordsize = ((wordsize / 4U) * 4U) ; in CRYP_AESCCM_Process()
5511 while ((hcryp->CrypInCount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
6153 uint32_t wordsize = (uint32_t)(hcryp->Size) / 4U ; in CRYP_AESCCM_Process_DMA() local
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c3712 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESGCM_Process() local
3798 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESGCM_Process()
3807 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4373 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESCCM_Process() local
4463 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESCCM_Process()
4471 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c3741 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESGCM_Process() local
3863 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESGCM_Process()
3872 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4502 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESCCM_Process() local
4628 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESCCM_Process()
4636 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c3810 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESGCM_Process() local
3937 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESGCM_Process()
3946 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESGCM_Process()
4584 uint32_t wordsize = ((uint32_t)hcryp->Size / 4U); in CRYP_AESCCM_Process() local
4714 wordsize = ((wordsize / 4U) * 4U); in CRYP_AESCCM_Process()
4722 while ((incount < wordsize) && (outcount < wordsize)) in CRYP_AESCCM_Process()