Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mbed-os/features/cryptocell/FEATURE_CRYPTOCELL310/mbedtls_device.h@3:f3764f852aa8, 2018-10-11 (annotated)
- Committer:
 - kadonotakashi
 - Date:
 - Thu Oct 11 02:27:46 2018 +0000
 - Revision:
 - 3:f3764f852aa8
 - Parent:
 - 0:8fdf9a60065b
 
Nucreo 446 + SSD1331 test version;
Who changed what in which revision?
| User | Revision | Line number | New contents of line | 
|---|---|---|---|
| kadonotakashi | 0:8fdf9a60065b | 1 | /* | 
| kadonotakashi | 0:8fdf9a60065b | 2 | * mbedtls_device.h | 
| kadonotakashi | 0:8fdf9a60065b | 3 | * | 
| kadonotakashi | 0:8fdf9a60065b | 4 | * Copyright (C) 2018, Arm Limited, All Rights Reserved | 
| kadonotakashi | 0:8fdf9a60065b | 5 | * SPDX-License-Identifier: Apache-2.0 | 
| kadonotakashi | 0:8fdf9a60065b | 6 | * | 
| kadonotakashi | 0:8fdf9a60065b | 7 | * Licensed under the Apache License, Version 2.0 (the "License"); you may | 
| kadonotakashi | 0:8fdf9a60065b | 8 | * not use this file except in compliance with the License. | 
| kadonotakashi | 0:8fdf9a60065b | 9 | * You may obtain a copy of the License at | 
| kadonotakashi | 0:8fdf9a60065b | 10 | * | 
| kadonotakashi | 0:8fdf9a60065b | 11 | * http://www.apache.org/licenses/LICENSE-2.0 | 
| kadonotakashi | 0:8fdf9a60065b | 12 | * | 
| kadonotakashi | 0:8fdf9a60065b | 13 | * Unless required by applicable law or agreed to in writing, software | 
| kadonotakashi | 0:8fdf9a60065b | 14 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT | 
| kadonotakashi | 0:8fdf9a60065b | 15 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| kadonotakashi | 0:8fdf9a60065b | 16 | * See the License for the specific language governing permissions and | 
| kadonotakashi | 0:8fdf9a60065b | 17 | * limitations under the License. | 
| kadonotakashi | 0:8fdf9a60065b | 18 | * | 
| kadonotakashi | 0:8fdf9a60065b | 19 | */ | 
| kadonotakashi | 0:8fdf9a60065b | 20 | |
| kadonotakashi | 0:8fdf9a60065b | 21 | #ifndef __MBEDTLS_DEVICE__ | 
| kadonotakashi | 0:8fdf9a60065b | 22 | #define __MBEDTLS_DEVICE__ | 
| kadonotakashi | 0:8fdf9a60065b | 23 | |
| kadonotakashi | 0:8fdf9a60065b | 24 | #define MBEDTLS_PLATFORM_SETUP_TEARDOWN_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 25 | #define MBEDTLS_SHA1_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 26 | #define MBEDTLS_SHA256_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 27 | #define MBEDTLS_CCM_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 28 | #define MBEDTLS_ECDSA_VERIFY_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 29 | #define MBEDTLS_ECDSA_SIGN_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 30 | #define MBEDTLS_ECDSA_GENKEY_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 31 | #define MBEDTLS_ECDH_GEN_PUBLIC_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 32 | #define MBEDTLS_ECDH_COMPUTE_SHARED_ALT | 
| kadonotakashi | 0:8fdf9a60065b | 33 | |
| kadonotakashi | 0:8fdf9a60065b | 34 | #endif //__MBEDTLS_DEVICE__ |