aboutsummaryrefslogtreecommitdiff
path: root/lib/ext/cryptocell-312-runtime/proj.ext.cfg
blob: 463fcdf3a5efbfbbc92dc1ca946f0fea01cddcb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#-------------------------------------------------------------------------------
# Copyright (c) 2001-2019, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
#-------------------------------------------------------------------------------

# External project configuration for cc312

# definitions for TRNG
# TRNG mode: 0 for FE TRNG, 1 for TRNG90B
CC_CONFIG_TRNG_MODE = 0

# indicates whether the project supports srp
CC_CONFIG_SUPPORT_SRP = 1

# indicates whether the project supports chacha\poly
CC_CONFIG_CC_CHACHA_POLY_SUPPORT = 1

#indicates whether to use X509 certificate format or proprietary
CC_CONFIG_SB_X509_CERT_SUPPORTED = 0

#indicates whether the project supports External DMA
CC_CONFIG_SUPPORT_EXT_DMA = 0

#indicates whether the project supports SB run time.
CC_CONFIG_SUPPORT_SB_RT = 1

#indicates that CryptoCell is working with mbedtls
USE_MBEDTLS_CRYPTOCELL = 1