Lines Matching refs:entropy

301      - Random generation: ctr_drbg.h, hmac_drbg.h, entropy.h;
640 entropy resource in gen_key example. Fixes #8809.
764 entropy module was not covered which meant an external RNG had to be
1272 the entropy module. As a consequence, for now the only way to build with
1891 interfaces with mbedtls_entropy_add_source() and/or use an entropy seed
1893 https://mbed-tls.readthedocs.io/en/latest/kb/how-to/add-entropy-sources-to-entropy-pool/ for
2388 entropy collection and DRBG code. Enable MBEDTLS_PSA_CRYPTO_EXTERNAL_RNG
2401 nonce from entropy. Applications were affected if they called
2404 length, or when the entropy module uses SHA-256 and CTR_DRBG uses AES-256.
2407 entropy from the nonce.
2458 * On recent enough versions of FreeBSD and DragonFlyBSD, the entropy module
2533 obtain entropy, or due to an internal failure (which, for Mbed TLS's own
2964 entropy function to obtain entropy for a nonce if the entropy size is less
2966 grab entropy, you can call mbedtls_ctr_drbg_set_nonce_len() to force the
2972 default configuration, on a platform with a single entropy source, the
2973 entropy module formerly only grabbed 32 bytes, which is good enough for
2975 bytes (size of the entropy accumulator).
3001 * The CTR_DRBG module can grab a nonce from the entropy source during the
4195 * Fix the entropy.c module to not call mbedtls_sha256_starts() or
4197 * Fix the entropy.c module to ensure that mbedtls_sha256_init() or
4298 config-no-entropy.h to reduce the RAM footprint.
4482 * Added hardware entropy selftest to verify that the hardware entropy source
4489 * Added a configuration file config-no-entropy.h that configures the subset of
4490 library features that do not require an entropy source.
4492 to configure the minimum number of bytes for entropy sources using the
5011 * Fix bug in entropy.c when THREADING_C is also enabled that caused
5349 * Ability to force the entropy module to use SHA-256 as its basis
6055 * Added a generic entropy accumulator that provides support for adding
6056 custom entropy sources and added some generic and platform dependent
6057 entropy sources
6079 * Moved all examples programs to use the new entropy and CTR_DRBG