/*
 * UnwrapSessionKey_tl.h
 */

#ifndef UNWRAPSESSIONKEY_TL_H_
#define UNWRAPSESSIONKEY_TL_H_

#include "TZ_Vendor_tl.h"
#include "tz_esecomm_unwrap_sessionkey_msg.h"
#include "tl_esecomm_ctx.h"

uint32_t process_UnwrapSessionKey(
	tl_esecomm_ctx_t * g_tl_esecomm_ctx,
	tz_esecomm_unwrap_sessionkey_payload_t * sendmsg,
	tz_esecomm_unwrap_sessionkey_payload_t * respmsg
);

#endif /* UNWRAPSESSIONKEY_TL_H_ */
