Lines Matching +full:all +full:- +full:ones
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
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
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