Lines Matching refs:entropy
258 - Random generation: ctr_drbg.h, hmac_drbg.h, entropy.h;
597 entropy resource in gen_key example. Fixes #8809.
721 entropy module was not covered which meant an external RNG had to be
1229 the entropy module. As a consequence, for now the only way to build with
1848 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
1850 https://mbed-tls.readthedocs.io/en/latest/kb/how-to/add-entropy-sources-to-entropy-pool/ for
2345 entropy collection and DRBG code. Enable MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
2358 nonce from entropy. Applications were affected if they called
2361 length, or when the entropy module uses SHA-256 and CTR_DRBG uses AES-256.
2364 entropy from the nonce.
2415 * On recent enough versions of FreeBSD and DragonFlyBSD, the entropy module
2490 obtain entropy, or due to an internal failure (which, for Mbed TLS's own
2921 entropy function to obtain entropy for a nonce if the entropy size is less
2923 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the
2929 default configuration, on a platform with a single entropy source, the
2930 entropy module formerly only grabbed 32 bytes, which is good enough for
2932 bytes (size of the entropy accumulator).
2958 * The CTR_DRBG module can grab a nonce from the entropy source during the
4152 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
4154 * Fix the entropy.c module to ensure that mbedtls_sha256_init() or
4255 config-no-entropy.h to reduce the RAM footprint.
4439 * Added hardware entropy selftest to verify that the hardware entropy source
4446 * Added a configuration file config-no-entropy.h that configures the subset of
4447 library features that do not require an entropy source.
4449 to configure the minimum number of bytes for entropy sources using the
4968 * Fix bug in entropy.c when THREADING_C is also enabled that caused
5306 * Ability to force the entropy module to use SHA-256 as its basis
6012 * Added a generic entropy accumulator that provides support for adding
6013 custom entropy sources and added some generic and platform dependent
6014 entropy sources
6036 * Moved all examples programs to use the new entropy and CTR_DRBG