Decryptedtext is only used within CRYP_AESModes_DMA.
 
Symbols
loading...
Files
loading...

Decryptedtext variable

Syntax

static uint32_t Decryptedtext[16]={0};

References

LocationReferrerText
main.c:95
static uint32_t Decryptedtext[16]={0};
main.c:158main()
HAL_CRYP_Decrypt_DMA(&hcryp, Ciphertext , 16, Decryptedtext);
main.c:165main()
if(memcmp(Decryptedtext, Plaintext, 64) != 0)
main.c:202main()
HAL_CRYP_Decrypt_DMA(&hcryp, Ciphertext_8 , 16, Decryptedtext);
main.c:209main()
if(memcmp(Decryptedtext, Plaintext_8, 64) != 0)
main.c:246main()
HAL_CRYP_Decrypt_DMA(&hcryp, Ciphertext_16 , 16, Decryptedtext);
main.c:253main()
if(memcmp(Decryptedtext, Plaintext_16, 64) != 0)
main.c:290main()
HAL_CRYP_Decrypt_DMA(&hcryp, Ciphertext_1 , 16, Decryptedtext);
main.c:297main()
if(memcmp(Decryptedtext, Plaintext_1, 64) != 0)

Data Use

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