Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d1d38291248b5ff58339d3d2ddb22ecd > files > 983

lib64beecrypt-devel-4.2.1-13.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>BeeCrypt: md5Param 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">BeeCrypt
   &#160;<span id="projectnumber">4.2.1</span>
   </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="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><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-attribs">Data Fields</a>  </div>
  <div class="headertitle">
<div class="title">md5Param Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Holds all the parameters necessary for the MD5 algorithm.  
 <a href="structmd5Param.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="md5_8h_source.html">md5.h</a>&gt;</code></p>
<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:a52fdb7d0abfca678ec6b830dbf86ae10"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmd5Param.html#a52fdb7d0abfca678ec6b830dbf86ae10">h</a> [4]</td></tr>
<tr class="separator:a52fdb7d0abfca678ec6b830dbf86ae10"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1d2ab167ca42b144283815777ff4a110"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmd5Param.html#a1d2ab167ca42b144283815777ff4a110">data</a> [16]</td></tr>
<tr class="separator:a1d2ab167ca42b144283815777ff4a110"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6bdabee77b28602e542b7624c72dd10f"><td class="memItemLeft" align="right" valign="top"><a class="el" href="api_8h.html#a8de7ba63f011c81fa7f87724104d774b">mpw</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmd5Param.html#a6bdabee77b28602e542b7624c72dd10f">length</a> [1]</td></tr>
<tr class="memdesc:a6bdabee77b28602e542b7624c72dd10f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Multi-precision integer counter for the bits that have been processed so far.  <a href="#a6bdabee77b28602e542b7624c72dd10f">More...</a><br/></td></tr>
<tr class="separator:a6bdabee77b28602e542b7624c72dd10f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a20c789250817503e8018586505ecf0b5"><td class="memItemLeft" align="right" valign="top">uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structmd5Param.html#a20c789250817503e8018586505ecf0b5">offset</a></td></tr>
<tr class="memdesc:a20c789250817503e8018586505ecf0b5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Offset into <em>data</em>; points to the place where new data will be copied before it is processed.  <a href="#a20c789250817503e8018586505ecf0b5">More...</a><br/></td></tr>
<tr class="separator:a20c789250817503e8018586505ecf0b5"><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>Holds all the parameters necessary for the MD5 algorithm. </p>
</div><h2 class="groupheader">Field Documentation</h2>
<a class="anchor" id="a1d2ab167ca42b144283815777ff4a110"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">md5Param::data</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a52fdb7d0abfca678ec6b830dbf86ae10"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">md5Param::h</td>
        </tr>
      </table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a6bdabee77b28602e542b7624c72dd10f"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">md5Param::length</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Multi-precision integer counter for the bits that have been processed so far. </p>

</div>
</div>
<a class="anchor" id="a20c789250817503e8018586505ecf0b5"></a>
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">md5Param::offset</td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Offset into <em>data</em>; points to the place where new data will be copied before it is processed. </p>

</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>include/beecrypt/<a class="el" href="md5_8h_source.html">md5.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Fri Sep 27 2013 02:36:25 for BeeCrypt 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>