/*
 * WrapSessionKey_tl.h
 */

#ifndef WRAPSESSIONKEY_TL_H_
#define WRAPSESSIONKEY_TL_H_

#include "TZ_Vendor_tl.h"
#include "tz_esecomm_wrap_sessionkey_msg.h"
#include "tl_esecomm_ctx.h"

uint32_t process_WrapSessionKey(
	tl_esecomm_ctx_t * g_tl_esecomm_ctx,
	tz_esecomm_wrap_sessionkey_payload_t * sendmsg,
	tz_esecomm_wrap_sessionkey_payload_t * respmsg
);

#endif /* WRAPSESSIONKEY_TL_H_ */
