Lines Matching +full:is +full:- +full:ram
2 * \file config-suite-b.h
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.
53 * - no RSA or classic DH, fully based on ECC
54 * - optimized for low RAM usage
57 * - if 128-bit security is enough, disable secp384r1 and SHA-512
58 * - use embedded certs in DER format and disable PEM_PARSE_C and BASE64_C
109 /* Save RAM at the expense of ROM */
112 /* Save RAM by adjusting to our exact needs */
113 #define MBEDTLS_MPI_MAX_SIZE 48 // 384 bits is 48 bytes
115 /* Save RAM at the expense of speed, see ecp.h */
124 * is the "mbedtls_platform_entropy_poll" source, but you may want to add other ones.
125 * Minimum is 2 for the entropy test suite.
129 /* Save ROM and a few bytes of RAM by specifying our own ciphersuite list */
135 * Save RAM at the expense of interoperability: do this only if you control