Remote Access Control


cmac.h

Go to the documentation of this file.
00001 // This file has been prepared for Doxygen automatic documentation generation.
00051 #ifndef CMAC_H
00052 #define CMAC_H
00053 
00054 #include "common.h"
00055 #include "config.h"
00056 
00057 
00058 
00060 void calcCMACSubkey( byte * subKeyStorage,
00061                 byte * scheduleBuffer,
00062                 const byte * key );
00064 void calcCMAC( const byte * message,
00065                 const byte * CMACSubkey,
00066                 byte * scheduleBuffer,
00067                 const byte * key,
00068                 byte * MACStorage );
00069 
00070 
00071 
00072 #endif
00073 
@DOC_TITLE@
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by doxygen 1.4.7