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>AESCallback</title> 9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 10</head> 11 12<body> 13 14<h1 align="left">AESCallback <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 <twl/aes.h> 20 21typedef void (*AESCallback)(<a href="AESResult.html">AESResult</a> result, void* arg); 22</CODE></pre><br> 23</dd> 24</dl> 25 26<H2>Members</H2> 27<TABLE border="1" width="100%" class="members"> 28 <TBODY> 29 <TR> 30 <TH>result</TH> 31 <TD>Result of an AES operation.</TD> 32 </TR> 33 <TR> 34 <TH>arg</TH> 35 <TD>User-defined parameter. In functions that take a callback function as an argument, the argument passed here will be those functions' next argument after the callback function.</TD> 36 </TR> 37 </TBODY> 38</TABLE> 39 40<H2>Description</H2> 41<P> 42This is the type of the callback functions called when an AES operation completes. 43</P> 44<P> 45One of the following values will be passed to <span class="argument">result</span>: 46</P> 47<ul> 48<li>AES_RESULT_SUCCESS 49<li>AES_RESULT_VERIFICATION_FAILED 50<li>AES_RESULT_BUSY 51</ul> 52 53<H2>Revision History</H2> 54<P> 552007/12/25 Initial version. 56</P> 57<hr><p>CONFIDENTIAL</p></body> 58</HTML> 59