Encryptedtext is only used within CRYP_AESCCM_IT.
 
Symbols
loading...
Files
loading...

Encryptedtext variable

Syntax

uint32_t Encryptedtext[4]={0};

References

LocationReferrerText
main.c:59
uint32_t Encryptedtext[4]={0};
main.c:115main()
HAL_CRYP_Encrypt_IT(&hcryp, Plaintext, 4, Encryptedtext);
main.c:125main()
if(memcmp(Encryptedtext, Ciphertext, 16) != 0)

Data Use

Functions reading Encryptedtext
Encryptedtext
all items filtered out
Type of Encryptedtext
Encryptedtext
uint32_t
all items filtered out