Home
last modified time | relevance | path

Searched refs:outcount (Results 1 – 13 of 13) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_cryp.c1536 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
1541 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1544 while((hcryp->CrypInCount < (hcryp->Size/4U)) && (outcount < (hcryp->Size/4U))) in CRYP_TDES_Process()
1580 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1582 if(((hcryp->Instance->SR & CRYP_FLAG_OFNE ) != 0x0U) && (outcount < (hcryp->Size/4U))) in CRYP_TDES_Process()
1593 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1701 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
1721 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
1723 while((hcryp->CrypInCount < (hcryp->Size/4U)) && (outcount < (hcryp->Size/4U))) in CRYP_AES_Encrypt()
1728 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_cryp.c1843 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
1848 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1851 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
1887 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1889 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
1900 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2014 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2055 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2057 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2062 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_cryp.c1828 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
1833 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1836 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
1872 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
1874 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
1886 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2001 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2042 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2044 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2049 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_cryp.c2222 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
2228 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2231 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2267 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2269 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2285 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2403 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2453 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2455 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2460 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_cryp.c2222 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_TDES_Process() local
2228 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2231 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2267 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2269 if (((hcryp->Instance->SR & CRYP_FLAG_OFNE) != 0x0U) && (outcount < (hcryp->Size / 4U))) in CRYP_TDES_Process()
2285 outcount = hcryp->CrypOutCount; in CRYP_TDES_Process()
2403 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2453 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2455 while ((hcryp->CrypInCount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2460 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_cryp.c1994 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2036 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2037 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2042 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2141 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2230 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2231 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2236 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3071 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3164 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_cryp.c1999 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2041 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2042 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2047 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2148 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2237 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2238 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2243 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3080 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3173 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_cryp.c1994 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2036 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2037 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2042 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2141 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2230 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2231 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2236 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3071 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3164 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_cryp.c1994 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2036 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2037 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2042 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2141 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2230 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2231 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2236 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3071 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3164 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_cryp.c2101 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2151 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2152 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2157 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2256 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2400 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2401 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2406 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3241 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3334 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_cryp.c2154 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2266 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2267 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2272 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2408 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2582 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2583 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2588 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3611 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3700 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_cryp.c2154 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2266 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2267 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2272 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2408 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2593 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2594 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2599 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3644 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3769 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]
/hal_stm32-3.5.0/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_cryp.c2178 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Encrypt() local
2296 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2297 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Encrypt()
2302 outcount = hcryp->CrypOutCount; in CRYP_AES_Encrypt()
2444 uint16_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AES_Decrypt() local
2666 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
2667 while ((incount < (hcryp->Size / 4U)) && (outcount < (hcryp->Size / 4U))) in CRYP_AES_Decrypt()
2672 outcount = hcryp->CrypOutCount; in CRYP_AES_Decrypt()
3816 uint32_t outcount; /* Temporary CrypOutCount Value */ in CRYP_AESGCM_Process() local
3945 outcount = hcryp->CrypOutCount; in CRYP_AESGCM_Process()
[all …]