Sophie

Sophie

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

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: Entropy sources</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><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#nested-classes">Data Structures</a> &#124;
<a href="#files">Files</a> &#124;
<a href="#typedef-members">Typedefs</a>  </div>
  <div class="headertitle">
<h1>Entropy sources</h1>  </div>
</div>
<div class="contents">
<div class="dynheader">
Collaboration diagram for Entropy sources:</div>
<div class="dyncontent">
<center><table><tr><td><img src="group__ES__m.png" border="0" alt="" usemap="#group____ES____m"/>
<map name="group____ES____m" id="group____ES____m">
<area shape="rect" id="node1" href="group__ES__dsp__m.html" title="Entropy sources: /dev/dsp" alt="" coords="337,5,511,38"/><area shape="rect" id="node2" href="group__PRNG__m.html" title="Pseudo&#45;Random Number Generators" alt="" coords="305,61,543,94"/><area shape="rect" id="node3" href="group__ES__audio__m.html" title="Entropy sources: /dev/audio" alt="" coords="332,117,516,150"/><area shape="rect" id="node4" href="group__ES__urandom__m.html" title="Entropy sources: /dev/urandom" alt="" coords="323,173,525,206"/><area shape="rect" id="node5" href="group__BC__m.html" title="Block ciphers" alt="" coords="373,229,475,262"/><area shape="rect" id="node6" href="group__ES__tty__m.html" title="Entropy sources: /dev/tty" alt="" coords="340,285,508,318"/><area shape="rect" id="node7" href="group__HASH__m.html" title="Hash Functions" alt="" coords="367,341,481,374"/><area shape="rect" id="node8" href="group__ES__random__m.html" title="Entropy sources: /dev/random" alt="" coords="325,397,523,430"/><area shape="rect" id="node10" href="group__HMAC__m.html" title="Keyed Hash Functions, a.k.a. Message Authentication Codes" alt="" coords="233,453,615,486"/></map>
</td></tr></table></center>
</div>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="nested-classes"></a>
Data Structures</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structentropySource.html">entropySource</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">This struct holds information and pointers to code specific to each source of entropy.  <a href="structentropySource.html#_details">More...</a><br/></td></tr>
<tr><td colspan="2"><h2><a name="files"></a>
Files</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="beecrypt_8h.html">beecrypt.h</a></td></tr>

<p><tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><p>BeeCrypt API, headers. </p>
<br/></td></tr>
</p>
<tr><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="entropy_8h.html">entropy.h</a></td></tr>

<p><tr><td class="mdescLeft">&#160;</td><td class="mdescRight"><p>Entropy sources, headers. </p>
<br/></td></tr>
</p>
<tr><td colspan="2"><h2><a name="typedef-members"></a>
Typedefs</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">typedef int(*&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__ES__m.html#ga7c36ced3ce2b28b3d61b13ba0b2f9d4d">entropyNext</a> )(<a class="el" href="api_8h.html#ab8ef12fab634c171394422d0ee8baf94">byte</a> *, size_t)</td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">Prototype definition for an entropy-generating function.  <a href="#ga7c36ced3ce2b28b3d61b13ba0b2f9d4d"></a><br/></td></tr>
</table>
<hr/><h2>Typedef Documentation</h2>
<a class="anchor" id="ga7c36ced3ce2b28b3d61b13ba0b2f9d4d"></a><!-- doxytag: member="beecrypt.h::entropyNext" ref="ga7c36ced3ce2b28b3d61b13ba0b2f9d4d" args=")(byte *, size_t)" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="group__ES__m.html#ga7c36ced3ce2b28b3d61b13ba0b2f9d4d">entropyNext</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>Prototype definition for an entropy-generating function. </p>

</div>
</div>
</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>