Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c2471 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2513 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2517 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2520 for (count = 0U; count < lastwordsize; count ++) in CRYP_DMAOutCplt()
2911 uint32_t lastwordsize ; in CRYP_AESGCM_Process() local
3080 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3084 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3088 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3132 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3136 if (index == (lastwordsize - 1U)) in CRYP_AESGCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c2630 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2663 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2667 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2671 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3090 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3226 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3230 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3233 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3270 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3291 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c2632 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2665 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2669 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2673 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3092 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3228 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3232 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3235 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3272 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3293 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c2630 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2663 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2667 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2671 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3090 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3226 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3230 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3233 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3270 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3291 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c2630 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2663 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2667 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2671 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3090 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3226 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3230 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3233 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3270 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3291 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c2630 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2663 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2667 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2671 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3090 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3226 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3230 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3233 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3270 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3291 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c2783 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2816 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2820 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2824 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3239 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3375 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3379 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3382 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3418 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3439 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c3880 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
4076 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process_IT()
4080 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process_IT()
4084 for (loopcounter = 0U; loopcounter < lastwordsize ; loopcounter++) in CRYP_AESGCM_Process_IT()
4345 uint32_t lastwordsize; in CRYP_AESCCM_Process() local
4641 lastwordsize = (16U - npblb) / 4U; in CRYP_AESCCM_Process()
4645 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESCCM_Process()
4648 for (loopcounter = 0U; loopcounter < lastwordsize; loopcounter ++) in CRYP_AESCCM_Process()
4928 uint32_t lastwordsize;
5226 lastwordsize = (16U - npblb) / 4U;
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c3886 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
4082 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process_IT()
4086 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process_IT()
4090 for (loopcounter = 0U; loopcounter < lastwordsize ; loopcounter++) in CRYP_AESGCM_Process_IT()
4351 uint32_t lastwordsize; in CRYP_AESCCM_Process() local
4647 lastwordsize = (16U - npblb) / 4U; in CRYP_AESCCM_Process()
4651 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESCCM_Process()
4654 for (loopcounter = 0U; loopcounter < lastwordsize; loopcounter ++) in CRYP_AESCCM_Process()
4934 uint32_t lastwordsize;
5232 lastwordsize = (16U - npblb) / 4U;
[all …]
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_cryp.c3308 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
3365 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3369 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3372 for (count = 0U; count < lastwordsize; count ++) in CRYP_DMAOutCplt()
3447 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3451 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3455 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
4136 uint32_t lastwordsize ; in CRYP_AESGCM_Process() local
4382 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
4386 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_cryp.c3292 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
3349 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3353 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3356 for (count = 0U; count < lastwordsize; count ++) in CRYP_DMAOutCplt()
3431 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3435 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3439 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
4120 uint32_t lastwordsize ; in CRYP_AESGCM_Process() local
4366 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
4370 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c3147 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
3182 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3186 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3190 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3716 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3845 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3849 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3852 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3886 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3906 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c3176 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
3211 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3215 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3219 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3745 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3910 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3914 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3917 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
3951 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
3971 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c3269 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
3304 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
3308 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
3312 for (count = 0U; count < lastwordsize; count++) in CRYP_DMAOutCplt()
3814 uint32_t lastwordsize; in CRYP_AESGCM_Process() local
3984 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
3988 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_AESGCM_Process()
3991 for (index = 0U; index < lastwordsize; index ++) in CRYP_AESGCM_Process()
4025 for (index = 0U; index < lastwordsize; index++) in CRYP_AESGCM_Process()
4045 uint32_t lastwordsize; in CRYP_AESGCM_Process_IT() local
[all …]
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c2487 uint32_t lastwordsize; in CRYP_DMAOutCplt() local
2523 lastwordsize = (16U - npblb) / 4U; in CRYP_DMAOutCplt()
2527 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_DMAOutCplt()
2530 for (count = 0U; count < lastwordsize; count ++) in CRYP_DMAOutCplt()
2657 uint32_t lastwordsize; in CRYP_MDMAOutCplt() local
2693 lastwordsize = (16U - npblb) / 4U; in CRYP_MDMAOutCplt()
2697 lastwordsize = ((16U - npblb) / 4U) + 1U; in CRYP_MDMAOutCplt()
2700 for(count = 0U; count < lastwordsize; count ++) in CRYP_MDMAOutCplt()
3150 uint32_t lastwordsize ; in CRYP_AESGCM_Process() local
3306 lastwordsize = (16U - npblb) / 4U; in CRYP_AESGCM_Process()
[all …]