Skip to content

Commit 043e242

Browse files
committed
[#256] SA Rework Update - WIP Unit tests (Currently Broken)
1 parent 435bec2 commit 043e242

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sa/internal/sa_interface_inmemory.template.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,7 @@ void sa_populate(void)
471471

472472
// AOS - Authenticated Encryption, AES-CBC-256 (Keyed)
473473
// IV = 0...0, IV-Len = 16, MAC-Len = 16, TFVN = 1, VCID = 0, ARSNW = 5
474+
// EKID = 12
474475
sa[12].spi = 12;
475476
sa[12].ekid = 12;
476477
sa[12].sa_state = SA_KEYED;

0 commit comments

Comments
 (0)