Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c2504 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2523 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2527 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2530 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2533 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2534 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2540 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
2553 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3272 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3291 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c2511 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2531 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2535 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2538 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2541 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2542 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2548 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
2561 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3281 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3301 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c2504 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2523 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2527 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2530 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2533 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2534 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2540 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
2553 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3272 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3291 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c2504 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2523 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2527 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2530 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2533 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2534 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2540 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
2553 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3272 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3291 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c2674 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2693 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2697 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2700 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2703 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2704 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2710 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
2723 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3442 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3461 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c2953 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
2975 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
2979 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
2982 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
2985 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
2986 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2992 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
3005 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3803 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3822 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c2986 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
3008 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
3012 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
3015 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
3018 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
3019 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
3025 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
3038 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
3872 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
3891 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c3158 uint32_t headersize_in_bytes; in CRYP_DMAInCplt() local
3180 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_DMAInCplt()
3184 headersize_in_bytes = hcryp->Init.HeaderSize; in CRYP_DMAInCplt()
3187 if ((headersize_in_bytes % 16U) != 0U) in CRYP_DMAInCplt()
3190 hcryp->CrypHeaderCount = (uint16_t)((headersize_in_bytes / 16U) * 4U); in CRYP_DMAInCplt()
3191 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
3197 if ((headersize_in_bytes % 4U) == 0U) in CRYP_DMAInCplt()
3210 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)]; in CRYP_DMAInCplt()
4048 uint32_t headersize_in_bytes; in CRYP_AESGCM_Process_IT() local
4067 headersize_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_AESGCM_Process_IT()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c5910 uint32_t headersize_in_bytes;
5919 headersize_in_bytes = hcryp->Init.HeaderSize * 4U;
5923 headersize_in_bytes = hcryp->Init.HeaderSize;
5926 if (headersize_in_bytes != 0U)
5937 if ((headersize_in_bytes % 16U) == 0U)
5940 for (loopcounter = 0U; (loopcounter < (headersize_in_bytes / 4U)); loopcounter += 4U)
5975 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 16U) * 4U)); loopcounter += 4U)
6007 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++)
6013 if ((headersize_in_bytes % 4U) == 0U)
6026 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)];
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c5904 uint32_t headersize_in_bytes;
5913 headersize_in_bytes = hcryp->Init.HeaderSize * 4U;
5917 headersize_in_bytes = hcryp->Init.HeaderSize;
5920 if (headersize_in_bytes != 0U)
5931 if ((headersize_in_bytes % 16U) == 0U)
5934 for (loopcounter = 0U; (loopcounter < (headersize_in_bytes / 4U)); loopcounter += 4U)
5969 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 16U) * 4U)); loopcounter += 4U)
6001 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++)
6007 if ((headersize_in_bytes % 4U) == 0U)
6020 tmp &= mask[(hcryp->Init.DataType * 2U) + (headersize_in_bytes % 4U)];
[all …]