Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 598246a3099b0106d22dd5249478d3b7 > files > 21

ccrtp-devel-1.7.1-2.fc12.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>ccRTP: CryptoContext.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.9 -->
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="modules.html"><span>Modules</span></a></li>
      <li><a href="annotated.html"><span>Classes</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li><a href="examples.html"><span>Examples</span></a></li>
    </ul>
  </div>
  <div class="tabs">
    <ul>
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>CryptoContext.h File Reference</h1><code>#include &lt;cc++/config.h&gt;</code><br>
<code>#include &lt;<a class="el" href="rtppkt_8h_source.html">ccrtp/rtppkt.h</a>&gt;</code><br>

<p>
<a href="_crypto_context_8h_source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="class_crypto_context.html">CryptoContext</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">The implementation for a SRTP cryptographic context.  <a href="class_crypto_context.html#_details">More...</a><br></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#447e256ec5f4b9a3efc11389e2961028">REPLAY_WINDOW_SIZE</a>&nbsp;&nbsp;&nbsp;64</td></tr>

<tr><td colspan="2"><br><h2>Variables</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#dad045e5df6095b97923857e15d7a65f">SrtpAuthenticationNull</a> = 0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#ccd13032e5d46ff065dc8d06a939bc4f">SrtpAuthenticationSha1Hmac</a> = 1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#6285b7996c05378b3e1ac2ebaec73a76">SrtpEncryptionNull</a> = 0</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#419bc447ca91dcb04e1fc27641349304">SrtpEncryptionAESCM</a> = 1</td></tr>

<tr><td class="memItemLeft" nowrap align="right" valign="top">const int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="_crypto_context_8h.html#3e33452ee73cfd829a9ebddc26adc384">SrtpEncryptionAESF8</a> = 2</td></tr>

</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="447e256ec5f4b9a3efc11389e2961028"></a><!-- doxytag: member="CryptoContext.h::REPLAY_WINDOW_SIZE" ref="447e256ec5f4b9a3efc11389e2961028" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">#define REPLAY_WINDOW_SIZE&nbsp;&nbsp;&nbsp;64          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<hr><h2>Variable Documentation</h2>
<a class="anchor" name="dad045e5df6095b97923857e15d7a65f"></a><!-- doxytag: member="CryptoContext.h::SrtpAuthenticationNull" ref="dad045e5df6095b97923857e15d7a65f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const int <a class="el" href="_crypto_context_8h.html#dad045e5df6095b97923857e15d7a65f">SrtpAuthenticationNull</a> = 0          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="ccd13032e5d46ff065dc8d06a939bc4f"></a><!-- doxytag: member="CryptoContext.h::SrtpAuthenticationSha1Hmac" ref="ccd13032e5d46ff065dc8d06a939bc4f" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const int <a class="el" href="_crypto_context_8h.html#ccd13032e5d46ff065dc8d06a939bc4f">SrtpAuthenticationSha1Hmac</a> = 1          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="419bc447ca91dcb04e1fc27641349304"></a><!-- doxytag: member="CryptoContext.h::SrtpEncryptionAESCM" ref="419bc447ca91dcb04e1fc27641349304" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const int <a class="el" href="_crypto_context_8h.html#419bc447ca91dcb04e1fc27641349304">SrtpEncryptionAESCM</a> = 1          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="3e33452ee73cfd829a9ebddc26adc384"></a><!-- doxytag: member="CryptoContext.h::SrtpEncryptionAESF8" ref="3e33452ee73cfd829a9ebddc26adc384" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const int <a class="el" href="_crypto_context_8h.html#3e33452ee73cfd829a9ebddc26adc384">SrtpEncryptionAESF8</a> = 2          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
<a class="anchor" name="6285b7996c05378b3e1ac2ebaec73a76"></a><!-- doxytag: member="CryptoContext.h::SrtpEncryptionNull" ref="6285b7996c05378b3e1ac2ebaec73a76" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">const int <a class="el" href="_crypto_context_8h.html#6285b7996c05378b3e1ac2ebaec73a76">SrtpEncryptionNull</a> = 0          </td>
        </tr>
      </table>
</div>
<div class="memdoc">

<p>

</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Fri Jul 24 21:42:25 2009 for ccRTP by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>