• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

c4e_cipher.h (Version 430)

Go to the documentation of this file.
00001 /****************************** -*- mode: C -*- ******************************/
00013 #ifndef C4E_CIPHER_H
00014 #define C4E_CIPHER_H
00015 
00016 
00017 /* INCLUDES ******************************************************************/
00018 
00019 
00028 #ifdef  __cplusplus
00029 extern "C" {
00030 #endif
00031 
00032 
00033 /* DEFINES *******************************************************************/
00034 
00035 
00036 /* TYPEDEFS ******************************************************************/
00037 
00038 
00042     typedef enum
00043     {
00044         C4eCipherAes128,                                        
00045         C4eCipherAes192,                                        
00046         C4eCipherAes256,                                        
00048         C4eCipherIdSize          
00049     } C4eCipherId;
00050 
00051 
00052 /* MACROS ********************************************************************/
00053 
00054 
00055 /* PROTOTYPES ****************************************************************/
00056 
00057 
00058 #ifdef  __cplusplus
00059 }
00060 #endif
00061 
00062 
00067 #endif /* C4E_CIPHER_H */
00068 
00069 
00070 /******************************************************************************/
00071 /* END OF FILE                                                                */
00072 /******************************************************************************/
00073 

Generated by Ralf Hoppe, Ginsterweg 49, 73230 Kirchheim unter Teck, Germany
on Sun Jun 7 14:10:49 2015 for CRY4E using doxygen 1.6.1