Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 0a67b807a02637f2cae68649d519a89d > files > 2643

libcryptopp-devel-7.0.0-1.mga7.armv7hl.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"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.14"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Crypto++: AuthenticatedSymmetricCipherDocumentation 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.14 -->
<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_authenticated_symmetric_cipher_documentation-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">AuthenticatedSymmetricCipherDocumentation Struct Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher.  
 <a href="struct_authenticated_symmetric_cipher_documentation.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 AuthenticatedSymmetricCipherDocumentation:</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_authenticated_symmetric_cipher_documentation.png" usemap="#AuthenticatedSymmetricCipherDocumentation_map" alt=""/>
  <map id="AuthenticatedSymmetricCipherDocumentation_map" name="AuthenticatedSymmetricCipherDocumentation_map">
<area href="struct_c_c_m.html" title="CCM block cipher mode of operation. " alt="CCM&lt; T_BlockCipher, T_DefaultDigestSize &gt;" shape="rect" coords="0,56,270,80"/>
<area href="struct_e_a_x.html" title="EAX block cipher mode of operation. " alt="EAX&lt; T_BlockCipher &gt;" shape="rect" coords="280,56,550,80"/>
<area href="struct_g_c_m.html" title="GCM block cipher mode of operation. " alt="GCM&lt; T_BlockCipher, T_TablesOption &gt;" shape="rect" coords="560,56,830,80"/>
</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:a67801ee56d330c2b74aa5fc3871ee6c8"><td class="memItemLeft" align="right" valign="top"><a id="a67801ee56d330c2b74aa5fc3871ee6c8"></a>
typedef <a class="el" href="class_authenticated_symmetric_cipher.html">AuthenticatedSymmetricCipher</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_authenticated_symmetric_cipher_documentation.html#a67801ee56d330c2b74aa5fc3871ee6c8">Encryption</a></td></tr>
<tr class="memdesc:a67801ee56d330c2b74aa5fc3871ee6c8"><td class="mdescLeft">&#160;</td><td class="mdescRight">implements the <a class="el" href="class_authenticated_symmetric_cipher.html" title="Interface for authenticated encryption modes of operation. ">AuthenticatedSymmetricCipher</a> interface <br /></td></tr>
<tr class="separator:a67801ee56d330c2b74aa5fc3871ee6c8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a12f05149e95a3e831d5827d65847ea08"><td class="memItemLeft" align="right" valign="top"><a id="a12f05149e95a3e831d5827d65847ea08"></a>
typedef <a class="el" href="class_authenticated_symmetric_cipher.html">AuthenticatedSymmetricCipher</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct_authenticated_symmetric_cipher_documentation.html#a12f05149e95a3e831d5827d65847ea08">Decryption</a></td></tr>
<tr class="memdesc:a12f05149e95a3e831d5827d65847ea08"><td class="mdescLeft">&#160;</td><td class="mdescRight">implements the <a class="el" href="class_authenticated_symmetric_cipher.html" title="Interface for authenticated encryption modes of operation. ">AuthenticatedSymmetricCipher</a> interface <br /></td></tr>
<tr class="separator:a12f05149e95a3e831d5827d65847ea08"><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>Provides Encryption and Decryption typedefs used by derived classes to implement an authenticated encryption cipher. </p>
<p>Each class derived from this one defines two types, Encryption and Decryption, both of which implement the <a class="el" href="class_authenticated_symmetric_cipher.html" title="Interface for authenticated encryption modes of operation. ">AuthenticatedSymmetricCipher</a> interface. </p>

<p class="definition">Definition at line <a class="el" href="seckey_8h_source.html#l00447">447</a> of file <a class="el" href="seckey_8h_source.html">seckey.h</a>.</p>
</div><hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="seckey_8h_source.html">seckey.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sun Sep 16 2018 07:58:14 for Crypto++ by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.14
</small></address>
</body>
</html>