#include <revolution/net.h>
typedef struct NETAESContext NETAESContext;
Do not access the inside of this structure directly.
This is the context structure used for AES encryption processing. It has a size of 248 bytes. After initializing with the NETAESCreate function, either encrypt the plain text using the NETAESEncrypt function or decrypt it using the NETAESDecrypt function, and free it using the NETAESDelete.
NETAESCreate, NETAESEncrypt, NETAESDecrypt, NETAESDelete
2007/02/15 Initial version.
CONFIDENTIAL