Lines Matching full:default
79 * By default division is assumed to be usable if the type is present.
163 * By default mbed TLS uses the system-provided calloc() and free().
196 * Uncomment to prevent default assignment of standard functions in the
292 * - By default, the library defines MBEDTLS_PARAM_FAILED() to call a
315 * Allow MBEDTLS_PARAM_FAILED() to call `assert`, and make it default to
704 * Remove RC4 ciphersuites by default in SSL / TLS.
705 * This flag removes the ciphersuites based on RC4 from the default list as
710 * Uncomment this macro to remove RC4 ciphersuites by default.
717 * Remove 3DES ciphersuites by default in SSL / TLS.
718 * This flag removes the ciphersuites based on 3DES from the default list as
730 * Comment this macro to keep 3DES in the default ciphersuite list.
738 * module. By default all supported curves are enabled.
785 * \note This option only works with the default software implementation of
1097 * might still happen. For this reason, this is disabled by default.
1157 * Do not add default entropy sources. These are the platform specific,
1163 * Uncomment this macro to prevent loading of default entropy functions.
1182 * default SHA-512 based one (if both are available).
1209 * \note If you use the default implementation functions that read a seedfile
1213 * and written to or you will get an entropy source error! The default
1329 * The default implementation is meant to be a reasonnable compromise between
2335 * The CTR_DRBG generator uses AES-256 by default.
2449 * might still happen. For this reason, this is disabled by default.
3081 * By default mbed TLS assumes it is used in a non-threaded environment or that
3249 * configuration options. The default values are already present in the
3265 …RBG_ENTROPY_LEN 48 /**< Amount of entropy used per seed by default (48 with SHA-512,…
3266 …BEDTLS_CTR_DRBG_RESEED_INTERVAL 10000 /**< Interval before reseed is performed by default */
3273 …ne MBEDTLS_HMAC_DRBG_RESEED_INTERVAL 10000 /**< Interval before reseed is performed by default */
3286 //#define MBEDTLS_ENTROPY_MIN_HARDWARE 32 /**< Default minimum number of bytes requir…
3293 //#define MBEDTLS_PLATFORM_STD_CALLOC calloc /**< Default allocator to use, can be undefined…
3294 //#define MBEDTLS_PLATFORM_STD_FREE free /**< Default free to use, can be undefined */
3295 //#define MBEDTLS_PLATFORM_STD_EXIT exit /**< Default exit to use, can be undefined */
3296 //#define MBEDTLS_PLATFORM_STD_TIME time /**< Default time to use, can be undefined. MBE…
3297 //#define MBEDTLS_PLATFORM_STD_FPRINTF fprintf /**< Default fprintf to use, can be undefined */
3298 //#define MBEDTLS_PLATFORM_STD_PRINTF printf /**< Default printf to use, can be undefined */
3300 //#define MBEDTLS_PLATFORM_STD_SNPRINTF snprintf /**< Default snprintf to use, can be undefined …
3301 //#define MBEDTLS_PLATFORM_STD_EXIT_SUCCESS 0 /**< Default exit value to use, can be undefine…
3302 //#define MBEDTLS_PLATFORM_STD_EXIT_FAILURE 1 /**< Default exit value to use, can be undefine…
3303 //#define MBEDTLS_PLATFORM_STD_NV_SEED_READ mbedtls_platform_std_nv_seed_read /**< Default nv_see…
3304 //#define MBEDTLS_PLATFORM_STD_NV_SEED_WRITE mbedtls_platform_std_nv_seed_write /**< Default nv_se…
3305 //#define MBEDTLS_PLATFORM_STD_NV_SEED_FILE "seedfile" /**< Seed file to read/write with default i…
3309 //#define MBEDTLS_PLATFORM_CALLOC_MACRO calloc /**< Default allocator macro to use, can be u…
3310 //#define MBEDTLS_PLATFORM_FREE_MACRO free /**< Default free macro to use, can be undefi…
3311 //#define MBEDTLS_PLATFORM_EXIT_MACRO exit /**< Default exit macro to use, can be undefi…
3312 //#define MBEDTLS_PLATFORM_TIME_MACRO time /**< Default time macro to use, can be undefi…
3313 //#define MBEDTLS_PLATFORM_TIME_TYPE_MACRO time_t /**< Default time macro to use, can be unde…
3314 //#define MBEDTLS_PLATFORM_FPRINTF_MACRO fprintf /**< Default fprintf macro to use, can be und…
3315 //#define MBEDTLS_PLATFORM_PRINTF_MACRO printf /**< Default printf macro to use, can be unde…
3317 //#define MBEDTLS_PLATFORM_SNPRINTF_MACRO snprintf /**< Default snprintf macro to use, can be un…
3318 //#define MBEDTLS_PLATFORM_VSNPRINTF_MACRO vsnprintf /**< Default vsnprintf macro to use, can be…
3319 //#define MBEDTLS_PLATFORM_NV_SEED_READ_MACRO mbedtls_platform_std_nv_seed_read /**< Default nv_s…
3320 //#define MBEDTLS_PLATFORM_NV_SEED_WRITE_MACRO mbedtls_platform_std_nv_seed_write /**< Default nv_…
3328 * a default definition. If the macro #MBEDTLS_CHECK_PARAMS_ASSERT
3329 * is defined, the default definition is `assert(cond)`,
3330 * otherwise the default definition calls a function
3335 * When you define this here, this replaces the default
3376 * \note When using a value less than the default of 16KB on the client, it is
3383 * while keeping the default value of 16KB for the incoming buffer.
3401 * \note When using a value less than the default of 16KB on the client, it is
3408 * while keeping the default value of 16KB for the incoming buffer.
3458 * the default inward 16384 byte buffer to conform to the TLS specification.
3479 * A value of 2 * MBEDTLS_SSL_IN_CONTENT_LEN (32768 by default)
3488 …S_PSK_MAX_LEN 32 /**< Max size of TLS pre-shared keys, in bytes (default 256 bits) */
3489 //#define MBEDTLS_SSL_COOKIE_TIMEOUT 60 /**< Default expiration delay of DTLS cookies, in se…
3498 * Use this to save a few hundred bytes of ROM (default ordering of all
3501 * The value below is only an example, not the default.
3510 * Allow SHA-1 in the default TLS configuration for certificate signing.
3524 * Allow SHA-1 in the default TLS configuration for TLS 1.2 handshake
3528 * default. At the time of writing, there is no practical attack on the use
3529 * of SHA-1 in handshake signatures, hence this option is turned on by default
3542 * mbedtls_platform_zeroize(). This replaces the default implementation in
3562 * mbedtls_platform_gmtime_r(). This replaces the default implementation in
3568 * system, the implementation of mbedtls_platform_gmtime_r() will default to
3592 * Allow user to override any previous default.