Knight KE / Mbed OS Game_Master
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers mbedtls_device.h Source File

mbedtls_device.h

00001  /*
00002   *  mbedtls_device.h
00003   *
00004   *  Copyright (C) 2018, Arm Limited, All Rights Reserved
00005   *  SPDX-License-Identifier: Apache-2.0
00006   *
00007   *  Licensed under the Apache License, Version 2.0 (the "License"); you may
00008   *  not use this file except in compliance with the License.
00009   *  You may obtain a copy of the License at
00010   *
00011   *  http://www.apache.org/licenses/LICENSE-2.0
00012   *
00013   *  Unless required by applicable law or agreed to in writing, software
00014   *  distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
00015   *  WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00016   *  See the License for the specific language governing permissions and
00017   *  limitations under the License.
00018   *
00019   */
00020 
00021 #ifndef __MBEDTLS_DEVICE__
00022 #define __MBEDTLS_DEVICE__
00023 
00024 #define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT
00025 #define MBEDTLS_SHA1_ALT
00026 #define MBEDTLS_SHA256_ALT
00027 #define MBEDTLS_CCM_ALT
00028 #define MBEDTLS_ECDSA_VERIFY_ALT
00029 #define MBEDTLS_ECDSA_SIGN_ALT
00030 #define MBEDTLS_ECDSA_GENKEY_ALT
00031 #define MBEDTLS_ECDH_GEN_PUBLIC_ALT
00032 #define MBEDTLS_ECDH_COMPUTE_SHARED_ALT
00033 
00034 #endif //__MBEDTLS_DEVICE__