/*
 * Copyright (c) 2016 Samsung Electronics Co., Ltd. All rights reserved.
 *
 * Created in Samsung Ukraine R&D Center (SRK) under a contract between
 * LLC "Samsung Electronics Ukraine Company" (Kiev, Ukraine)
 * and "Samsung Electronics Co", Ltd (Seoul, Republic of Korea)
 */

#ifndef TIGER_MBEDTLSHOOKS_H
#define TIGER_MBEDTLSHOOKS_H

/**
 * @file MbedTlsHooks.h
 * @brief MBEDTLS hooks for some standard functions.
 * @author Maksym Skorohod (m.skorohod@samsung.com)
 * @date Created Apr 27, 2016
 */

/**
 * @brief Setups some hooks needed by 'mbedtls' library for working properly.
 *        Must be called before using mbedtls library.
 */
void setupMbedTlsHooks(void);

#endif // TIGER_MBEDTLSHOOKS_H
