Sophie

Sophie

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

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: include/beecrypt/fips186.h Source File</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><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
  </div>
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_d44c64559bbebec7f509842c48db8b23.html">include</a></li><li class="navelem"><a class="el" href="dir_7519372152c32ce484a8cde0fb6b8cd0.html">beecrypt</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">fips186.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="fips186_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/*</span></div>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> * Copyright (c) 1998, 1999, 2000, 2001, 2002 X-Way Rights BV</span></div>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> * This library is free software; you can redistribute it and/or</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> * modify it under the terms of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * License as published by the Free Software Foundation; either</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * version 2.1 of the License, or (at your option) any later version.</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * This library is distributed in the hope that it will be useful,</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU</span></div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> * Lesser General Public License for more details.</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> * You should have received a copy of the GNU Lesser General Public</span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> * License along with this library; if not, write to the Free Software</span></div>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA</span></div>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;</div>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="preprocessor">#ifndef _FIPS186_H</span></div>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define _FIPS186_H</span></div>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="beecrypt_8h.html">beecrypt/beecrypt.h</a>&quot;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;</div>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="preprocessor">#ifdef _REENTRANT</span></div>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="preprocessor"></span><span class="preprocessor"># if WIN32</span></div>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#  include &lt;windows.h&gt;</span></div>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="preprocessor">#  include &lt;winbase.h&gt;</span></div>
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="preprocessor"># endif</span></div>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="beecrypt_8h.html">beecrypt.h</a>&quot;</span></div>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="sha1_8h.html">sha1.h</a>&quot;</span></div>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;</div>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor">#if (MP_WBITS == 64)</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="fips186_8h.html#ac596d8ac320a8e1a5a141da8a897ac30">   42</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor"># define FIPS186_STATE_SIZE 8</span></div>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#elif (MP_WBITS == 32)</span></div>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="preprocessor"></span><span class="preprocessor"># define FIPS186_STATE_SIZE 16</span></div>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#else</span></div>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="preprocessor"></span><span class="preprocessor"># error</span></div>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="line" href="structfips186Param.html">   52</a></span>&#160;<span class="preprocessor"></span><span class="keyword">struct </span><a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a> <a class="code" href="structfips186Param.html">fips186Param</a></div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;#else</div>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;struct _fips186Param</div>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;#endif</div>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;{</div>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="preprocessor">    #ifdef _REENTRANT</span></div>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="preprocessor"></span>    <a class="code" href="gnu_8h.html#aaaeb4b0ebb6912863b284992497533ad">bc_mutex_t</a>      lock;</div>
<div class="line"><a name="l00059"></a><span class="lineno">   59</span>&#160;<span class="preprocessor">    #endif</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="structfips186Param.html#a0da63c6a979005e77684ea0daad3b5ad">   60</a></span>&#160;<span class="preprocessor"></span>    <a class="code" href="structsha1Param.html">sha1Param</a>       <a class="code" href="structfips186Param.html#a0da63c6a979005e77684ea0daad3b5ad">param</a>;</div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="structfips186Param.html#ad47f12868ed863993a74beddb44165ab">   61</a></span>&#160;    <a class="code" href="api_8h.html#a8de7ba63f011c81fa7f87724104d774b">mpw</a>         state[<a class="code" href="fips186_8h.html#ac596d8ac320a8e1a5a141da8a897ac30">FIPS186_STATE_SIZE</a>];</div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="structfips186Param.html#a88eb43feabe14710e6fea705dd07d565">   62</a></span>&#160;    <a class="code" href="api_8h.html#ab8ef12fab634c171394422d0ee8baf94">byte</a>            digest[20];</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="structfips186Param.html#aa6daea91c883dd1c5a0366637e503903">   63</a></span>&#160;    <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span>   <a class="code" href="structfips186Param.html#aa6daea91c883dd1c5a0366637e503903">digestremain</a>;</div>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;};</div>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;</div>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="preprocessor">#ifndef __cplusplus</span></div>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="preprocessor"></span><span class="keyword">typedef</span> <span class="keyword">struct </span>_fips186Param <a class="code" href="structfips186Param.html">fips186Param</a>;</div>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00070"></a><span class="lineno">   70</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">&quot;C&quot;</span> {</div>
<div class="line"><a name="l00072"></a><span class="lineno">   72</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00074"></a><span class="lineno">   74</span>&#160;<span class="keyword">extern</span> <a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a> <span class="keyword">const</span> <a class="code" href="structrandomGenerator.html">randomGenerator</a> <a class="code" href="fips186_8h.html#aaf3bc0dba17963b288a03bae658399bb">fips186prng</a>;</div>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;</div>
<div class="line"><a name="l00076"></a><span class="lineno">   76</span>&#160;<a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a></div>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="keywordtype">int</span> <a class="code" href="fips186_8h.html#a14cec51553861ae236491374db291719">fips186Setup</a>  (<a class="code" href="structfips186Param.html">fips186Param</a>*);</div>
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a></div>
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="keywordtype">int</span> <a class="code" href="fips186_8h.html#abe7178b064f8026fd77326965019569a">fips186Seed</a>   (<a class="code" href="structfips186Param.html">fips186Param</a>*, <span class="keyword">const</span> <a class="code" href="api_8h.html#ab8ef12fab634c171394422d0ee8baf94">byte</a>*, <span class="keywordtype">size_t</span>);</div>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a></div>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="keywordtype">int</span> <a class="code" href="fips186_8h.html#a256bf304a4cd01c0ad193d161176b035">fips186Next</a>   (<a class="code" href="structfips186Param.html">fips186Param</a>*, <a class="code" href="api_8h.html#ab8ef12fab634c171394422d0ee8baf94">byte</a>*, <span class="keywordtype">size_t</span>);</div>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<a class="code" href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a></div>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="keywordtype">int</span> <a class="code" href="fips186_8h.html#a2b73e14f8b421f3b22d02abce8a00af3">fips186Cleanup</a>(<a class="code" href="structfips186Param.html">fips186Param</a>*);</div>
<div class="line"><a name="l00084"></a><span class="lineno">   84</span>&#160;</div>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="preprocessor">#ifdef __cplusplus</span></div>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="preprocessor"></span>}</div>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="line"><a name="l00088"></a><span class="lineno">   88</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="fips186_8h_html_a256bf304a4cd01c0ad193d161176b035"><div class="ttname"><a href="fips186_8h.html#a256bf304a4cd01c0ad193d161176b035">fips186Next</a></div><div class="ttdeci">int fips186Next(fips186Param *, byte *, size_t)</div></div>
<div class="ttc" id="structrandomGenerator_html"><div class="ttname"><a href="structrandomGenerator.html">randomGenerator</a></div><div class="ttdoc">This struct holds information and pointers to code specific to each pseudo-random number generator...</div><div class="ttdef"><b>Definition:</b> beecrypt.h:161</div></div>
<div class="ttc" id="structsha1Param_html"><div class="ttname"><a href="structsha1Param.html">sha1Param</a></div><div class="ttdoc">Holds all the parameters necessary for the SHA-1 algorithm. </div><div class="ttdef"><b>Definition:</b> sha1.h:36</div></div>
<div class="ttc" id="fips186_8h_html_a2b73e14f8b421f3b22d02abce8a00af3"><div class="ttname"><a href="fips186_8h.html#a2b73e14f8b421f3b22d02abce8a00af3">fips186Cleanup</a></div><div class="ttdeci">int fips186Cleanup(fips186Param *)</div></div>
<div class="ttc" id="fips186_8h_html_a14cec51553861ae236491374db291719"><div class="ttname"><a href="fips186_8h.html#a14cec51553861ae236491374db291719">fips186Setup</a></div><div class="ttdeci">int fips186Setup(fips186Param *)</div></div>
<div class="ttc" id="fips186_8h_html_aaf3bc0dba17963b288a03bae658399bb"><div class="ttname"><a href="fips186_8h.html#aaf3bc0dba17963b288a03bae658399bb">fips186prng</a></div><div class="ttdeci">const randomGenerator fips186prng</div></div>
<div class="ttc" id="beecrypt_8h_html"><div class="ttname"><a href="beecrypt_8h.html">beecrypt.h</a></div><div class="ttdoc">BeeCrypt API, headers. </div></div>
<div class="ttc" id="api_8h_html_ab8ef12fab634c171394422d0ee8baf94"><div class="ttname"><a href="api_8h.html#ab8ef12fab634c171394422d0ee8baf94">byte</a></div><div class="ttdeci">uint8_t byte</div><div class="ttdef"><b>Definition:</b> api.h:72</div></div>
<div class="ttc" id="gnu_8h_html_aaaeb4b0ebb6912863b284992497533ad"><div class="ttname"><a href="gnu_8h.html#aaaeb4b0ebb6912863b284992497533ad">bc_mutex_t</a></div><div class="ttdeci">pthread_mutex_t bc_mutex_t</div><div class="ttdef"><b>Definition:</b> gnu.h:46</div></div>
<div class="ttc" id="api_8h_html_a8de7ba63f011c81fa7f87724104d774b"><div class="ttname"><a href="api_8h.html#a8de7ba63f011c81fa7f87724104d774b">mpw</a></div><div class="ttdeci">uint64_t mpw</div><div class="ttdef"><b>Definition:</b> api.h:87</div></div>
<div class="ttc" id="structfips186Param_html"><div class="ttname"><a href="structfips186Param.html">fips186Param</a></div><div class="ttdef"><b>Definition:</b> fips186.h:52</div></div>
<div class="ttc" id="api_8h_html_a4f699d64328623c51b22f3b3f1ff4150"><div class="ttname"><a href="api_8h.html#a4f699d64328623c51b22f3b3f1ff4150">BEECRYPTAPI</a></div><div class="ttdeci">#define BEECRYPTAPI</div><div class="ttdef"><b>Definition:</b> api.h:52</div></div>
<div class="ttc" id="structfips186Param_html_a0da63c6a979005e77684ea0daad3b5ad"><div class="ttname"><a href="structfips186Param.html#a0da63c6a979005e77684ea0daad3b5ad">fips186Param::param</a></div><div class="ttdeci">sha1Param param</div><div class="ttdef"><b>Definition:</b> fips186.h:60</div></div>
<div class="ttc" id="fips186_8h_html_abe7178b064f8026fd77326965019569a"><div class="ttname"><a href="fips186_8h.html#abe7178b064f8026fd77326965019569a">fips186Seed</a></div><div class="ttdeci">int fips186Seed(fips186Param *, const byte *, size_t)</div></div>
<div class="ttc" id="sha1_8h_html"><div class="ttname"><a href="sha1_8h.html">sha1.h</a></div><div class="ttdoc">SHA-1 hash function, headers. </div></div>
<div class="ttc" id="fips186_8h_html_ac596d8ac320a8e1a5a141da8a897ac30"><div class="ttname"><a href="fips186_8h.html#ac596d8ac320a8e1a5a141da8a897ac30">FIPS186_STATE_SIZE</a></div><div class="ttdeci">#define FIPS186_STATE_SIZE</div><div class="ttdef"><b>Definition:</b> fips186.h:42</div></div>
<div class="ttc" id="structfips186Param_html_aa6daea91c883dd1c5a0366637e503903"><div class="ttname"><a href="structfips186Param.html#aa6daea91c883dd1c5a0366637e503903">fips186Param::digestremain</a></div><div class="ttdeci">unsigned char digestremain</div><div class="ttdef"><b>Definition:</b> fips186.h:63</div></div>
</div><!-- fragment --></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>