Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > e8773dc1178a3ee82e29ab36424dc729 > files > 817

libbeecrypt-devel-4.2.1-6.mga1.i586.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"/>
<title>BeeCrypt: aesParam Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.3 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">BeeCrypt&#160;<span id="projectnumber">4.2.1</span></div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="pages.html"><span>Related&#160;Pages</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>
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<h1>aesParam Struct Reference<div class="ingroups"><a class="el" href="group__BC__aes__m.html">Block ciphers: AES</a></div></h1>  </div>
</div>
<div class="contents">
<!-- doxytag: class="aesParam" -->
<p>Holds all the parameters necessary for the AES cipher.  
<a href="#_details">More...</a></p>

<p><code>#include &lt;<a class="el" href="aes_8h_source.html">aes.h</a>&gt;</code></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-attribs"></a>
Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structaesParam.html#a1235a533a7e8574baf51c3e31e4bf69b">k</a> [64]</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Holds the key expansion.  <a href="#a1235a533a7e8574baf51c3e31e4bf69b"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structaesParam.html#a50ba4b303eb2b91cef41cfc9eb055c7f">nr</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Number of rounds to be used in encryption/decryption.  <a href="#a50ba4b303eb2b91cef41cfc9eb055c7f"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structaesParam.html#a0c5da5c65c0bdee48c89149217a458ce">fdback</a> [4]</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Buffer to be used by block chaining or feedback modes.  <a href="#a0c5da5c65c0bdee48c89149217a458ce"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>Holds all the parameters necessary for the AES cipher. </p>
</div><hr/><h2>Field Documentation</h2>
<a class="anchor" id="a0c5da5c65c0bdee48c89149217a458ce"></a><!-- doxytag: member="aesParam::fdback" ref="a0c5da5c65c0bdee48c89149217a458ce" args="[4]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structaesParam.html#a0c5da5c65c0bdee48c89149217a458ce">aesParam::fdback</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Buffer to be used by block chaining or feedback modes. </p>

</div>
</div>
<a class="anchor" id="a1235a533a7e8574baf51c3e31e4bf69b"></a><!-- doxytag: member="aesParam::k" ref="a1235a533a7e8574baf51c3e31e4bf69b" args="[64]" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structaesParam.html#a1235a533a7e8574baf51c3e31e4bf69b">aesParam::k</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Holds the key expansion. </p>

</div>
</div>
<a class="anchor" id="a50ba4b303eb2b91cef41cfc9eb055c7f"></a><!-- doxytag: member="aesParam::nr" ref="a50ba4b303eb2b91cef41cfc9eb055c7f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="structaesParam.html#a50ba4b303eb2b91cef41cfc9eb055c7f">aesParam::nr</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Number of rounds to be used in encryption/decryption. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>include/beecrypt/<a class="el" href="aes_8h_source.html">aes.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Apr 10 2011 20:49:30 for BeeCrypt by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.3 </small></address>
</body>
</html>