Skip to content

Commit

Permalink
Update sw/device/tests/aes_interrupt_encryption_test.c
Browse files Browse the repository at this point in the history
Co-authored-by: Douglas Reis <65042207+engdoreis@users.noreply.github.com>
Signed-off-by: Ramesh Prakash <rprakas@google.com>
  • Loading branch information
rprakas-gsc and engdoreis authored Sep 24, 2024
1 parent 4b6f2e1 commit 9612844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/device/tests/aes_interrupt_encryption_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9612844

Please sign in to comment.