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>NETECCCreate</title>
8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css">
9</head>
10
11<body>
12
13<h1 align="left">NETECCCreate</h1>
14<h2>C Specification</h2>
15
16<dl>
17  <dd>
18<PRE><CODE>#include &lt;revolution/net.h&gt;
19
20BOOL NETECCCreate( <A href="NETECCContext.html">NETECCContext</A> *context );
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  </table>
31<h2>Return Values</h2>
32<p>TRUE if the ECC signature context has been generated correctly.  FALSE if it has not.</p>
33<H2>Description</H2>
34<p>This function generates an ECC signature context. Make sure that this function is called before using <CODE><A href="NETECCUpdate.html">NETECCUpdate</A></CODE>, <CODE><A href="NETECCGetSign.html">NETECCGetSign</A></CODE>, and <CODE><A href="NETECCVerifySign.html">NETECCVerifySign</A></CODE>.<BR>You must also call <CODE><A href="NETECCDelete.html">NETECCDelete</A></CODE> to release the context after using these functions.
35</p>
36<h2>See Also</h2>
37<P>
38<CODE><A href="NETECCUpdate.html">NETECCUpdate</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>
39</P>
40<H2>Revision History</H2>
41<P>
422006/10/12 Initial version.<BR>
43</P>
44<hr><p>CONFIDENTIAL</p></body>
45</html>
46