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

aMD5Digest variable

Syntax

static uint8_t aMD5Digest[16];

References

LocationReferrerText
main.c:39
__ALIGN_BEGIN static uint8_t aMD5Digest[16] __ALIGN_END;
main.c:132main()
if (HAL_HASH_MD5_Finish(&HashHandle, aMD5Digest, 0xFF) != HAL_OK)
main.c:138main()
if (memcmp(aMD5Digest, aExpectMD5Digest, sizeof(aExpectMD5Digest) / sizeof(aExpectMD5Digest[0])) != 0)

Data Use

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