Lines Matching refs:random
251 * The new function mbedtls_mpi_random() generates a random value in a
455 now use an external random generator instead of the library's own
460 random generator with mbedtls_xxx functions. See the documentation of
473 In such cases, a random nonce was necessary to achieve the advertised
596 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
599 are implemented. This could cause failures or the silent use of non-random
600 values. A random generator can fail if it needs reseeding and cannot not
1438 * The following functions in the random generator modules have been
2755 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
3197 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
3621 * All RSA operations require a random generator for blinding purposes
3828 * HAVEGE random generator disabled by default
4029 * HAVEGE random generator disabled by default
4091 * Fixed random MPI generation to not generate more size than requested.
4122 * Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
4144 * Changed the used random function pointer to more flexible format. Renamed
4223 with random data (Fixed ticket #10)
4312 Now using random fuction provided to function and
4322 * Fixed deadlock in rsa_pkcs1_encrypt() on failing random