Mistake on this page?
Report an issue in GitHub or email us
TARGET_NUVOTON/TARGET_M480/mbedtls_device.h
1 /*
2  * Copyright (c) 2015-2016, Nuvoton Technology Corporation
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  *
6  * Licensed under the Apache License, Version 2.0 (the "License");
7  * you may not use this file except in compliance with the License.
8  * You may obtain a copy of the License at
9  *
10  * http://www.apache.org/licenses/LICENSE-2.0
11  *
12  * Unless required by applicable law or agreed to in writing, software
13  * distributed under the License is distributed on an "AS IS" BASIS,
14  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15  * See the License for the specific language governing permissions and
16  * limitations under the License.
17  */
18 
19 #ifndef MBEDTLS_DEVICE_H
20 #define MBEDTLS_DEVICE_H
21 
22 #define MBEDTLS_DES_ALT
23 
24 #define MBEDTLS_SHA1_ALT
25 #define MBEDTLS_SHA256_ALT
26 #define MBEDTLS_SHA512_ALT
27 
28 #define MBEDTLS_AES_ALT
29 
30 #define MBEDTLS_ECP_INTERNAL_ALT
31 /* Support for Weierstrass curves with Jacobi representation */
32 //#define MBEDTLS_ECP_RANDOMIZE_JAC_ALT
33 #define MBEDTLS_ECP_ADD_MIXED_ALT
34 #define MBEDTLS_ECP_DOUBLE_JAC_ALT
35 #define MBEDTLS_ECP_NORMALIZE_JAC_ALT
36 #define MBEDTLS_ECP_NORMALIZE_JAC_MANY_ALT
37 /* Support for curves with Montgomery arithmetic */
38 //#define MBEDTLS_ECP_DOUBLE_ADD_MXZ_ALT
39 //#define MBEDTLS_ECP_RANDOMIZE_MXZ_ALT
40 //#define MBEDTLS_ECP_NORMALIZE_MXZ_ALT
41 
42 #endif /* MBEDTLS_DEVICE_H */
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.