Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 23e07fd43e778a61ff4b78161a3e2389 > files > 2020

cryptopp-doc-5.6.1-5.fc14.noarch.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"/>
<title>Crypto++: CBC_CTS_Mode_ExternalCipher Struct 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.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td style="padding-left: 0.5em;">
   <div id="projectname">Crypto++</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
  <div id="navrow1" class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div id="navrow2" class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&#160;List</span></a></li>
      <li><a href="classes.html"><span>Class&#160;Index</span></a></li>
      <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&#160;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a>  </div>
  <div class="headertitle">
<div class="title">CBC_CTS_Mode_ExternalCipher Struct Reference</div>  </div>
</div>
<div class="contents">
<!-- doxytag: class="CBC_CTS_Mode_ExternalCipher" --><!-- doxytag: inherits="CipherModeDocumentation" -->
<p>CBC mode with ciphertext stealing, external cipher.  
 <a href="struct_c_b_c___c_t_s___mode___external_cipher.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="modes_8h_source.html">modes.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for CBC_CTS_Mode_ExternalCipher:</div>
<div class="dyncontent">
 <div class="center">
  <img src="struct_c_b_c___c_t_s___mode___external_cipher.png" usemap="#CBC_CTS_Mode_ExternalCipher_map" alt=""/>
  <map id="CBC_CTS_Mode_ExternalCipher_map" name="CBC_CTS_Mode_ExternalCipher_map">
<area href="struct_cipher_mode_documentation.html" title="Cipher modes documentation. See NIST SP 800-38A for definitions of these modes. See AuthenticatedSymm..." alt="CipherModeDocumentation" shape="rect" coords="0,56,199,80"/>
<area href="struct_symmetric_cipher_documentation.html" title="Each class derived from this one defines two types, Encryption and Decryption, both of which implemen..." alt="SymmetricCipherDocumentation" shape="rect" coords="0,0,199,24"/>
</map>
 </div></div>

<p><a href="struct_c_b_c___c_t_s___mode___external_cipher-members.html">List of all members.</a></p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac489281da057e155f2ecea432d8ad98d"></a><!-- doxytag: member="CBC_CTS_Mode_ExternalCipher::Encryption" ref="ac489281da057e155f2ecea432d8ad98d" args="" -->
typedef <br class="typebreak"/>
<a class="el" href="class_cipher_mode_final_template___external_cipher.html">CipherModeFinalTemplate_ExternalCipher</a><br class="typebreak"/>
&lt; <a class="el" href="class_c_b_c___c_t_s___encryption.html">CBC_CTS_Encryption</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_b_c___c_t_s___mode___external_cipher.html#ac489281da057e155f2ecea432d8ad98d">Encryption</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">implements the <a class="el" href="class_symmetric_cipher.html" title="interface for one direction (encryption or decryption) of a stream cipher or cipher mode...">SymmetricCipher</a> interface <br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a733a9ac70d490a182c12a541ffa274f8"></a><!-- doxytag: member="CBC_CTS_Mode_ExternalCipher::Decryption" ref="a733a9ac70d490a182c12a541ffa274f8" args="" -->
typedef <br class="typebreak"/>
<a class="el" href="class_cipher_mode_final_template___external_cipher.html">CipherModeFinalTemplate_ExternalCipher</a><br class="typebreak"/>
&lt; <a class="el" href="class_c_b_c___c_t_s___decryption.html">CBC_CTS_Decryption</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_c_b_c___c_t_s___mode___external_cipher.html#a733a9ac70d490a182c12a541ffa274f8">Decryption</a></td></tr>
<tr><td class="mdescLeft">&#160;</td><td class="mdescRight">implements the <a class="el" href="class_symmetric_cipher.html" title="interface for one direction (encryption or decryption) of a stream cipher or cipher mode...">SymmetricCipher</a> interface <br/></td></tr>
</table>
<hr/><a name="details" id="details"></a><h2>Detailed Description</h2>
<div class="textblock"><p>CBC mode with ciphertext stealing, external cipher. </p>

<p>Definition at line <a class="el" href="modes_8h_source.html#l00407">407</a> of file <a class="el" href="modes_8h_source.html">modes.h</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="modes_8h_source.html">modes.h</a></li>
</ul>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Sun Oct 16 2011 for Crypto++ by&#160;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.4 </small></address>
</body>
</html>