NETAESDelete

C Specification

#include <revolution/net.h>

void NETAESDelete( NETAESContext *context );

Arguments

context Pointer to the AES encryption context structure.

Return Values

None.

Description

This function releases the AES encryption context that was generated by the NETAESCreate function.

See Also

NETAESCreate

Revision History

2006/10/12 Initial version.


CONFIDENTIAL