1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.0.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>AES_Init</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">AES_Init <IMG src="../../image/TWL.gif" width="23" height="12" border="0" align="middle"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19  <pre><CODE>#include &lt;twl/aes.h&gt;
20
21void AES_Init(void);
22</CODE></pre>
23</dd>
24</dl>
25
26<h2>Arguments</h2>
27<p>
28None.
29</p>
30
31<h2>Return Values</h2>
32<p>
33None.
34</p>
35
36<H2>Description</H2>
37<P>
38Initializes the AES library. This must be called before calling other functions in the AES library.
39</p>
40
41<h2>See Also</h2>
42<p><CODE></CODE></p>
43
44<H2>Revision History</H2>
45<P>
462007/12/25 Initial version.
47</P>
48<hr><p>CONFIDENTIAL</p></body>
49</html>
50