Lines Matching refs:random
509 used as random number generator function (f_rng) and context (p_rng) in
610 generating a new random after a HelloRetryRequest. Fixes #8669.
1365 first algorithm would not get sent and an entry consisting of two random
1552 * Fixed swap of client and server random bytes when exporting them alongside
1959 * For all functions that take a random number generator (RNG) as a
2125 * The new function mbedtls_mpi_random() generates a random value in a
2344 now use an external random generator instead of the library's own
2349 random generator with mbedtls_xxx functions. See the documentation of
2362 In such cases, a random nonce was necessary to achieve the advertised
2485 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
2488 are implemented. This could cause failures or the silent use of non-random
2489 values. A random generator can fail if it needs reseeding and cannot not
3327 * The following functions in the random generator modules have been
4644 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
5086 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
5510 * All RSA operations require a random generator for blinding purposes
5717 * HAVEGE random generator disabled by default
5918 * HAVEGE random generator disabled by default
5980 * Fixed random MPI generation to not generate more size than requested.
6011 * Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
6033 * Changed the used random function pointer to more flexible format. Renamed
6112 with random data (Fixed ticket #10)
6201 Now using random fuction provided to function and
6211 * Fixed deadlock in rsa_pkcs1_encrypt() on failing random