aInput is only used within HASH_SHA1MD5_DMA.
 
Symbols
loading...
Files
loading...

aInput variable

Syntax

const uint8_t aInput[] __ALIGN_END = "The STM32F4xx series is the result of a perfect symbiosis of the real-time control capabilities of an MCU and the signal processing performance of a DSP, and thus complements the STM32 portfolio with a new class of devices, digital signal controllers (DSC).";

References

LocationReferrerText
main.c:37
__ALIGN_BEGIN const uint8_t aInput[] __ALIGN_END = "The STM32F4xx series is the result of a perfect symbiosis of the real-time control capabilities of an MCU and the signal processing performance of a DSP, and thus complements the STM32 portfolio with a new class of devices, digital signal controllers (DSC).";
main.c:93main()
if (HAL_HASH_SHA1_Start_DMA(&HashHandle, (uint8_t *)aInput, strlen((char const *)aInput)) != HAL_OK)
main.c:126main()
if (HAL_HASH_MD5_Start_DMA(&HashHandle, (uint8_t *)aInput, strlen((char const *)aInput)) != HAL_OK)

Data Use

Functions reading aInput
aInput
all items filtered out
Type of aInput
aInput
uint8_t
all items filtered out