Lines Matching +full:- +full:m
2 * \file config-tfm.h
4 * \brief TF-M medium profile, adapted to work on other platforms.
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
11 /* TF-M medium profile: mbedtls legacy configuration */
14 /* TF-M medium profile: PSA crypto configuration */
18 /* Tweak the configuration to remove dependencies on TF-M. */
21 /* MBEDTLS_PSA_CRYPTO_SPM needs third-party files, so disable it. */
24 /* Disable buffer-based memory allocator. This isn't strictly required,
37 // These platform-related TF-M settings are not useful here.
46 * In order to get an example config that works cleanly out-of-the-box
47 * for both baremetal and non-baremetal builds, we detect baremetal builds
54 /* Use built-in platform entropy functions (TF-M provides its own). */
62 // We expect TF-M to pick this up soon
65 /* CCM is the only cipher/AEAD enabled in TF-M configuration files, but it