⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dll_8h-source.html

📁 Crypto++是一个非常强大的密码学库,主要是功能全
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"><title>Crypto++: dll.h Source File</title><link href="doxygen.css" rel="stylesheet" type="text/css"></head><body><!-- Generated by Doxygen 1.3.2 --><div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="namespaces.html">Namespace List</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Compound&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="namespacemembers.html">Namespace&nbsp;Members</a> | <a class="qindex" href="functions.html">Compound&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a></div><h1>dll.h</h1><div class="fragment"><pre>00001 <span class="preprocessor">#ifndef CRYPTOPP_DLL_H</span>00002 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_DLL_H</span>00003 <span class="preprocessor"></span>00004 <span class="preprocessor">#if !defined(CRYPTOPP_EXPORTS) &amp;&amp; !defined(CRYPTOPP_IMPORTS) &amp;&amp; !defined(CRYPTOPP_NO_DLL)</span>00005 <span class="preprocessor"></span><span class="preprocessor">#ifdef CRYPTOPP_CONFIG_H</span>00006 <span class="preprocessor"></span><span class="preprocessor">#error To use the DLL version of Crypto++, this file must be included before any other Crypto++ header files.</span>00007 <span class="preprocessor"></span><span class="preprocessor">#endif</span>00008 <span class="preprocessor"></span><span class="preprocessor">#define CRYPTOPP_IMPORTS</span>00009 <span class="preprocessor"></span><span class="preprocessor">#endif</span>00010 <span class="preprocessor"></span>00011 <span class="preprocessor">#include "<a class="code" href="aes_8h.html">aes.h</a>"</span>00012 <span class="preprocessor">#include "cbcmac.h"</span>00013 <span class="preprocessor">#include "channels.h"</span>00014 <span class="preprocessor">#include "<a class="code" href="des_8h.html">des.h</a>"</span>00015 <span class="preprocessor">#include "<a class="code" href="dh_8h.html">dh.h</a>"</span>00016 <span class="preprocessor">#include "<a class="code" href="dsa_8h.html">dsa.h</a>"</span>00017 <span class="preprocessor">#include "ec2n.h"</span>00018 <span class="preprocessor">#include "<a class="code" href="eccrypto_8h.html">eccrypto.h</a>"</span>00019 <span class="preprocessor">#include "ecp.h"</span>00020 <span class="preprocessor">#include "files.h"</span>00021 <span class="preprocessor">#include "<a class="code" href="fips140_8h.html">fips140.h</a>"</span>00022 <span class="preprocessor">#include "hex.h"</span>00023 <span class="preprocessor">#include "hmac.h"</span>00024 <span class="preprocessor">#include "<a class="code" href="modes_8h.html">modes.h</a>"</span>00025 <span class="preprocessor">#include "mqueue.h"</span>00026 <span class="preprocessor">#include "nbtheory.h"</span>00027 <span class="preprocessor">#include "osrng.h"</span>00028 <span class="preprocessor">#include "pkcspad.h"</span>00029 <span class="preprocessor">#include "randpool.h"</span>00030 <span class="preprocessor">#include "<a class="code" href="rsa_8h.html">rsa.h</a>"</span>00031 <span class="preprocessor">#include "sha.h"</span>00032 <span class="preprocessor">#include "<a class="code" href="skipjack_8h.html">skipjack.h</a>"</span>00033 <span class="preprocessor">#include "trdlocal.h"</span>00034 00035 <span class="preprocessor">#ifdef CRYPTOPP_IMPORTS</span>00036 <span class="preprocessor"></span>00037 <span class="preprocessor">#ifdef _DLL</span>00038 <span class="preprocessor"></span><span class="comment">// cause CRT DLL to be initialized before Crypto++ so that we can use malloc and free during DllMain()</span>00039 <span class="preprocessor">#ifdef NDEBUG</span>00040 <span class="preprocessor"></span><span class="preprocessor">#pragma comment(lib, "msvcrt")</span>00041 <span class="preprocessor"></span><span class="preprocessor">#else</span>00042 <span class="preprocessor"></span><span class="preprocessor">#pragma comment(lib, "msvcrtd")</span>00043 <span class="preprocessor"></span><span class="preprocessor">#endif</span>00044 <span class="preprocessor"></span><span class="preprocessor">#endif</span>00045 <span class="preprocessor"></span>00046 <span class="preprocessor">#pragma comment(lib, "cryptopp")</span>00047 <span class="preprocessor"></span>00048 <span class="preprocessor">#endif          // #ifdef CRYPTOPP_IMPORTS</span>00049 <span class="preprocessor"></span>00050 <span class="preprocessor">#include &lt;new.h&gt;</span>        <span class="comment">// for _PNH</span>00051 00052 NAMESPACE_BEGIN(CryptoPP)00053 00054 <span class="keyword">typedef</span> <span class="keywordtype">void</span> * (_cdecl * PNew)(size_t);00055 <span class="keyword">typedef</span> void (_cdecl * PDelete)(<span class="keywordtype">void</span> *);00056 <span class="keyword">typedef</span> void (_cdecl * PGetNewAndDelete)(PNew &amp;, PDelete &amp;);00057 <span class="keyword">typedef</span> _PNH (_cdecl * PSetNewHandler)(_PNH);00058 <span class="keyword">typedef</span> void (_cdecl * PSetNewAndDelete)(PNew, PDelete, PSetNewHandler);00059 00060 CRYPTOPP_DLL <span class="keywordtype">void</span> DoDllPowerUpSelfTest();00061 00062 NAMESPACE_END00063 00064 <span class="preprocessor">#endif</span></pre></div><hr size="1"><address style="align: right;"><small>Generated on Tue Jul 8 23:34:12 2003 for Crypto++ by<a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border=0 > </a>1.3.2 </small></address></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -