Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_hash.c2989 uint32_t inputSize; in HASH_Start_DMA() local
3039 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3056 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3075 …= (((inputSize % 4U) != 0U) ? (inputSize + (4U - (inputSize % 4U))) : (inputSize)); /* Set DMA dat… in HASH_Start_DMA()
3092 … (((inputSize % 4U) != 0U) ? (inputSize + (4U - (inputSize % 4U))) : (inputSize))); in HASH_Start_DMA()
3383 uint32_t inputSize; in HMAC_Start_DMA() local
3437 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3460 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3466 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3489 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_hash.c2554 uint32_t inputSize; in HASH_Start_DMA() local
2604 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2621 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2634 …ain, inputaddr, (uint32_t)&HASH->DIN, (((inputSize %4U)!=0U) ? ((inputSize+(4U-(inputSize %4U)))/4… in HASH_Start_DMA()
2908 uint32_t inputSize; in HMAC_Start_DMA() local
2960 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
2983 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
2989 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3012 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
3025 …ain, inputaddr, (uint32_t)&HASH->DIN, (((inputSize %4U)!=0U) ? ((inputSize+(4U-(inputSize %4U)))/4… in HMAC_Start_DMA()
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_hash.c2970 uint32_t inputSize; in HASH_Start_DMA() local
3020 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3037 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3051 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
3052 (inputSize / 4U))); in HASH_Start_DMA()
3336 uint32_t inputSize; in HMAC_Start_DMA() local
3390 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3413 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3419 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3442 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_hash.c2962 uint32_t inputSize; in HASH_Start_DMA() local
3012 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3029 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3043 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
3044 (inputSize / 4U))); in HASH_Start_DMA()
3328 uint32_t inputSize; in HMAC_Start_DMA() local
3382 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3405 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3411 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3434 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_hash.c2962 uint32_t inputSize; in HASH_Start_DMA() local
3012 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3029 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3043 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
3044 (inputSize / 4U))); in HASH_Start_DMA()
3328 uint32_t inputSize; in HMAC_Start_DMA() local
3382 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3405 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3411 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3434 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32f2xx/drivers/src/
Dstm32f2xx_hal_hash.c2890 uint32_t inputSize; in HASH_Start_DMA() local
2935 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2952 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
2966 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
2967 (inputSize / 4U))); in HASH_Start_DMA()
3251 uint32_t inputSize; in HMAC_Start_DMA() local
3301 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3324 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3329 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3352 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32f7xx/drivers/src/
Dstm32f7xx_hal_hash.c2962 uint32_t inputSize; in HASH_Start_DMA() local
3012 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3029 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3043 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
3044 (inputSize / 4U))); in HASH_Start_DMA()
3328 uint32_t inputSize; in HMAC_Start_DMA() local
3382 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3405 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3411 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3434 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]
/hal_stm32-3.4.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_hash.c2975 uint32_t inputSize; in HASH_Start_DMA() local
3025 inputSize = Size; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3042 inputSize = hhash->HashInCount; /* DMA transfer size (in bytes) */ in HASH_Start_DMA()
3056 … (((inputSize % 4U) != 0U) ? ((inputSize + (4U - (inputSize % 4U))) / 4U) : \ in HASH_Start_DMA()
3057 (inputSize / 4U))); in HASH_Start_DMA()
3341 uint32_t inputSize; in HMAC_Start_DMA() local
3409 inputSize = hhash->Init.KeySize; /* Size for first DMA transfer (in bytes) */ in HMAC_Start_DMA()
3432 inputSize = Size; /* Input message size in bytes */ in HMAC_Start_DMA()
3440 __HAL_HASH_SET_NBVALIDBITS(inputSize); in HMAC_Start_DMA()
3463 inputSize = hhash->HashInCount; /* Input message size in bytes */ in HMAC_Start_DMA()
[all …]