Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 17f48c047155a7d4c992d6a672acd57f > files > 2696

libcryptopp-devel-7.0.0-1.1.mga7.armv7hl.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Crypto++: CBC_Mode_ExternalCipher Struct Reference</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 id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Crypto++
   &#160;<span id="projectnumber">7.0</span>
   </div>
   <div id="projectbrief">Free&nbsp;C&#43;&#43;&nbsp;class&nbsp;library&nbsp;of&nbsp;cryptographic&nbsp;schemes</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',false,false,'search.php','Search');
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-types">Public Types</a> &#124;
<a href="struct_c_b_c___mode___external_cipher-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">CBC_Mode_ExternalCipher Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>CBC mode, external cipher.  
 <a href="struct_c_b_c___mode___external_cipher.html#details">More...</a></p>
<div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
  <img id="dynsection-0-trigger" src="closed.png" alt="+"/> Inheritance diagram for CBC_Mode_ExternalCipher:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
 <div class="center">
  <img src="struct_c_b_c___mode___external_cipher.png" usemap="#CBC_5FMode_5FExternalCipher_map" alt=""/>
  <map id="CBC_5FMode_5FExternalCipher_map" name="CBC_5FMode_5FExternalCipher_map">
<area href="struct_cipher_mode_documentation.html" title="Block cipher mode of operation information." alt="CipherModeDocumentation" shape="rect" coords="0,56,191,80"/>
<area href="struct_symmetric_cipher_documentation.html" title="Provides Encryption and Decryption typedefs used by derived classes to implement a symmetric cipher." alt="SymmetricCipherDocumentation" shape="rect" coords="0,0,191,24"/>
  </map>
</div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a>
Public Types</h2></td></tr>
<tr class="memitem:aaa2800fcf5153e07c41c1916f3587e4a"><td class="memItemLeft" align="right" valign="top"><a id="aaa2800fcf5153e07c41c1916f3587e4a"></a>
typedef <a class="el" href="class_cipher_mode_final_template___external_cipher.html">CipherModeFinalTemplate_ExternalCipher</a>&lt; <a class="el" href="class_c_b_c___encryption.html">CBC_Encryption</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Encryption</b></td></tr>
<tr class="separator:aaa2800fcf5153e07c41c1916f3587e4a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5ceba83614c424c79a13b64583627796"><td class="memItemLeft" align="right" valign="top"><a id="a5ceba83614c424c79a13b64583627796"></a>
typedef <a class="el" href="class_cipher_mode_final_template___external_cipher.html">CipherModeFinalTemplate_ExternalCipher</a>&lt; <a class="el" href="class_c_b_c___decryption.html">CBC_Decryption</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><b>Decryption</b></td></tr>
<tr class="separator:a5ceba83614c424c79a13b64583627796"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_types_struct_symmetric_cipher_documentation"><td colspan="2" onclick="javascript:toggleInherit('pub_types_struct_symmetric_cipher_documentation')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="struct_symmetric_cipher_documentation.html">SymmetricCipherDocumentation</a></td></tr>
<tr class="memitem:a44854216f0ebd272eddfd7f3877ecb34 inherit pub_types_struct_symmetric_cipher_documentation"><td class="memItemLeft" align="right" valign="top"><a id="a44854216f0ebd272eddfd7f3877ecb34"></a>
typedef <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_symmetric_cipher_documentation.html#a44854216f0ebd272eddfd7f3877ecb34">Encryption</a></td></tr>
<tr class="memdesc:a44854216f0ebd272eddfd7f3877ecb34 inherit pub_types_struct_symmetric_cipher_documentation"><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 class="separator:a44854216f0ebd272eddfd7f3877ecb34 inherit pub_types_struct_symmetric_cipher_documentation"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0d5bbe79fd8fb71c0f857bb97b0d1f2f inherit pub_types_struct_symmetric_cipher_documentation"><td class="memItemLeft" align="right" valign="top"><a id="a0d5bbe79fd8fb71c0f857bb97b0d1f2f"></a>
typedef <a class="el" href="class_symmetric_cipher.html">SymmetricCipher</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_symmetric_cipher_documentation.html#a0d5bbe79fd8fb71c0f857bb97b0d1f2f">Decryption</a></td></tr>
<tr class="memdesc:a0d5bbe79fd8fb71c0f857bb97b0d1f2f inherit pub_types_struct_symmetric_cipher_documentation"><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 class="separator:a0d5bbe79fd8fb71c0f857bb97b0d1f2f inherit pub_types_struct_symmetric_cipher_documentation"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>CBC mode, external cipher. </p>
<dl class="section see"><dt>See also</dt><dd><a href="http://www.cryptopp.com/wiki/Modes_of_Operation">Modes of Operation</a> on the Crypto++ wiki. </dd></dl>

<p class="definition">Definition at line <a class="el" href="modes_8h_source.html#l00452">452</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><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Wed Nov 27 2019 15:04:00 for Crypto++ by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>