Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c5606 uint32_t size_in_bytes;
5616 size_in_bytes = hcryp->Init.HeaderSize * 4U;
5620 size_in_bytes = hcryp->Init.HeaderSize;
5623 if (size_in_bytes != 0U)
5634 if ((size_in_bytes % 16U) == 0U)
5637 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U)
5667 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U)
5694 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++)
5700 if ((size_in_bytes % 4U) == 0U)
5713 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)];
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c5600 uint32_t size_in_bytes;
5610 size_in_bytes = hcryp->Init.HeaderSize * 4U;
5614 size_in_bytes = hcryp->Init.HeaderSize;
5617 if (size_in_bytes != 0U)
5628 if ((size_in_bytes % 16U) == 0U)
5631 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U)
5661 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U)
5688 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++)
5694 if ((size_in_bytes % 4U) == 0U)
5707 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)];
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c4686 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4695 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4699 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4702 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4711 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4714 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4746 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4775 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4781 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4794 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c4382 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4391 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4395 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4398 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4407 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4410 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4441 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4468 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4474 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4487 tmp &= mask[size_in_bytes % 4U]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c4692 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4702 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4706 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4709 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4718 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4721 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4753 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4782 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4788 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4801 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c4686 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4695 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4699 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4702 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4711 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4714 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4746 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4775 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4781 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4794 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c4686 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4695 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4699 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4702 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4711 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4714 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4746 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4775 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4781 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4794 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c4856 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4865 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4869 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4872 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4881 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4884 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4916 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4945 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4951 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4964 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c5192 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
5202 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
5206 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
5209 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
5218 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5221 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5244 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5264 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
5270 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5283 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c5425 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
5435 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
5439 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
5442 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
5451 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5454 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5477 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5497 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
5503 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5516 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c5621 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
5631 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
5635 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
5638 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
5647 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5650 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5673 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5693 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
5699 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5712 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()