Lines Matching +full:is +full:- +full:ram
2 * Minimal configuration for DTLS 1.2 with PSK and AES-CCM ciphersuites
4 * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved
5 * SPDX-License-Identifier: Apache-2.0
11 * http://www.apache.org/licenses/LICENSE-2.0
14 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
19 * This file is part of mbed TLS (https://tls.mbed.org)
22 * Minimal configuration for TLS 1.2 with PSK and AES-CCM ciphersuites
24 * - no bignum, no PK, no X509
25 * - fully modern and secure (provided the pre-shared keys have high entropy)
26 * - very low record overhead with CCM-8
27 * - optimized for low RAM usage
76 /* Save RAM at the expense of ROM */
79 /* Save some RAM by adjusting to your exact needs */
80 #define MBEDTLS_PSK_MAX_LEN 16 /* 128-bits keys are generally enough */
84 * is the "platform_entropy_poll" source, but you may want to add other ones
85 * Minimum is 2 for the entropy test suite.
91 * save ROM and a few bytes of RAM by specifying our own ciphersuite list
96 * Allow to save RAM at the expense of interoperability: do this only if you