PandA-2024.02
Functions | Variables
aes_key.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int KeySchedule (int type, int key[32])
 

Variables

const int Rcon0 [30]
 

Function Documentation

◆ KeySchedule()

int KeySchedule ( int  type,
int  key[32] 
)

Definition at line 77 of file aes_key.c.

References nb, Rcon0, and SubByte().

Here is the call graph for this function:

Variable Documentation

◆ Rcon0

const int Rcon0[30]
Initial value:
= {
0x01, 0x02, 0x04, 0x08,
0x10, 0x20, 0x40, 0x80,
0x1b, 0x36, 0x6c, 0xd8,
0xab, 0x4d, 0x9a, 0x2f,
0x5e, 0xbc, 0x63, 0xc6,
0x97, 0x35, 0x6a, 0xd4,
0xb3, 0x7d, 0xfa, 0xef,
0xc5, 0x91,
}

Definition at line 64 of file aes_key.c.


Generated on Mon Feb 12 2024 13:03:06 for PandA-2024.02 by doxygen 1.8.13