Lines Matching refs:random

552      used as random number generator function (f_rng) and context (p_rng) in
653 generating a new random after a HelloRetryRequest. Fixes #8669.
1408 first algorithm would not get sent and an entry consisting of two random
1595 * Fixed swap of client and server random bytes when exporting them alongside
2002 * For all functions that take a random number generator (RNG) as a
2168 * The new function mbedtls_mpi_random() generates a random value in a
2387 now use an external random generator instead of the library's own
2392 random generator with mbedtls_xxx functions. See the documentation of
2405 In such cases, a random nonce was necessary to achieve the advertised
2528 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
2531 are implemented. This could cause failures or the silent use of non-random
2532 values. A random generator can fail if it needs reseeding and cannot not
3370 * The following functions in the random generator modules have been
4687 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
5129 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
5553 * All RSA operations require a random generator for blinding purposes
5760 * HAVEGE random generator disabled by default
5961 * HAVEGE random generator disabled by default
6023 * Fixed random MPI generation to not generate more size than requested.
6054 * Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
6076 * Changed the used random function pointer to more flexible format. Renamed
6155 with random data (Fixed ticket #10)
6244 Now using random fuction provided to function and
6254 * Fixed deadlock in rsa_pkcs1_encrypt() on failing random