00001
00002
00003
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
00033 #endif