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

Encryptedtext variable

Syntax

static uint32_t Encryptedtext[16]={0};

References

LocationReferrerText
main.c:92
static uint32_t Encryptedtext[16]={0};
main.c:141main()
HAL_CRYP_Encrypt_DMA(&hcryp, Plaintext, 16, Encryptedtext);
main.c:148main()
if(memcmp(Encryptedtext, Ciphertext, 64) != 0)
main.c:185main()
HAL_CRYP_Encrypt_DMA(&hcryp, Plaintext_8, 16, Encryptedtext);
main.c:192main()
if(memcmp(Encryptedtext, Ciphertext_8, 64) != 0)
main.c:229main()
HAL_CRYP_Encrypt_DMA(&hcryp, Plaintext_16, 16, Encryptedtext);
main.c:236main()
if(memcmp(Encryptedtext, Ciphertext_16, 64) != 0)
main.c:273main()
HAL_CRYP_Encrypt_DMA(&hcryp, Plaintext_1, 16, Encryptedtext);
main.c:280main()
if(memcmp(Encryptedtext, Ciphertext_1, 64) != 0)

Data Use

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