Lines Matching +full:is +full:- +full:ram
2 * \file config-ccm-psk-tls1_2.h
4 * \brief Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites
8 * SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
10 * This file is provided under the Apache License 2.0, or the
20 * http://www.apache.org/licenses/LICENSE-2.0
23 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
33 * This program is free software; you can redistribute it and/or modify
38 * This program is distributed in the hope that it will be useful,
45 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
50 * Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites
52 * - no bignum, no PK, no X509
53 * - fully modern and secure (provided the pre-shared keys have high entropy)
54 * - very low record overhead with CCM-8
55 * - optimized for low RAM usage
84 /* Save RAM at the expense of ROM */
87 /* Save some RAM by adjusting to your exact needs */
88 #define MBEDTLS_PSK_MAX_LEN 16 /* 128-bits keys are generally enough */
92 * is the "platform_entropy_poll" source, but you may want to add other ones
93 * Minimum is 2 for the entropy test suite.
99 * save ROM and a few bytes of RAM by specifying our own ciphersuite list
106 * Save RAM at the expense of interoperability: do this only if you control