From 961284438593399aa7698b5224bb5b28a27cf929 Mon Sep 17 00:00:00 2001 From: Ramesh Prakash Date: Tue, 24 Sep 2024 14:08:02 -0700 Subject: [PATCH] Update sw/device/tests/aes_interrupt_encryption_test.c Co-authored-by: Douglas Reis <65042207+engdoreis@users.noreply.github.com> Signed-off-by: Ramesh Prakash --- sw/device/tests/aes_interrupt_encryption_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sw/device/tests/aes_interrupt_encryption_test.c b/sw/device/tests/aes_interrupt_encryption_test.c index 187fcfae07bb4..22b858129a71e 100644 --- a/sw/device/tests/aes_interrupt_encryption_test.c +++ b/sw/device/tests/aes_interrupt_encryption_test.c @@ -26,7 +26,7 @@ enum { // manually. Software is expected to get the key in two shares right from the // beginning. -static const unsigned char kAesModesPlainText_block12[32] = { +static const unsigned char kAesModesPlainTextBlock12[32] = { 0x6b, 0xc1, 0xbe, 0xe2, 0x2e, 0x40, 0x9f, 0x96, 0xe9, 0x3d, 0x7e, 0x11, 0x73, 0x93, 0x17, 0x2a, 0xae, 0x2d, 0x8a, 0x57, 0x1e, 0x03, 0xac, 0x9c, 0x9e, 0xb7, 0x6f, 0xac, 0x45, 0xaf, 0x8e, 0x51,