NETAESContext

C Specification

#include <revolution/net.h>
typedef struct NETAESContext NETAESContext;

Elements

Do not access the inside of this structure directly.

Description

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.

See Also

NETAESCreate, NETAESEncrypt, NETAESDecrypt, NETAESDelete

Revision History

2007/02/15 Initial version.


CONFIDENTIAL