/home/dko/projects/mobilec/tags/MobileC-v1.10.2/MobileC-v1.10.2/src/security/asm_message_composer.h

Go to the documentation of this file.
00001 /* SVN FILE INFO
00002  * $Revision: 207 $ : Last Committed Revision
00003  * $Date: 2008-07-11 17:55:19 -0700 (Fri, 11 Jul 2008) $ : Last Committed Date */
00004 #ifndef _ASM_MESSAGE_COMPOSER_H_
00005 #define _ASM_MESSAGE_COMPOSER_H_
00006 
00007 #include <mxml.h>
00008 #include "asm.h"
00009 #include "config.h"
00010 
00011 #ifdef MC_SECURITY
00012 
00013 struct mc_platform;
00014 mxml_node_t*
00015 message_xml_compose__RequestEncryptionInit(struct mc_platform_s* mc_platform);
00016 
00017   
00018 mxml_node_t*
00019 message_xml_compose__EncryptionInitialize(mc_asm_p security_manager);
00020 
00021 mxml_node_t*
00022 message_xml_compose__encryption_data(mc_asm_p security_manager);
00023 
00024 mxml_node_t*
00025 message_xml_compose__p(mc_asm_p security_manager);
00026 
00027 mxml_node_t*
00028 message_xml_compose__g(mc_asm_p security_manager);
00029 
00030 mxml_node_t*
00031 message_xml_compose__y(mc_asm_p security_manager);
00032 #endif /*MC_SECURITY*/
00033 #endif

Generated on Fri Jul 11 17:59:45 2008 for Mobile-C by  doxygen 1.5.4