OpenCores
URL https://opencores.org/ocsvn/avs_aes/avs_aes/trunk

Subversion Repositories avs_aes

[/] [avs_aes/] [trunk/] [doc/] [sw/] [html/] [structavs__aes__handle.html] - Rev 11

Go to most recent revision | Compare with Previous | Blame | View Log

<!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>AES Avalon Slave (avs_aes): avs_aes_handle 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.6.1 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
  var num=this.id.replace(/[^[0-9]/g,'');
  var button=this.firstChild;
  var sectionDiv=document.getElementById('dynsection'+num);
  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
    sectionDiv.style.display='block';
    button.src='open.gif';
  }else{
    sectionDiv.style.display='none';
    button.src='closed.gif';
  }
}
function initDynSections(){
  var divs=document.getElementsByTagName('div');
  var sectionCounter=1;
  for(var i=0;i<divs.length-1;i++){
    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
      var header=divs[i];
      var section=divs[i+1];
      var button=header.firstChild;
      if (button!='IMG'){
        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
        button=document.createElement('img');
        divs[i].insertBefore(button,divs[i].firstChild);
      }
      header.style.cursor='pointer';
      header.onclick=changeDisplayState;
      header.id='dynheader'+sectionCounter;
      button.src='closed.gif';
      section.id='dynsection'+sectionCounter;
      section.style.display='none';
      section.style.marginLeft='14px';
      sectionCounter++;
    }
  }
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul>
      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
      <li class="current"><a href="annotated.html"><span>Data&nbsp;Structures</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>Data&nbsp;Structures</span></a></li>
      <li><a href="classes.html"><span>Data&nbsp;Structure&nbsp;Index</span></a></li>
      <li><a href="functions.html"><span>Data&nbsp;Fields</span></a></li>
    </ul>
  </div>
</div>
<div class="contents">
<h1>avs_aes_handle Struct Reference</h1><!-- doxytag: class="avs_aes_handle" -->
<p>object storing addresses for this Avalon AES slave might be useful in case there are more attached, also for convinience  
<a href="#_details">More...</a></p>
 
<p><code>#include &lt;<a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>&gt;</code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">volatile unsigned int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structavs__aes__handle.html#acb9eb474c8310afe4b082b79914f274c">key</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">pointer "KEY" field in memory mapping  <a href="#acb9eb474c8310afe4b082b79914f274c"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">volatile unsigned int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structavs__aes__handle.html#adae23dc33b7dec54b9da34f347256214">payload</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">pointer "data" field in memory mapping used for both decryption and encryption  <a href="#adae23dc33b7dec54b9da34f347256214"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">volatile unsigned int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structavs__aes__handle.html#ae0ad9e7bde68d07c018a299a0cda66af">result</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">pointer "RESULT" field in memory mapping  <a href="#ae0ad9e7bde68d07c018a299a0cda66af"></a><br/></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">volatile unsigned int *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="structavs__aes__handle.html#a15143869a0c8bfcacc8e1839e4e789c9">control</a></td></tr>
<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">pointer to control word  <a href="#a15143869a0c8bfcacc8e1839e4e789c9"></a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>object storing addresses for this Avalon AES slave might be useful in case there are more attached, also for convinience </p>
 
<p>Definition at line <a class="el" href="avs__aes_8h_source.html#l00081">81</a> of file <a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>.</p>
<hr/><h2>Field Documentation</h2>
<a class="anchor" id="a15143869a0c8bfcacc8e1839e4e789c9"></a><!-- doxytag: member="avs_aes_handle::control" ref="a15143869a0c8bfcacc8e1839e4e789c9" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">volatile unsigned int* <a class="el" href="structavs__aes__handle.html#a15143869a0c8bfcacc8e1839e4e789c9">avs_aes_handle::control</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>pointer to control word </p>
 
<p>Definition at line <a class="el" href="avs__aes_8h_source.html#l00098">98</a> of file <a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>.</p>
 
</div>
</div>
<a class="anchor" id="acb9eb474c8310afe4b082b79914f274c"></a><!-- doxytag: member="avs_aes_handle::key" ref="acb9eb474c8310afe4b082b79914f274c" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">volatile unsigned int* <a class="el" href="structavs__aes__handle.html#acb9eb474c8310afe4b082b79914f274c">avs_aes_handle::key</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>pointer "KEY" field in memory mapping </p>
 
<p>Definition at line <a class="el" href="avs__aes_8h_source.html#l00085">85</a> of file <a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>.</p>
 
</div>
</div>
<a class="anchor" id="adae23dc33b7dec54b9da34f347256214"></a><!-- doxytag: member="avs_aes_handle::payload" ref="adae23dc33b7dec54b9da34f347256214" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">volatile unsigned int* <a class="el" href="structavs__aes__handle.html#adae23dc33b7dec54b9da34f347256214">avs_aes_handle::payload</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>pointer "data" field in memory mapping used for both decryption and encryption </p>
 
<p>Definition at line <a class="el" href="avs__aes_8h_source.html#l00090">90</a> of file <a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>.</p>
 
</div>
</div>
<a class="anchor" id="ae0ad9e7bde68d07c018a299a0cda66af"></a><!-- doxytag: member="avs_aes_handle::result" ref="ae0ad9e7bde68d07c018a299a0cda66af" args="" -->
<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">volatile unsigned int* <a class="el" href="structavs__aes__handle.html#ae0ad9e7bde68d07c018a299a0cda66af">avs_aes_handle::result</a></td>
        </tr>
      </table>
</div>
<div class="memdoc">
 
<p>pointer "RESULT" field in memory mapping </p>
 
<p>Definition at line <a class="el" href="avs__aes_8h_source.html#l00094">94</a> of file <a class="el" href="avs__aes_8h_source.html">avs_aes.h</a>.</p>
 
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li><a class="el" href="avs__aes_8h_source.html">avs_aes.h</a></li>
</ul>
</div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Fri Apr 2 23:22:36 2010 for AES Avalon Slave (avs_aes) by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.