diff options
author | Erwin Nindl <nine@wirdorange.org> | 2007-10-07 22:07:03 +0000 |
---|---|---|
committer | Erwin Nindl <nine@wirdorange.org> | 2007-10-07 22:07:03 +0000 |
commit | 7763f07327f3abce839a690df46ced3bfd1d3d09 (patch) | |
tree | c80abe2cf8e137edba89cad9f14f63048275cee1 /doc/html/classAuthAlgo.html | |
parent | added doxygen, and doxygen makefile target (diff) |
added doxygen generatet documentation
Diffstat (limited to 'doc/html/classAuthAlgo.html')
-rw-r--r-- | doc/html/classAuthAlgo.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/doc/html/classAuthAlgo.html b/doc/html/classAuthAlgo.html new file mode 100644 index 0000000..c840aad --- /dev/null +++ b/doc/html/classAuthAlgo.html @@ -0,0 +1,107 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> +<title>anytun: AuthAlgo Class Reference</title> +<link href="doxygen.css" rel="stylesheet" type="text/css"> +<link href="tabs.css" rel="stylesheet" type="text/css"> +</head><body> +<!-- Generated by Doxygen 1.5.1 --> +<div class="tabs"> + <ul> + <li><a href="main.html"><span>Main Page</span></a></li> + <li><a href="namespaces.html"><span>Namespaces</span></a></li> + <li id="current"><a href="annotated.html"><span>Classes</span></a></li> + <li><a href="files.html"><span>Files</span></a></li> + </ul></div> +<div class="tabs"> + <ul> + <li><a href="annotated.html"><span>Class List</span></a></li> + <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> + <li><a href="functions.html"><span>Class Members</span></a></li> + </ul></div> +<h1>AuthAlgo Class Reference</h1><!-- doxytag: class="AuthAlgo" --><code>#include <<a class="el" href="authAlgo_8h-source.html">authAlgo.h</a>></code> +<p> +<p>Inheritance diagram for AuthAlgo: +<p><center><img src="classAuthAlgo.png" usemap="#AuthAlgo_map" border="0" alt=""></center> +<map name="AuthAlgo_map"> +<area href="classHmacAuthAlgo.html" alt="HmacAuthAlgo" shape="rect" coords="0,56,96,80"> +<area href="classNullAuthAlgo.html" alt="NullAuthAlgo" shape="rect" coords="106,56,202,80"> +</map> +<a href="classAuthAlgo-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> +<tr><td></td></tr> +<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> +<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classAuthAlgo.html#22a200c372d9aeb73a4cbdd95ba30a0e">AuthAlgo</a> ()</td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual </td><td class="memItemRight" valign="bottom"><a class="el" href="classAuthAlgo.html#e3428186b4e005e879e26c2b8e04fa4a">~AuthAlgo</a> ()</td></tr> + +<tr><td class="memItemLeft" nowrap align="right" valign="top">virtual <a class="el" href="datatypes_8h.html#3618ec768f7f5b8ed61f2ad534e1882d">auth_tag_t</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="classAuthAlgo.html#f53b44f90c33eb049da260947a75c916">calc</a> (const <a class="el" href="classBuffer.html">Buffer</a> &buf)=0</td></tr> + +</table> +<hr><h2>Constructor & Destructor Documentation</h2> +<a class="anchor" name="22a200c372d9aeb73a4cbdd95ba30a0e"></a><!-- doxytag: member="AuthAlgo::AuthAlgo" ref="22a200c372d9aeb73a4cbdd95ba30a0e" args="()" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">AuthAlgo::AuthAlgo </td> + <td>(</td> + <td class="paramname"> </td> + <td> ) </td> + <td width="100%"><code> [inline]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> + +</div> +</div><p> +<a class="anchor" name="e3428186b4e005e879e26c2b8e04fa4a"></a><!-- doxytag: member="AuthAlgo::~AuthAlgo" ref="e3428186b4e005e879e26c2b8e04fa4a" args="()" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">virtual AuthAlgo::~AuthAlgo </td> + <td>(</td> + <td class="paramname"> </td> + <td> ) </td> + <td width="100%"><code> [inline, virtual]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> + +</div> +</div><p> +<hr><h2>Member Function Documentation</h2> +<a class="anchor" name="f53b44f90c33eb049da260947a75c916"></a><!-- doxytag: member="AuthAlgo::calc" ref="f53b44f90c33eb049da260947a75c916" args="(const Buffer &buf)=0" --> +<div class="memitem"> +<div class="memproto"> + <table class="memname"> + <tr> + <td class="memname">virtual <a class="el" href="datatypes_8h.html#3618ec768f7f5b8ed61f2ad534e1882d">auth_tag_t</a> AuthAlgo::calc </td> + <td>(</td> + <td class="paramtype">const <a class="el" href="classBuffer.html">Buffer</a> & </td> + <td class="paramname"> <em>buf</em> </td> + <td> ) </td> + <td width="100%"><code> [pure virtual]</code></td> + </tr> + </table> +</div> +<div class="memdoc"> + +<p> + +<p> +Implemented in <a class="el" href="classNullAuthAlgo.html#60eead12d6b32a576ad40d999a6151cf">NullAuthAlgo</a>, and <a class="el" href="classHmacAuthAlgo.html#af50c9aa6b61ff6f4631e3f78f77dc97">HmacAuthAlgo</a>. +</div> +</div><p> +<hr>The documentation for this class was generated from the following file:<ul> +<li><a class="el" href="authAlgo_8h-source.html">authAlgo.h</a></ul> +<hr size="1"><address style="align: right;"><small>Generated on Sun Oct 7 23:43:49 2007 for anytun by +<a href="http://www.doxygen.org/index.html"> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address> +</body> +</html> |