| Remote Access Control | |||||
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
Generated on Fri Aug 8 11:03:47 2008 for AVR411 Secure Rolling Code Algorithm (Receiver) by 1.4.7
|