/home/dko/projects/mobilec/trunk/src/security/asm_message_composer.h

Go to the documentation of this file.
00001 #ifndef _ASM_MESSAGE_COMPOSER_H_
00002 #define _ASM_MESSAGE_COMPOSER_H_
00003 
00004 #include <mxml.h>
00005 #include "asm.h"
00006 #include "config.h"
00007 
00008 #ifdef MC_SECURITY
00009 
00010 struct mc_platform;
00011 mxml_node_t*
00012 message_xml_compose__RequestEncryptionInit(struct mc_platform_s* mc_platform);
00013 
00014   
00015 mxml_node_t*
00016 message_xml_compose__EncryptionInitialize(mc_asm_p security_manager);
00017 
00018 mxml_node_t*
00019 message_xml_compose__encryption_data(mc_asm_p security_manager);
00020 
00021 mxml_node_t*
00022 message_xml_compose__p(mc_asm_p security_manager);
00023 
00024 mxml_node_t*
00025 message_xml_compose__g(mc_asm_p security_manager);
00026 
00027 mxml_node_t*
00028 message_xml_compose__y(mc_asm_p security_manager);
00029 #endif /*MC_SECURITY*/
00030 #endif

Generated on Fri May 16 14:49:55 2008 for Mobile-C by  doxygen 1.5.4