Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c5619 uint32_t size_in_bytes;
5629 size_in_bytes = hcryp->Init.HeaderSize * 4U;
5633 size_in_bytes = hcryp->Init.HeaderSize;
5636 if (size_in_bytes != 0U)
5647 if ((size_in_bytes % 16U) == 0U)
5650 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U)
5680 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U)
5707 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++)
5713 if ((size_in_bytes % 4U) == 0U)
5726 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)];
[all …]
/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c5625 uint32_t size_in_bytes;
5635 size_in_bytes = hcryp->Init.HeaderSize * 4U;
5639 size_in_bytes = hcryp->Init.HeaderSize;
5642 if (size_in_bytes != 0U)
5653 if ((size_in_bytes % 16U) == 0U)
5656 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U)
5686 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U)
5713 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++)
5719 if ((size_in_bytes % 4U) == 0U)
5732 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)];
[all …]
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_cryp.c4710 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4720 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4724 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4727 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4736 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4739 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4771 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4800 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4806 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4819 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c4712 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4722 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4726 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4729 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4738 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4741 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4773 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4802 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4808 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4821 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c4435 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4444 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4448 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4451 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4460 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4463 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4494 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4521 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4527 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4540 tmp &= mask[size_in_bytes % 4U]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c4710 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4720 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4724 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4727 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4736 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4739 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4771 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4800 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4806 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4819 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c4710 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4720 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4724 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4727 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4736 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4739 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4771 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4800 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4806 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4819 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c4710 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
4720 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
4724 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
4727 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
4736 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4739 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4771 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
4800 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
4806 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
4819 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/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-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c5298 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
5308 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
5312 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
5315 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
5324 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5327 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5350 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5370 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
5376 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5389 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c5527 uint32_t size_in_bytes; in CRYP_GCMCCM_SetHeaderPhase() local
5537 size_in_bytes = hcryp->Init.HeaderSize * 4U; in CRYP_GCMCCM_SetHeaderPhase()
5541 size_in_bytes = hcryp->Init.HeaderSize; in CRYP_GCMCCM_SetHeaderPhase()
5544 if ((size_in_bytes != 0U)) in CRYP_GCMCCM_SetHeaderPhase()
5553 if ((size_in_bytes % 16U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5556 for (loopcounter = 0U; (loopcounter < (size_in_bytes / 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5579 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 16U) * 4U)); loopcounter += 4U) in CRYP_GCMCCM_SetHeaderPhase()
5599 for (loopcounter = 0U; (loopcounter < ((size_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_GCMCCM_SetHeaderPhase()
5605 if ((size_in_bytes % 4U) == 0U) in CRYP_GCMCCM_SetHeaderPhase()
5618 tmp &= mask[(hcryp->Init.DataType * 2U) + (size_in_bytes % 4U)]; in CRYP_GCMCCM_SetHeaderPhase()
/hal_stm32-latest/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()