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 http-equiv="Content-Style-Type" content="text/css">
7<title>NETECCUpdate</title>
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9</head>
10
11<body>
12
13<h1 align="left">NETECCUpdate</h1>
14<h2>C Specification</h2>
15
16<dl>
17  <dd>
18<PRE><CODE>#include &lt;revolution/net.h&gt;
19
20BOOL NETECCUpdate( <A href="NETECCContext.html">NETECCContext</A> *context, const void *src, u32 len );
21</CODE></PRE>
22  </dd>
23</dl><h2>Arguments</h2>
24
25<table border="1" width="100%">
26    <TR>
27<TD width="176"><em><strong><font face="Courier New">context</font></strong></em></TD>
28<TD width="670">Pointer to the ECC signature context structure.</TD>
29    </TR>
30    <TR>
31<TD width="176"><em><strong><font face="Courier New">src</font></strong></em></TD>
32<TD width="670">Plain text data from which the signature is generated.</TD>
33    </TR>
34    <TR>
35<TD width="176"><em><strong><font face="Courier New">len</font></strong></em></TD>
36<TD width="670">Length of the plain text.</TD>
37    </TR>
38  </table>
39<h2>Return Values</h2>
40<p>Returns TRUE if data is successfully entered into the context structure. Otherwise, returns FALSE.</p>
41<H2>Description</H2>
42<p>This functions enters the plain text data for a signature into the ECC signature context. The ECC signature context must be generated first by calling the <CODE><A href="NETECCCreate.html">NETECCCreate</A></CODE> function.<br> The result obtained is the same whether the plain text is entered all at once or split into appropriate sizes, and then entered. <br> After plain text has been entered into the context, call <CODE><A href="NETECCGetSign.html">NETECCGetSign</A></CODE> if you want to get the signature, or <CODE><A href="NETECCVerifySign.html">NETECCVerifySign</A></CODE> if you want to verify the signature.</p>
43<h2>See Also</h2>
44<P>
45<CODE><A href="NETECCCreate.html">NETECCCreate</A></CODE>, <CODE><A href="NETECCGetSign.html">NETECCGetSign</A></CODE>, <CODE><A href="NETECCVerifySign.html">NETECCVerifySign</A></CODE>, <CODE><A href="NETECCDelete.html">NETECCDelete</A></CODE>
46</P>
47<H2>Revision History</H2>
48<P>
492006/10/12 Initial version.<BR>
50</P>
51<hr><p>CONFIDENTIAL</p></body>
52</html>
53