Home
last modified time | relevance | path

Searched refs:loopcounter (Results 1 – 3 of 3) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_cryp.c2503 uint32_t loopcounter; in CRYP_DMAInCplt() local
2534 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2543 while (loopcounter < 4U) in CRYP_DMAInCplt()
2546 loopcounter++; in CRYP_DMAInCplt()
2555 loopcounter++; in CRYP_DMAInCplt()
2557 while (loopcounter < 4U) in CRYP_DMAInCplt()
2560 loopcounter++; in CRYP_DMAInCplt()
3268 uint32_t loopcounter; in CRYP_AESGCM_Process_IT() local
3451 for (loopcounter = 0U; loopcounter < lastwordsize ; loopcounter++) in CRYP_AESGCM_Process_IT()
3456 while (loopcounter < 4U) in CRYP_AESGCM_Process_IT()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_cryp.c2723 uint32_t loopcounter; in CRYP_DMAInCplt() local
2756 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2765 while (loopcounter < 4U) in CRYP_DMAInCplt()
2768 loopcounter++; in CRYP_DMAInCplt()
2777 loopcounter++; in CRYP_DMAInCplt()
2779 while (loopcounter < 4U) in CRYP_DMAInCplt()
2782 loopcounter++; in CRYP_DMAInCplt()
3546 uint32_t loopcounter; in CRYP_AESGCM_Process_IT() local
3727 for (loopcounter = 0U; loopcounter < lastwordsize ; loopcounter++) in CRYP_AESGCM_Process_IT()
3732 while (loopcounter < 4U) in CRYP_AESGCM_Process_IT()
[all …]
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_cryp.c2806 uint32_t loopcounter; in CRYP_DMAInCplt() local
2840 for (loopcounter = 0U; (loopcounter < ((headersize_in_bytes / 4U) % 4U)); loopcounter++) in CRYP_DMAInCplt()
2849 while (loopcounter < 4U) in CRYP_DMAInCplt()
2852 loopcounter++; in CRYP_DMAInCplt()
2861 loopcounter++; in CRYP_DMAInCplt()
2863 while (loopcounter < 4U) in CRYP_DMAInCplt()
2866 loopcounter++; in CRYP_DMAInCplt()
3689 uint32_t loopcounter; in CRYP_AESGCM_Process_IT() local
3900 for (loopcounter = 0U; loopcounter < lastwordsize ; loopcounter++) in CRYP_AESGCM_Process_IT()
3905 while (loopcounter < 4U) in CRYP_AESGCM_Process_IT()
[all …]