Sophie

Sophie

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

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_point 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_point Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>ECP point structure (jacobian coordinates)  
 <a href="structecp__point.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_point:</div>
<div class="dyncontent">
<div class="center"><img src="structecp__point__coll__graph.png" border="0" usemap="#ecp__point_coll__map" alt="Collaboration graph"/></div>
<map name="ecp__point_coll__map" id="ecp__point_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:ad22ad099567064b38af5a1f2f58f0acc"><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__point.html#ad22ad099567064b38af5a1f2f58f0acc">X</a></td></tr>
<tr class="separator:ad22ad099567064b38af5a1f2f58f0acc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a2fb634222dcf49c352f922a1b07e254e"><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__point.html#a2fb634222dcf49c352f922a1b07e254e">Y</a></td></tr>
<tr class="separator:a2fb634222dcf49c352f922a1b07e254e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9770fb9d831f0b15c8bda07600ee8144"><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__point.html#a9770fb9d831f0b15c8bda07600ee8144">Z</a></td></tr>
<tr class="separator:a9770fb9d831f0b15c8bda07600ee8144"><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 point structure (jacobian coordinates) </p>
<dl class="section note"><dt>Note</dt><dd>All functions expect and return points satisfying the following condition: Z == 0 or Z == 1. (Other values of Z are used by internal functions only.) The point is zero, or "at infinity", if Z == 0. Otherwise, X and Y are its standard (affine) coordinates. </dd></dl>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00104">104</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="ad22ad099567064b38af5a1f2f58f0acc"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmpi.html">mpi</a> ecp_point::X</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>the point's X coordinate </p>

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

</div>
</div>
<a class="anchor" id="a2fb634222dcf49c352f922a1b07e254e"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmpi.html">mpi</a> ecp_point::Y</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>the point's Y coordinate </p>

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

</div>
</div>
<a class="anchor" id="a9770fb9d831f0b15c8bda07600ee8144"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structmpi.html">mpi</a> ecp_point::Z</td>
        </tr>
      </table>
</div><div class="memdoc">
<p>the point's Z coordinate </p>

<p>Definition at line <a class="el" href="ecp_8h_source.html#l00108">108</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>