Sophie

Sophie

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

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: config-picocoin.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">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><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_04fc776559bc86402b9b97d98656c154.html">configs</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="headertitle">
<div class="title">config-picocoin.h</div>  </div>
</div><!--header-->
<div class="contents">
<a href="config-picocoin_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"> * Reduced configuration used by Picocoin.</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"> * See README.txt for usage instructions.</span></div>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> * Distinguishing features:</span></div>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> * - no SSL/TLS;</span></div>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> * - no X.509;</span></div>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> * - ECDSA/PK and some other chosen crypto bits.</span></div>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> */</span></div>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;</div>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="preprocessor">#ifndef POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CONFIG_H</span></div>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment">/* System support */</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#aadb3cfd168a3286c210ef8b225e9c1fd">   16</a></span>&#160;<span class="preprocessor">#define POLARSSL_HAVE_LONGLONG</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#aaf950f213522f157d2d5b9a8aee3fda0">   17</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HAVE_ASM</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a723ca00bc7dce607d0491f0d54af8712">   18</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HAVE_TIME</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a3bc8e995339545bbd793276e956490c9">   19</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HAVE_IPV6</span></div>
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment">/* PolarSSL feature support */</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a251314f1d4af28e1ca4bfa56746c869d">   22</a></span>&#160;<span class="preprocessor">#define POLARSSL_CIPHER_MODE_CBC</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a500f9b1d23b3ad1966b49724a57c9a05">   23</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_CIPHER_PADDING_PKCS7</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a74f88289d2e99d19787bcae5cf1a2a35">   24</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ECP_DP_SECP256K1_ENABLED</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#ae5b6a829c692d6c01f4fcd5091ffb5d9">   25</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ECDSA_DETERMINISTIC</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#af5342cce17685f7bfc400c2f49dbf8d3">   26</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_PARSE_EC_EXTENDED</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a57185ba24a3888cd45b42a0ea12ce1c2">   27</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ERROR_STRERROR_DUMMY</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a4e014f11f706db3d12a91e298566de04">   28</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_FS_IO</span></div>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">/* PolarSSL modules */</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#ae3a5711a8c5a0597e401b2fc2ad84c03">   31</a></span>&#160;<span class="preprocessor">#define POLARSSL_AESNI_C</span></div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a3310b96b376135cdd739f1d1b1e309a8">   32</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_AES_C</span></div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#afb5afec52eecb3ef0cd4fbb7130c1c5a">   33</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ASN1_PARSE_C</span></div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a9eb3a56af08642f73f99e470050f360e">   34</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ASN1_WRITE_C</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#ab8ab42de2bcdd82cee48255bd2883d00">   35</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_BASE64_C</span></div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a9db8a047df8fba178ecca64a497f20de">   36</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_BIGNUM_C</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a71166564f6b116264c15fae1f28227aa">   37</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ECDSA_C</span></div>
<div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a6754e7deb93480e253beebded4fd9c6d">   38</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ECP_C</span></div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a99fb86fb5ae02c8b652a2f1b003d2c76">   39</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_ENTROPY_C</span></div>
<div class="line"><a name="l00040"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#abb02924e0f913f7a14dec19238bf2d6f">   40</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_HMAC_DRBG_C</span></div>
<div class="line"><a name="l00041"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#ae87e3dca8e39209137f7aeb3fc1ad4fd">   41</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_MD_C</span></div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#aa0d2210e21ad6ef2a3ddb1f6e129f820">   42</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_OID_C</span></div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#aa9844ea9c1bf19d9660f0302d8e9af7f">   43</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PADLOCK_C</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#ae52910687360c49b39dbbb8a687a2a36">   44</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_C</span></div>
<div class="line"><a name="l00045"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#aeace2873738577763514ed69f289a6ae">   45</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_PARSE_C</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a1275f76c563fdddf3358bbd62d19d369">   46</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_PK_WRITE_C</span></div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a15938bdd3d1be30aad3d7dd4d26b2359">   47</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_RIPEMD160_C</span></div>
<div class="line"><a name="l00048"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a69a2d1a62e7c6e2b6830b66b3f6c7d57">   48</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA1_C</span></div>
<div class="line"><a name="l00049"></a><span class="lineno"><a class="line" href="config-picocoin_8h.html#a953ccd4b55da116c3572126292df3fb2">   49</a></span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define POLARSSL_SHA256_C</span></div>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="preprocessor"></span></div>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="check__config_8h.html">check_config.h</a>&quot;</span></div>
<div class="line"><a name="l00052"></a><span class="lineno">   52</span>&#160;</div>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* POLARSSL_CONFIG_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="check__config_8h_html"><div class="ttname"><a href="check__config_8h.html">check_config.h</a></div><div class="ttdoc">Consistency checks for configuration options. </div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 31 2014 11:35:51 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>