PandA-2024.02
Functions | Variables
aes.c File Reference
#include <stdio.h>
#include "aes.h"
#include "aes_enc.c"
#include "aes_dec.c"
#include "aes_key.c"
#include "aes_func.c"
Include dependency graph for aes.c:

Go to the source code of this file.

Functions

int aes_main (void)
 
int main ()
 

Variables

int main_result
 

Function Documentation

◆ aes_main()

int aes_main ( void  )

Definition at line 75 of file aes.c.

References decrypt(), encrypt(), key, and statemt.

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ main()

int main ( void  )

Definition at line 123 of file aes.c.

References aes_main(), and main_result.

Here is the call graph for this function:

Variable Documentation

◆ main_result

int main_result

Definition at line 65 of file aes.c.

Referenced by main().


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