Sophie

Sophie

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

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

<p>Public key container.  
 <a href="structpk__context.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="pk_8h_source.html">pk.h</a>&gt;</code></p>
<div class="dynheader">
Collaboration diagram for pk_context:</div>
<div class="dyncontent">
<div class="center"><img src="structpk__context__coll__graph.png" border="0" usemap="#pk__context_coll__map" alt="Collaboration graph"/></div>
<map name="pk__context_coll__map" id="pk__context_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:aa61cd6c69b06fe79e0ba321d40252b5c"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="structpk__info__t.html">pk_info_t</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpk__context.html#aa61cd6c69b06fe79e0ba321d40252b5c">pk_info</a></td></tr>
<tr class="memdesc:aa61cd6c69b06fe79e0ba321d40252b5c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Public key informations.  <a href="#aa61cd6c69b06fe79e0ba321d40252b5c">More...</a><br/></td></tr>
<tr class="separator:aa61cd6c69b06fe79e0ba321d40252b5c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:afa08ace390611a91e83f947ff16e4eae"><td class="memItemLeft" align="right" valign="top">void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structpk__context.html#afa08ace390611a91e83f947ff16e4eae">pk_ctx</a></td></tr>
<tr class="memdesc:afa08ace390611a91e83f947ff16e4eae"><td class="mdescLeft">&#160;</td><td class="mdescRight">Underlying public key context.  <a href="#afa08ace390611a91e83f947ff16e4eae">More...</a><br/></td></tr>
<tr class="separator:afa08ace390611a91e83f947ff16e4eae"><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>Public key container. </p>

<p>Definition at line <a class="el" href="pk_8h_source.html#l00194">194</a> of file <a class="el" href="pk_8h_source.html">pk.h</a>.</p>
</div><h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="afa08ace390611a91e83f947ff16e4eae"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void* pk_context::pk_ctx</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Underlying public key context. </p>

<p>Definition at line <a class="el" href="pk_8h_source.html#l00197">197</a> of file <a class="el" href="pk_8h_source.html">pk.h</a>.</p>

</div>
</div>
<a class="anchor" id="aa61cd6c69b06fe79e0ba321d40252b5c"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const <a class="el" href="structpk__info__t.html">pk_info_t</a>* pk_context::pk_info</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Public key informations. </p>

<p>Definition at line <a class="el" href="pk_8h_source.html#l00196">196</a> of file <a class="el" href="pk_8h_source.html">pk.h</a>.</p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="pk_8h_source.html">pk.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>