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

Subversion Repositories avs_aes

[/] [avs_aes/] [trunk/] [doc/] [sw/] [html/] [avs__aes_8h_source.html] - Diff between revs 11 and 21

Show entire file | Details | Blame | View Log

Rev 11 Rev 21
Line 1... Line 1...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<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.4"/>
<title>AES Avalon Slave (avs_aes): avs_aes.h Source File</title>
<title>AES Avalon Slave (avs_aes): avs_aes.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<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="navtree.css" rel="stylesheet" type="text/css"/>
 
<script type="text/javascript" src="resize.js"></script>
 
<script type="text/javascript" src="navtree.js"></script>
 
<script type="text/javascript">
 
  $(document).ready(initResizable);
 
  $(window).load(resizeHeight);
 
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
</head>
<body>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<script type="text/javascript">
<div id="titlearea">
<!--
<table cellspacing="0" cellpadding="0">
function changeDisplayState (e){
 <tbody>
  var num=this.id.replace(/[^[0-9]/g,'');
 <tr style="height: 56px;">
  var button=this.firstChild;
  <td style="padding-left: 0.5em;">
  var sectionDiv=document.getElementById('dynsection'+num);
   <div id="projectname">AES Avalon Slave (avs_aes)
  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
   </div>
    sectionDiv.style.display='block';
  </td>
    button.src='open.gif';
 </tr>
  }else{
 </tbody>
    sectionDiv.style.display='none';
</table>
    button.src='closed.gif';
</div>
  }
<!-- end header part -->
}
<!-- Generated by Doxygen 1.8.4 -->
function initDynSections(){
  <div id="navrow1" class="tabs">
  var divs=document.getElementsByTagName('div');
    <ul class="tablist">
  var sectionCounter=1;
      <li><a href="index.html"><span>Main&#160;Page</span></a></li>
  for(var i=0;i<divs.length-1;i++){
      <li><a href="modules.html"><span>Modules</span></a></li>
    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
      <li><a href="annotated.html"><span>Data&#160;Structures</span></a></li>
      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><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
 
      <li class="current"><a href="files.html"><span>Files</span></a></li>
      <li class="current"><a href="files.html"><span>Files</span></a></li>
    </ul>
    </ul>
  </div>
  </div>
  <div class="tabs">
  <div id="navrow2" class="tabs2">
    <ul>
    <ul class="tablist">
      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
      <li><a href="files.html"><span>File&#160;List</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
      <li><a href="globals.html"><span>Globals</span></a></li>
    </ul>
    </ul>
  </div>
  </div>
<h1>avs_aes.h</h1><a href="avs__aes_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/**</span>
</div><!-- top -->
<a name="l00002"></a>00002 <span class="comment">*  \file avs_aes.h</span>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<a name="l00003"></a>00003 <span class="comment">*  \brief header file for AES Avalon IP Core software driver </span>
  <div id="nav-tree">
<a name="l00004"></a>00004 <span class="comment">*  offers interfaces to convinient access to the core</span>
    <div id="nav-tree-contents">
<a name="l00005"></a>00005 <span class="comment">*</span>
      <div id="nav-sync" class="sync"></div>
<a name="l00006"></a>00006 <span class="comment">*  This file is part of the project  avs_aes</span>
    </div>
<a name="l00007"></a>00007 <span class="comment">*  see: http://opencores.org/project,avs_aes</span>
  </div>
<a name="l00008"></a>00008 <span class="comment">*  </span>
  <div id="splitbar" style="-moz-user-select:none;"
<a name="l00009"></a>00009 <span class="comment">* </span>
       class="ui-resizable-handle">
<a name="l00010"></a>00010 <span class="comment">* \section AUTHORS</span>
  </div>
<a name="l00011"></a>00011 <span class="comment">*      Thomas Ruschival -- ruschi@opencores.org (www.ruschival.de)</span>
</div>
<a name="l00012"></a>00012 <span class="comment">* </span>
<script type="text/javascript">
<a name="l00013"></a>00013 <span class="comment">* \section LICENSE</span>
$(document).ready(function(){initNavTree('avs__aes_8h_source.html','');});
<a name="l00014"></a>00014 <span class="comment">*  Copyright (c) 2009, Authors and opencores.org</span>
</script>
<a name="l00015"></a>00015 <span class="comment">*  All rights reserved.</span>
<div id="doc-content">
<a name="l00016"></a>00016 <span class="comment">* </span>
<div class="header">
<a name="l00017"></a>00017 <span class="comment">*  Redistribution and use in source and binary forms, with or without modification,</span>
  <div class="headertitle">
<a name="l00018"></a>00018 <span class="comment">*  are permitted provided that the following conditions are met:</span>
<div class="title">avs_aes.h</div>  </div>
<a name="l00019"></a>00019 <span class="comment">*     * Redistributions of source code must retain the above copyright notice,</span>
</div><!--header-->
<a name="l00020"></a>00020 <span class="comment">*     this list of conditions and the following disclaimer.</span>
<div class="contents">
<a name="l00021"></a>00021 <span class="comment">*     * Redistributions in binary form must reproduce the above copyright notice,</span>
<a href="avs__aes_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno">    1</span>&#160;<span class="comment">/**</span></div>
<a name="l00022"></a>00022 <span class="comment">*     this list of conditions and the following disclaimer in the documentation</span>
<div class="line"><a name="l00002"></a><span class="lineno">    2</span>&#160;<span class="comment"> *  \file avs_aes.h</span></div>
<a name="l00023"></a>00023 <span class="comment">*     and/or other materials provided with the distribution.</span>
<div class="line"><a name="l00003"></a><span class="lineno">    3</span>&#160;<span class="comment"> *  \brief header file for AES Avalon IP Core software driver</span></div>
<a name="l00024"></a>00024 <span class="comment">*     * Neither the name of the organization nor the names of its contributors</span>
<div class="line"><a name="l00004"></a><span class="lineno">    4</span>&#160;<span class="comment"> *  offers interfaces to convinient access to the core</span></div>
<a name="l00025"></a>00025 <span class="comment">*     may be used to endorse or promote products derived from this software without</span>
<div class="line"><a name="l00005"></a><span class="lineno">    5</span>&#160;<span class="comment"> *</span></div>
<a name="l00026"></a>00026 <span class="comment">*     specific prior written permission.</span>
<div class="line"><a name="l00006"></a><span class="lineno">    6</span>&#160;<span class="comment"> *  This file is part of the project     avs_aes</span></div>
<a name="l00027"></a>00027 <span class="comment">*  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span>
<div class="line"><a name="l00007"></a><span class="lineno">    7</span>&#160;<span class="comment"> *  see: http://opencores.org/project,avs_aes</span></div>
<a name="l00028"></a>00028 <span class="comment">*  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span>
<div class="line"><a name="l00008"></a><span class="lineno">    8</span>&#160;<span class="comment"> *</span></div>
<a name="l00029"></a>00029 <span class="comment">*  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span>
<div class="line"><a name="l00009"></a><span class="lineno">    9</span>&#160;<span class="comment"> *</span></div>
<a name="l00030"></a>00030 <span class="comment">*  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE</span>
<div class="line"><a name="l00010"></a><span class="lineno">   10</span>&#160;<span class="comment"> * \section AUTHORS</span></div>
<a name="l00031"></a>00031 <span class="comment">*  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,</span>
<div class="line"><a name="l00011"></a><span class="lineno">   11</span>&#160;<span class="comment"> *     Thomas Ruschival -- ruschi@opencores.org (www.ruschival.de)</span></div>
<a name="l00032"></a>00032 <span class="comment">*  OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span>
<div class="line"><a name="l00012"></a><span class="lineno">   12</span>&#160;<span class="comment"> *</span></div>
<a name="l00033"></a>00033 <span class="comment">*  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span>
<div class="line"><a name="l00013"></a><span class="lineno">   13</span>&#160;<span class="comment"> * \section LICENSE</span></div>
<a name="l00034"></a>00034 <span class="comment">*  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span>
<div class="line"><a name="l00014"></a><span class="lineno">   14</span>&#160;<span class="comment"> *  Copyright (c) 2009, Authors and opencores.org</span></div>
<a name="l00035"></a>00035 <span class="comment">*  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span>
<div class="line"><a name="l00015"></a><span class="lineno">   15</span>&#160;<span class="comment"> *  All rights reserved.</span></div>
<a name="l00036"></a>00036 <span class="comment">*  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF</span>
<div class="line"><a name="l00016"></a><span class="lineno">   16</span>&#160;<span class="comment"> *</span></div>
<a name="l00037"></a>00037 <span class="comment">*  THE POSSIBILITY OF SUCH DAMAGE</span>
<div class="line"><a name="l00017"></a><span class="lineno">   17</span>&#160;<span class="comment"> *  Redistribution and use in source and binary forms, with or without modification,</span></div>
<a name="l00038"></a>00038 <span class="comment">*/</span>
<div class="line"><a name="l00018"></a><span class="lineno">   18</span>&#160;<span class="comment"> *  are permitted provided that the following conditions are met:</span></div>
<a name="l00039"></a>00039
<div class="line"><a name="l00019"></a><span class="lineno">   19</span>&#160;<span class="comment"> *    * Redistributions of source code must retain the above copyright notice,</span></div>
<a name="l00040"></a>00040
<div class="line"><a name="l00020"></a><span class="lineno">   20</span>&#160;<span class="comment"> *    this list of conditions and the following disclaimer.</span></div>
<a name="l00041"></a>00041 <span class="preprocessor">#ifndef AVS_AES_H_</span>
<div class="line"><a name="l00021"></a><span class="lineno">   21</span>&#160;<span class="comment"> *    * Redistributions in binary form must reproduce the above copyright notice,</span></div>
<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#define AVS_AES_H_</span>
<div class="line"><a name="l00022"></a><span class="lineno">   22</span>&#160;<span class="comment"> *    this list of conditions and the following disclaimer in the documentation</span></div>
<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="comment"></span>
<div class="line"><a name="l00023"></a><span class="lineno">   23</span>&#160;<span class="comment"> *    and/or other materials provided with the distribution.</span></div>
<a name="l00044"></a>00044 <span class="comment">/**</span>
<div class="line"><a name="l00024"></a><span class="lineno">   24</span>&#160;<span class="comment"> *    * Neither the name of the organization nor the names of its contributors</span></div>
<a name="l00045"></a>00045 <span class="comment"> * \section Configuration</span>
<div class="line"><a name="l00025"></a><span class="lineno">   25</span>&#160;<span class="comment"> *    may be used to endorse or promote products derived from this software without</span></div>
<a name="l00046"></a>00046 <span class="comment"> * Configuration items for the Avalon Slave component </span>
<div class="line"><a name="l00026"></a><span class="lineno">   26</span>&#160;<span class="comment"> *    specific prior written permission.</span></div>
<a name="l00047"></a>00047 <span class="comment"> * change them or define them elsewhere</span>
<div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="comment"> *  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS &quot;AS IS&quot;</span></div>
<a name="l00048"></a>00048 <span class="comment"> */</span>
<div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;<span class="comment"> *  AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE</span></div>
<a name="l00049"></a>00049 <span class="preprocessor">#ifndef KEYWORDS</span>
<div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment"> *  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE</span></div>
<a name="l00050"></a>00050 <span class="preprocessor"></span><span class="comment">/** </span>
<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment"> *  ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE</span></div>
<a name="l00051"></a>00051 <span class="comment"> * Keylength 256 Bit AES </span>
<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment"> *  LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,</span></div>
<a name="l00052"></a>00052 <span class="comment">*/</span>
<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment"> *  OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF</span></div>
<a name="l00053"></a><a class="code" href="avs__aes_8h.html#a40ac9fbe108b0ea74f57215528f13196">00053</a> <span class="preprocessor">#define KEYWORDS        8</span>
<div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment"> *  SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS</span></div>
<a name="l00054"></a>00054 <span class="preprocessor"></span><span class="preprocessor">#endif  </span><span class="comment">/*  KEYWORDS  */</span>
<div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment"> *  INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN</span></div>
<a name="l00055"></a>00055
<div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment"> *  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)</span></div>
<a name="l00056"></a>00056 <span class="preprocessor">#ifndef AES_BASEADDR</span>
<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment"> *  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF</span></div>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="comment">/** </span>
<div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment"> *  THE POSSIBILITY OF SUCH DAMAGE</span></div>
<a name="l00058"></a>00058 <span class="comment"> * base address of the Avalon Slave component in memory map </span>
<div class="line"><a name="l00038"></a><span class="lineno">   38</span>&#160;<span class="comment"> */</span></div>
<a name="l00059"></a>00059 <span class="comment">*/</span>
<div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;</div>
<a name="l00060"></a><a class="code" href="avs__aes_8h.html#aa93e16f5419a2515d4ebbd5368e9a8c5">00060</a> <span class="preprocessor">#define AES_BASEADDR    0x40000 </span>
<div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;<span class="preprocessor">#ifndef AVS_AES_H_</span></div>
<a name="l00061"></a>00061 <span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* AES_BASEADDR */</span>
<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#define AVS_AES_H_</span></div>
<a name="l00062"></a>00062
<div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
<a name="l00063"></a>00063 <span class="comment"></span>
<div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;<span class="comment">/**</span></div>
<a name="l00064"></a>00064 <span class="comment">/**</span>
<div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;<span class="comment"> * \section Configuration</span></div>
<a name="l00065"></a>00065 <span class="comment"> * \section Constants</span>
<div class="line"><a name="l00045"></a><span class="lineno">   45</span>&#160;<span class="comment"> * Configuration items for the Avalon Slave component </span></div>
<a name="l00066"></a>00066 <span class="comment"> * Constants no need to change them!</span>
<div class="line"><a name="l00046"></a><span class="lineno">   46</span>&#160;<span class="comment"> * change them or define them elsewhere</span></div>
<a name="l00067"></a>00067 <span class="comment"> */</span><span class="comment"></span>
<div class="line"><a name="l00047"></a><span class="lineno">   47</span>&#160;<span class="comment"> */</span></div>
<a name="l00068"></a>00068 <span class="comment">/** memory offset for key  DON&apos;T CHANGE!  */</span>
<div class="line"><a name="l00048"></a><span class="lineno">   48</span>&#160;<span class="preprocessor">#ifndef KEYWORDS</span></div>
<a name="l00069"></a><a class="code" href="avs__aes_8h.html#ac237029d30090de9c406fd8cf6f9df37">00069</a> <span class="preprocessor">#define KEY_ADDR        AES_BASEADDR+0x00</span>
<div class="line"><a name="l00049"></a><span class="lineno">   49</span>&#160;<span class="preprocessor"></span><span class="comment">/** </span></div>
<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="comment">/** memory offset of payload   DON&apos;T CHANGE!*/</span>
<div class="line"><a name="l00050"></a><span class="lineno">   50</span>&#160;<span class="comment"> * Keylength 256 Bit AES </span></div>
<a name="l00071"></a><a class="code" href="avs__aes_8h.html#a622ef33a8b85e8a7558ce42e9fc73870">00071</a> <span class="preprocessor">#define DATA_ADDR       AES_BASEADDR+0x08</span>
<div class="line"><a name="l00051"></a><span class="lineno">   51</span>&#160;<span class="comment"> */</span></div>
<a name="l00072"></a>00072 <span class="preprocessor"></span><span class="comment">/** memory offset of result   DON&apos;T CHANGE! */</span>
<div class="line"><a name="l00052"></a><span class="lineno"><a class="code" href="avs__aes_8h.html#a40ac9fbe108b0ea74f57215528f13196">   52</a></span>&#160;<span class="preprocessor">#define KEYWORDS        8</span></div>
<a name="l00073"></a><a class="code" href="avs__aes_8h.html#add31e6954a8ef1d40c63409f686135b9">00073</a> <span class="preprocessor">#define RESULT_ADDR     AES_BASEADDR+0x10</span>
<div class="line"><a name="l00053"></a><span class="lineno">   53</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif  </span><span class="comment">/*  KEYWORDS  */</span><span class="preprocessor"></span></div>
<a name="l00074"></a>00074 <span class="preprocessor"></span><span class="comment">/** memory offset for control word   DON&apos;T CHANGE! */</span>
<div class="line"><a name="l00054"></a><span class="lineno">   54</span>&#160;<span class="preprocessor"></span></div>
<a name="l00075"></a><a class="code" href="avs__aes_8h.html#a939a4e25c6ce6c1224b8d923038f6639">00075</a> <span class="preprocessor">#define AESCTRLWD       AES_BASEADDR+0x18 </span>
<div class="line"><a name="l00055"></a><span class="lineno">   55</span>&#160;<span class="preprocessor">#ifndef AES_BASEADDR</span></div>
<a name="l00076"></a>00076 <span class="preprocessor"></span><span class="comment"></span>
<div class="line"><a name="l00056"></a><span class="lineno">   56</span>&#160;<span class="preprocessor"></span><span class="comment">/**</span></div>
<a name="l00077"></a>00077 <span class="comment">/**</span>
<div class="line"><a name="l00057"></a><span class="lineno">   57</span>&#160;<span class="comment"> * base address of the Avalon Slave component in memory map </span></div>
<a name="l00078"></a>00078 <span class="comment"> * \brief object storing addresses for this Avalon AES slave </span>
<div class="line"><a name="l00058"></a><span class="lineno">   58</span>&#160;<span class="comment"> */</span></div>
<a name="l00079"></a>00079 <span class="comment"> * might be useful in case there are more attached, also for convinience</span>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="code" href="avs__aes_8h.html#aa93e16f5419a2515d4ebbd5368e9a8c5">   59</a></span>&#160;<span class="preprocessor">#define AES_BASEADDR    0x40000 </span></div>
<a name="l00080"></a>00080 <span class="comment"> */</span>
<div class="line"><a name="l00060"></a><span class="lineno">   60</span>&#160;<span class="preprocessor"></span><span class="preprocessor">#endif </span><span class="comment">/* AES_BASEADDR */</span><span class="preprocessor"></span></div>
<a name="l00081"></a><a class="code" href="structavs__aes__handle.html">00081</a> <span class="keyword">typedef</span> <span class="keyword">struct</span>{<span class="comment"></span>
<div class="line"><a name="l00061"></a><span class="lineno">   61</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
<a name="l00082"></a>00082 <span class="comment">     /** </span>
<div class="line"><a name="l00062"></a><span class="lineno">   62</span>&#160;<span class="comment">/**</span></div>
<a name="l00083"></a>00083 <span class="comment">      * \brief pointer &quot;KEY&quot; field in memory mapping      </span>
<div class="line"><a name="l00063"></a><span class="lineno">   63</span>&#160;<span class="comment"> * \addtogroup control-register</span></div>
<a name="l00084"></a>00084 <span class="comment">    */</span>
<div class="line"><a name="l00064"></a><span class="lineno">   64</span>&#160;<span class="comment"> * Bits in Control Register </span></div>
<a name="l00085"></a><a class="code" href="structavs__aes__handle.html#acb9eb474c8310afe4b082b79914f274c">00085</a>     <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* key;<span class="comment"></span>
<div class="line"><a name="l00065"></a><span class="lineno">   65</span>&#160;<span class="comment"> * \see{avs_aes_handle::control} </span></div>
<a name="l00086"></a>00086 <span class="comment">     /** </span>
<div class="line"><a name="l00066"></a><span class="lineno">   66</span>&#160;<span class="comment"> * \{</span></div>
<a name="l00087"></a>00087 <span class="comment">     * \brief pointer &quot;data&quot; field in memory mapping</span>
<div class="line"><a name="l00067"></a><span class="lineno">   67</span>&#160;<span class="comment"> */</span></div>
<a name="l00088"></a>00088 <span class="comment">     * used for both decryption and encryption    </span>
<div class="line"><a name="l00068"></a><span class="lineno">   68</span>&#160;<span class="comment"></span></div>
<a name="l00089"></a>00089 <span class="comment">     */</span>
<div class="line"><a name="l00069"></a><span class="lineno">   69</span>&#160;<span class="comment">/** Signal load of new key valid \see{avs_aes_handle::control} */</span></div>
<a name="l00090"></a><a class="code" href="structavs__aes__handle.html#adae23dc33b7dec54b9da34f347256214">00090</a>     <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* payload;<span class="comment"></span>
<div class="line"><a name="l00070"></a><span class="lineno"><a class="code" href="group__control-register.html#gaf27449032ce353aa329edd80cd2759a5">   70</a></span>&#160;<span class="preprocessor">#define KEY_VALID   (1 &lt;&lt; 7)</span></div>
<a name="l00091"></a>00091 <span class="comment">     /** </span>
<div class="line"><a name="l00071"></a><span class="lineno">   71</span>&#160;<span class="preprocessor"></span><span class="comment">/** Enable interrupt bit \see{avs_aes_handle::control} */</span></div>
<a name="l00092"></a>00092 <span class="comment">      * \brief pointer &quot;RESULT&quot; field in memory mapping   </span>
<div class="line"><a name="l00072"></a><span class="lineno"><a class="code" href="group__control-register.html#gab062bac21e942042e0e9a0b5c8bc6c04">   72</a></span>&#160;<span class="preprocessor">#define IRQ_ENA     (1 &lt;&lt; 6)</span></div>
<a name="l00093"></a>00093 <span class="comment">     */</span>
<div class="line"><a name="l00073"></a><span class="lineno">   73</span>&#160;<span class="preprocessor"></span><span class="comment">/** Start decryption bit \see{avs_aes_handle::control} */</span></div>
<a name="l00094"></a><a class="code" href="structavs__aes__handle.html#ae0ad9e7bde68d07c018a299a0cda66af">00094</a>     <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* result;<span class="comment"></span>
<div class="line"><a name="l00074"></a><span class="lineno"><a class="code" href="group__control-register.html#ga36fab47015485191712a579a059a7c20">   74</a></span>&#160;<span class="preprocessor">#define DECRYPT     (1 &lt;&lt; 1)</span></div>
<a name="l00095"></a>00095 <span class="comment">     /** </span>
<div class="line"><a name="l00075"></a><span class="lineno">   75</span>&#160;<span class="preprocessor"></span><span class="comment">/** start encryption bit \see{avs_aes_handle::control} */</span></div>
<a name="l00096"></a>00096 <span class="comment">      * \brief pointer to control word  </span>
<div class="line"><a name="l00076"></a><span class="lineno"><a class="code" href="group__control-register.html#ga1cb0c60ca582db30ae87362ca43e8c19">   76</a></span>&#160;<span class="preprocessor">#define ENCRYPT     (1 &lt;&lt; 0)</span></div>
<a name="l00097"></a>00097 <span class="comment">    */</span>
<div class="line"><a name="l00077"></a><span class="lineno">   77</span>&#160;<span class="preprocessor"></span><span class="comment"></span></div>
<a name="l00098"></a><a class="code" href="structavs__aes__handle.html#a15143869a0c8bfcacc8e1839e4e789c9">00098</a>     <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* control;
<div class="line"><a name="l00078"></a><span class="lineno">   78</span>&#160;<span class="comment">/** \} */</span></div>
<a name="l00099"></a>00099 } <a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>;
<div class="line"><a name="l00079"></a><span class="lineno">   79</span>&#160;<span class="comment"></span></div>
<a name="l00100"></a>00100 <span class="comment"></span>
<div class="line"><a name="l00080"></a><span class="lineno">   80</span>&#160;<span class="comment">/**</span></div>
<a name="l00101"></a>00101 <span class="comment">/**</span>
<div class="line"><a name="l00081"></a><span class="lineno">   81</span>&#160;<span class="comment"> * \brief object storing addresses for this Avalon AES slave </span></div>
<a name="l00102"></a>00102 <span class="comment"> * \section functions </span>
<div class="line"><a name="l00082"></a><span class="lineno">   82</span>&#160;<span class="comment"> * might be useful in case there are more attached, also for convinience</span></div>
<a name="l00103"></a>00103 <span class="comment"> **/</span>
<div class="line"><a name="l00083"></a><span class="lineno">   83</span>&#160;<span class="comment"> */</span></div>
<a name="l00104"></a>00104
<div class="line"><a name="l00084"></a><span class="lineno"><a class="code" href="structavs__aes__handle.html">   84</a></span>&#160;<span class="keyword">typedef</span> <span class="keyword">struct </span>{<span class="comment"></span></div>
<a name="l00105"></a>00105 <span class="comment"></span>
<div class="line"><a name="l00085"></a><span class="lineno">   85</span>&#160;<span class="comment">    /**</span></div>
<a name="l00106"></a>00106 <span class="comment">/**</span>
<div class="line"><a name="l00086"></a><span class="lineno">   86</span>&#160;<span class="comment">     * \brief pointer to key field in memory mapping</span></div>
<a name="l00107"></a>00107 <span class="comment"> * \brief setup the context to be used later.</span>
<div class="line"><a name="l00087"></a><span class="lineno">   87</span>&#160;<span class="comment">     */</span></div>
<a name="l00108"></a>00108 <span class="comment"> * initializes the pointers to the correct memory locations</span>
<div class="line"><a name="l00088"></a><span class="lineno"><a class="code" href="structavs__aes__handle.html#acb9eb474c8310afe4b082b79914f274c">   88</a></span>&#160;    <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* <a class="code" href="structavs__aes__handle.html#acb9eb474c8310afe4b082b79914f274c" title="pointer to key field in memory mapping ">key</a>;<span class="comment"></span></div>
<a name="l00109"></a>00109 <span class="comment"> * \param context : struct grouping address information </span>
<div class="line"><a name="l00089"></a><span class="lineno">   89</span>&#160;<span class="comment">    /**</span></div>
<a name="l00110"></a>00110 <span class="comment"> */</span>
<div class="line"><a name="l00090"></a><span class="lineno">   90</span>&#160;<span class="comment">     * \brief pointer to data field in memory mapping</span></div>
<a name="l00111"></a>00111 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a962dd946798faab0e83d401c7d43c33c" title="setup the context to be used later.">avs_aes_init</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context);
<div class="line"><a name="l00091"></a><span class="lineno">   91</span>&#160;<span class="comment">     *        used for both decryption and encryption</span></div>
<a name="l00112"></a>00112 <span class="comment"></span>
<div class="line"><a name="l00092"></a><span class="lineno">   92</span>&#160;<span class="comment">     */</span></div>
<a name="l00113"></a>00113 <span class="comment">/**</span>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="code" href="structavs__aes__handle.html#adae23dc33b7dec54b9da34f347256214">   93</a></span>&#160;    <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* <a class="code" href="structavs__aes__handle.html#adae23dc33b7dec54b9da34f347256214" title="pointer to data field in memory mapping used for both decryption and encryption ">payload</a>;<span class="comment"></span></div>
<a name="l00114"></a>00114 <span class="comment"> * \brief setup the context to be used later.</span>
<div class="line"><a name="l00094"></a><span class="lineno">   94</span>&#160;<span class="comment">    /**</span></div>
<a name="l00115"></a>00115 <span class="comment"> * initializes the pointers to the correct memory locations</span>
<div class="line"><a name="l00095"></a><span class="lineno">   95</span>&#160;<span class="comment">     * \brief pointer to result field in memory mapping</span></div>
<a name="l00116"></a>00116 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00096"></a><span class="lineno">   96</span>&#160;<span class="comment">     */</span></div>
<a name="l00117"></a>00117 <span class="comment"> * \param key user key to load</span>
<div class="line"><a name="l00097"></a><span class="lineno"><a class="code" href="structavs__aes__handle.html#ae0ad9e7bde68d07c018a299a0cda66af">   97</a></span>&#160;    <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* <a class="code" href="structavs__aes__handle.html#ae0ad9e7bde68d07c018a299a0cda66af" title="pointer to result field in memory mapping ">result</a>;<span class="comment"></span></div>
<a name="l00118"></a>00118 <span class="comment"> */</span>
<div class="line"><a name="l00098"></a><span class="lineno">   98</span>&#160;<span class="comment">    /**</span></div>
<a name="l00119"></a>00119 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#af18edc2beecc3842a131423f55c7636a" title="setup the context to be used later.">avs_aes_setKey</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* key);
<div class="line"><a name="l00099"></a><span class="lineno">   99</span>&#160;<span class="comment">     * \brief pointer to control word</span></div>
<a name="l00120"></a>00120 <span class="comment"></span>
<div class="line"><a name="l00100"></a><span class="lineno">  100</span>&#160;<span class="comment">     */</span></div>
<a name="l00121"></a>00121 <span class="comment">/**</span>
<div class="line"><a name="l00101"></a><span class="lineno"><a class="code" href="structavs__aes__handle.html#a15143869a0c8bfcacc8e1839e4e789c9">  101</a></span>&#160;    <span class="keyword">volatile</span> <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* <a class="code" href="structavs__aes__handle.html#a15143869a0c8bfcacc8e1839e4e789c9" title="pointer to control word ">control</a>;</div>
<a name="l00122"></a>00122 <span class="comment"> * \brief loads payload for processing to the core</span>
<div class="line"><a name="l00102"></a><span class="lineno">  102</span>&#160;</div>
<a name="l00123"></a>00123 <span class="comment"> * basically memcopy...</span>
<div class="line"><a name="l00103"></a><span class="lineno">  103</span>&#160;} <a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>;</div>
<a name="l00124"></a>00124 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00104"></a><span class="lineno">  104</span>&#160;<span class="comment"></span></div>
<a name="l00125"></a>00125 <span class="comment"> * \param payload user data to be processed</span>
<div class="line"><a name="l00105"></a><span class="lineno">  105</span>&#160;<span class="comment">/**</span></div>
<a name="l00126"></a>00126 <span class="comment"> */</span>
<div class="line"><a name="l00106"></a><span class="lineno">  106</span>&#160;<span class="comment"> * \section functions </span></div>
<a name="l00127"></a>00127 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a22f9afae76f645e31b514b5aa4df2cc1" title="loads payload for processing to the core basically memcopy.">avs_aes_setPayload</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* payload);
<div class="line"><a name="l00107"></a><span class="lineno">  107</span>&#160;<span class="comment"> **/</span></div>
<a name="l00128"></a>00128 <span class="comment"></span>
<div class="line"><a name="l00108"></a><span class="lineno">  108</span>&#160;<span class="comment"></span></div>
<a name="l00129"></a>00129 <span class="comment">/**</span>
<div class="line"><a name="l00109"></a><span class="lineno">  109</span>&#160;<span class="comment">/**</span></div>
<a name="l00130"></a>00130 <span class="comment"> * \brief set the KEY_VALID flag in the control word</span>
<div class="line"><a name="l00110"></a><span class="lineno">  110</span>&#160;<span class="comment"> * \brief setup the context to be used later.</span></div>
<a name="l00131"></a>00131 <span class="comment"> * used to signal the completion of writing the key ( \ref avs_aes_setKey )</span>
<div class="line"><a name="l00111"></a><span class="lineno">  111</span>&#160;<span class="comment"> * initializes the pointers to the correct memory locations</span></div>
<a name="l00132"></a>00132 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00112"></a><span class="lineno">  112</span>&#160;<span class="comment"> * \param context : struct grouping address information </span></div>
<a name="l00133"></a>00133 <span class="comment"> */</span>
<div class="line"><a name="l00113"></a><span class="lineno">  113</span>&#160;<span class="comment"> */</span></div>
<a name="l00134"></a>00134 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a55f078baaf019797ab6de7ea1a02475f" title="set the KEY_VALID flag in the control word used to signal the completion of writing...">avs_aes_setKeyvalid</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context);
<div class="line"><a name="l00114"></a><span class="lineno">  114</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a962dd946798faab0e83d401c7d43c33c" title="setup the context to be used later. ">avs_aes_init</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context);</div>
<a name="l00135"></a>00135 <span class="comment"></span>
<div class="line"><a name="l00115"></a><span class="lineno">  115</span>&#160;<span class="comment"></span></div>
<a name="l00136"></a>00136 <span class="comment">/**</span>
<div class="line"><a name="l00116"></a><span class="lineno">  116</span>&#160;<span class="comment">/**</span></div>
<a name="l00137"></a>00137 <span class="comment"> * \brief set the ENCRYPT flag in the control word</span>
<div class="line"><a name="l00117"></a><span class="lineno">  117</span>&#160;<span class="comment"> * \brief Set a new key</span></div>
<a name="l00138"></a>00138 <span class="comment"> * start encryption of (hopefully) previously loaded payload </span>
<div class="line"><a name="l00118"></a><span class="lineno">  118</span>&#160;<span class="comment"> *  This call asserts the KEY_VALID flag and triggers the key-expansion in the core</span></div>
<a name="l00139"></a>00139 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00119"></a><span class="lineno">  119</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
<a name="l00140"></a>00140 <span class="comment"> */</span>
<div class="line"><a name="l00120"></a><span class="lineno">  120</span>&#160;<span class="comment"> * \param key user key to load</span></div>
<a name="l00141"></a>00141 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#acea23b2ab998f18b9aca810765632cac" title="set the ENCRYPT flag in the control word start encryption of (hopefully) previously...">avs_aes_encrypt</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context);
<div class="line"><a name="l00121"></a><span class="lineno">  121</span>&#160;<span class="comment"> */</span></div>
<a name="l00142"></a>00142 <span class="comment"></span>
<div class="line"><a name="l00122"></a><span class="lineno">  122</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#af18edc2beecc3842a131423f55c7636a" title="Set a new key This call asserts the KEY_VALID flag and triggers the key-expansion in the core...">avs_aes_setKey</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* key);</div>
<a name="l00143"></a>00143 <span class="comment">/**</span>
<div class="line"><a name="l00123"></a><span class="lineno">  123</span>&#160;<span class="comment"></span></div>
<a name="l00144"></a>00144 <span class="comment"> * \brief set the DECRYPT flag in the control word</span>
<div class="line"><a name="l00124"></a><span class="lineno">  124</span>&#160;<span class="comment">/**</span></div>
<a name="l00145"></a>00145 <span class="comment"> * start encryption of (hopefully) previously loaded payload </span>
<div class="line"><a name="l00125"></a><span class="lineno">  125</span>&#160;<span class="comment"> * \brief loads payload for processing to the core</span></div>
<a name="l00146"></a>00146 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00126"></a><span class="lineno">  126</span>&#160;<span class="comment"> * basically memcopy...</span></div>
<a name="l00147"></a>00147 <span class="comment"> */</span>
<div class="line"><a name="l00127"></a><span class="lineno">  127</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
<a name="l00148"></a>00148 <span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#aef16b7ecbb1b091934a9c670ce3b2fcf" title="set the DECRYPT flag in the control word start encryption of (hopefully) previously...">avs_aes_decrypt</a>( <a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context);
<div class="line"><a name="l00128"></a><span class="lineno">  128</span>&#160;<span class="comment"> * \param payload user data to be processed</span></div>
<a name="l00149"></a>00149 <span class="comment"></span>
<div class="line"><a name="l00129"></a><span class="lineno">  129</span>&#160;<span class="comment"> */</span></div>
<a name="l00150"></a>00150 <span class="comment">/**</span>
<div class="line"><a name="l00130"></a><span class="lineno">  130</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a22f9afae76f645e31b514b5aa4df2cc1" title="loads payload for processing to the core basically memcopy... ">avs_aes_setPayload</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span>* payload);</div>
<a name="l00151"></a>00151 <span class="comment"> * \brief checks the COMPLETED flag</span>
<div class="line"><a name="l00131"></a><span class="lineno">  131</span>&#160;<span class="comment"></span></div>
<a name="l00152"></a>00152 <span class="comment"> * can be used for ugly polling the slave if IRQs are not used</span>
<div class="line"><a name="l00132"></a><span class="lineno">  132</span>&#160;<span class="comment">/**</span></div>
<a name="l00153"></a>00153 <span class="comment"> * \param context  struct grouping address information </span>
<div class="line"><a name="l00133"></a><span class="lineno">  133</span>&#160;<span class="comment"> * \brief set the KEY_VALID flag in the control word</span></div>
<a name="l00154"></a>00154 <span class="comment"> * \return 1 if still computing 0 if done.</span>
<div class="line"><a name="l00134"></a><span class="lineno">  134</span>&#160;<span class="comment"> * used to signal the completion of writing the key ( \ref avs_aes_setKey )</span></div>
<a name="l00155"></a>00155 <span class="comment"> */</span>
<div class="line"><a name="l00135"></a><span class="lineno">  135</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
<a name="l00156"></a>00156 <span class="keywordtype">int</span> <a class="code" href="avs__aes_8c.html#a827a78f73dd8fef9d2c9e72ad9bb4ea9" title="checks the COMPLETED flag can be used for ugly polling the slave if IRQs are not...">avs_aes_isBusy</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there...">avs_aes_handle</a>* context);
<div class="line"><a name="l00136"></a><span class="lineno">  136</span>&#160;<span class="comment"> */</span></div>
<a name="l00157"></a>00157
<div class="line"><a name="l00137"></a><span class="lineno">  137</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#a55f078baaf019797ab6de7ea1a02475f" title="set the KEY_VALID flag in the control word used to signal the completion of writing the key ( avs_aes...">avs_aes_setKeyvalid</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context);</div>
<a name="l00158"></a>00158
<div class="line"><a name="l00138"></a><span class="lineno">  138</span>&#160;<span class="comment"></span></div>
<a name="l00159"></a>00159 <span class="preprocessor">#endif </span><span class="comment">/*AVS_AES_H_*/</span>
<div class="line"><a name="l00139"></a><span class="lineno">  139</span>&#160;<span class="comment">/**</span></div>
</pre></div></div>
<div class="line"><a name="l00140"></a><span class="lineno">  140</span>&#160;<span class="comment"> * \brief set the ENCRYPT flag in the control word</span></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;
<div class="line"><a name="l00141"></a><span class="lineno">  141</span>&#160;<span class="comment"> * start encryption of (hopefully) previously loaded payload </span></div>
 
<div class="line"><a name="l00142"></a><span class="lineno">  142</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
 
<div class="line"><a name="l00143"></a><span class="lineno">  143</span>&#160;<span class="comment"> */</span></div>
 
<div class="line"><a name="l00144"></a><span class="lineno">  144</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#acea23b2ab998f18b9aca810765632cac" title="set the ENCRYPT flag in the control word start encryption of (hopefully) previously loaded payload ...">avs_aes_encrypt</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context);</div>
 
<div class="line"><a name="l00145"></a><span class="lineno">  145</span>&#160;<span class="comment"></span></div>
 
<div class="line"><a name="l00146"></a><span class="lineno">  146</span>&#160;<span class="comment">/**</span></div>
 
<div class="line"><a name="l00147"></a><span class="lineno">  147</span>&#160;<span class="comment"> * \brief set the DECRYPT flag in the control word</span></div>
 
<div class="line"><a name="l00148"></a><span class="lineno">  148</span>&#160;<span class="comment"> * start encryption of (hopefully) previously loaded payload </span></div>
 
<div class="line"><a name="l00149"></a><span class="lineno">  149</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
 
<div class="line"><a name="l00150"></a><span class="lineno">  150</span>&#160;<span class="comment"> */</span></div>
 
<div class="line"><a name="l00151"></a><span class="lineno">  151</span>&#160;<span class="keywordtype">void</span> <a class="code" href="avs__aes_8c.html#aef16b7ecbb1b091934a9c670ce3b2fcf" title="set the DECRYPT flag in the control word start encryption of (hopefully) previously loaded payload ...">avs_aes_decrypt</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context);</div>
 
<div class="line"><a name="l00152"></a><span class="lineno">  152</span>&#160;<span class="comment"></span></div>
 
<div class="line"><a name="l00153"></a><span class="lineno">  153</span>&#160;<span class="comment">/**</span></div>
 
<div class="line"><a name="l00154"></a><span class="lineno">  154</span>&#160;<span class="comment"> * \brief checks the COMPLETED flag</span></div>
 
<div class="line"><a name="l00155"></a><span class="lineno">  155</span>&#160;<span class="comment"> * can be used for ugly polling the slave if IRQs are not used</span></div>
 
<div class="line"><a name="l00156"></a><span class="lineno">  156</span>&#160;<span class="comment"> * \param context  struct grouping address information </span></div>
 
<div class="line"><a name="l00157"></a><span class="lineno">  157</span>&#160;<span class="comment"> * \return 1 if still computing 0 if done.</span></div>
 
<div class="line"><a name="l00158"></a><span class="lineno">  158</span>&#160;<span class="comment"> */</span></div>
 
<div class="line"><a name="l00159"></a><span class="lineno">  159</span>&#160;<span class="keywordtype">int</span> <a class="code" href="avs__aes_8c.html#a827a78f73dd8fef9d2c9e72ad9bb4ea9" title="checks the COMPLETED flag can be used for ugly polling the slave if IRQs are not used ...">avs_aes_isBusy</a>(<a class="code" href="structavs__aes__handle.html" title="object storing addresses for this Avalon AES slave might be useful in case there are more attached...">avs_aes_handle</a>* context);</div>
 
<div class="line"><a name="l00160"></a><span class="lineno">  160</span>&#160;</div>
 
<div class="line"><a name="l00161"></a><span class="lineno">  161</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/*AVS_AES_H_*/</span><span class="preprocessor"></span></div>
 
</div><!-- fragment --></div><!-- contents -->
 
</div><!-- doc-content -->
 
<!-- start footer part -->
 
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
 
  <ul>
 
    <li class="navelem"><a class="el" href="avs__aes_8h.html">avs_aes.h</a></li>
 
    <li class="footer">Generated on Sat Apr 19 2014 17:55:55 for AES Avalon Slave (avs_aes) by
<a href="http://www.doxygen.org/index.html">
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
    <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li>
 
  </ul>
 
</div>
</body>
</body>
</html>
</html>
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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