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

aMD5Digest variable

Syntax

static uint8_t aMD5Digest[16];

References

LocationReferrerText
main.c:80
static uint8_t aMD5Digest[16];
main.c:157main()
if (HAL_HASH_MD5_Start(&HashHandle, (uint8_t *)aInput, INPUT_TAB_SIZE, aMD5Digest, 0xFF) != HAL_OK)
main.c:162main()
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