PandA-2024.02
Macros | Functions
aes_test.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include "aes.h"
Include dependency graph for aes_test.c:

Go to the source code of this file.

Macros

#define DUMP(s, i, buf, sz)
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ DUMP

#define DUMP (   s,
  i,
  buf,
  sz 
)
Value:
{printf(s); \
for (i = 0; i < (sz);i++) \
printf("%02x ", buf[i]); \
printf("\n");}

Definition at line 23 of file aes_test.c.

Referenced by main().

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 28 of file aes_test.c.

References aes256_encrypt_ecb(), DUMP, and key.

Here is the call graph for this function:

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