Lines Matching refs:random
36 * The new function mbedtls_mpi_random() generates a random value in a
240 now use an external random generator instead of the library's own
245 random generator with mbedtls_xxx functions. See the documentation of
258 In such cases, a random nonce was necessary to achieve the advertised
381 * A failure of the random generator was ignored in mbedtls_mpi_fill_random(),
384 are implemented. This could cause failures or the silent use of non-random
385 values. A random generator can fail if it needs reseeding and cannot not
1223 * The following functions in the random generator modules have been
2540 * Fix potential random memory allocation in mbedtls_pem_read_buffer()
2982 switch back to random with POLARSSL_SSL_AEAD_RANDOM_IV in config.h).
3406 * All RSA operations require a random generator for blinding purposes
3613 * HAVEGE random generator disabled by default
3814 * HAVEGE random generator disabled by default
3876 * Fixed random MPI generation to not generate more size than requested.
3907 * Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator
3929 * Changed the used random function pointer to more flexible format. Renamed
4008 with random data (Fixed ticket #10)
4097 Now using random fuction provided to function and
4107 * Fixed deadlock in rsa_pkcs1_encrypt() on failing random