Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 9e72f3e7ecf68cce016a7c5c59e863d3 > files > 886

lib64polarssl-devel-1.3.8-1.mga4.x86_64.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.5"/>
<title>PolarSSL v1.3.8: ecp_keypair Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">PolarSSL v1.3.8
   </div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.5 -->
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="functions.html"><span>Data&#160;Fields</span></a></li>
    </ul>
  </div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">ecp_keypair Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>ECP key pair structure.  
 <a href="structecp__keypair.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ecp_8h_source.html">ecp.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for ecp_keypair:</div>
<div class="dyncontent">
<div class="center"><img src="structecp__keypair__coll__graph.png" border="0" usemap="#ecp__keypair_coll__map" alt="Collaboration graph"/></div>
<map name="ecp__keypair_coll__map" id="ecp__keypair_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr class="memitem:af83ab21de379598f79adade4c3cd376f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structecp__group.html">ecp_group</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structecp__keypair.html#af83ab21de379598f79adade4c3cd376f">grp</a></td></tr>
<tr class="separator:af83ab21de379598f79adade4c3cd376f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8531547899526b4e8e6b2427c09e0177"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structmpi.html">mpi</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structecp__keypair.html#a8531547899526b4e8e6b2427c09e0177">d</a></td></tr>
<tr class="separator:a8531547899526b4e8e6b2427c09e0177"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a3a2bd5744991a7b0fbc76c3649a1e8a1"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structecp__point.html">ecp_point</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structecp__keypair.html#a3a2bd5744991a7b0fbc76c3649a1e8a1">Q</a></td></tr>
<tr class="separator:a3a2bd5744991a7b0fbc76c3649a1e8a1"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>ECP key pair structure. </p>
<p>A generic key pair that could be used for ECDSA, fixed ECDH, etc.</p>
<dl class="section note"><dt>Note</dt><dd>Members purposefully in the same order as struc <a class="el" href="structecdsa__context.html" title="ECDSA context structure. ">ecdsa_context</a>. </dd></dl>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00163">163</a> of file <a class="el" href="ecp_8h_source.html">ecp.h</a>.</p>
</div><h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a8531547899526b4e8e6b2427c09e0177"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmpi.html">mpi</a> ecp_keypair::d</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>our secret value </p>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00166">166</a> of file <a class="el" href="ecp_8h_source.html">ecp.h</a>.</p>

</div>
</div>
<a class="anchor" id="af83ab21de379598f79adade4c3cd376f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structecp__group.html">ecp_group</a> ecp_keypair::grp</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>Elliptic curve and base point </p>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00165">165</a> of file <a class="el" href="ecp_8h_source.html">ecp.h</a>.</p>

</div>
</div>
<a class="anchor" id="a3a2bd5744991a7b0fbc76c3649a1e8a1"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structecp__point.html">ecp_point</a> ecp_keypair::Q</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>our public value </p>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00167">167</a> of file <a class="el" href="ecp_8h_source.html">ecp.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="ecp_8h_source.html">ecp.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 31 2014 11:35:56 for PolarSSL v1.3.8 by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.5
</small></address>
</body>
</html>