Searched refs:RAND_add (Results 1 – 17 of 17) sorted by relevance
/openssl-master/doc/man3/ |
A D | RAND_egd.pod | 25 specified socket B<path>, and passes the data it receives into RAND_add(). 32 RAND_add() is not called. 48 L<RAND_add(3)>,
|
A D | RAND_add.pod | 5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen, 16 void RAND_add(const void *buf, int num, double randomness); 46 RAND_add() mixes the B<num> bytes at B<buf> into the internal state 63 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
|
A D | SSL_library_init.pod | 41 L<RAND_add(3)>
|
A D | RAND_set_rand_method.pod | 54 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
|
A D | RAND_load_file.pod | 74 L<RAND_add(3)>,
|
A D | RAND_bytes.pod | 77 L<RAND_add(3)>,
|
A D | BN_rand.pod | 90 L<RAND_add(3)>,
|
/openssl-master/doc/man7/ |
A D | EVP_RAND.pod | 90 previously by L<RAND_add(3)>. 135 RAND_add() ==> <primary> <-| shared DRBG (with locking) | 206 If L<RAND_add(3)> is called with a positive I<randomness> argument 212 previous OpenSSL versions to call RAND_add() before calling RAND_bytes(). 239 Calling RAND_poll() or RAND_add() is not necessary, because the DRBG 243 RAND_add() can be used to add both kinds of random input, depending on the 273 argument is ignored and the random bytes provided by the L<RAND_add(3)> and 280 RAND_add() needs to be called for initial seeding and periodic reseeding.
|
/openssl-master/include/openssl/ |
A D | rand.h | 97 void RAND_add(const void *buf, int num, double randomness);
|
/openssl-master/crypto/rand/ |
A D | rand_egd.c | 198 RAND_add(tempbuf, i, i); in RAND_query_egd_bytes()
|
A D | randfile.c | 163 RAND_add(buf, i, (double)i); in RAND_load_file()
|
A D | rand_lib.c | 261 void RAND_add(const void *buf, int num, double randomness) in RAND_add() function
|
/openssl-master/test/ |
A D | drbgtest.c | 653 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf)); in test_rand_reseed() 668 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf)); in test_rand_reseed()
|
/openssl-master/doc/ |
A D | build.info | 1882 DEPEND[html/man3/RAND_add.html]=man3/RAND_add.pod 1883 GENERATE[html/man3/RAND_add.html]=man3/RAND_add.pod 1884 DEPEND[man/man3/RAND_add.3]=man3/RAND_add.pod 1885 GENERATE[man/man3/RAND_add.3]=man3/RAND_add.pod 3192 html/man3/RAND_add.html \ 3784 man/man3/RAND_add.3 \
|
/openssl-master/ |
A D | INSTALL.md | 1748 the CSPRNG manually. Please check out the manual pages for `RAND_add()`,
|
A D | CHANGES.md | 2033 * Fixed the issue that RAND_add()/RAND_seed() silently discards random input 4359 return value is ignored. NB. The functions RAND_add(), RAND_seed(), 16173 guaranteed to be unique but not unpredictable. RAND_add is like
|
/openssl-master/util/ |
A D | libcrypto.num | 2919 RAND_add 2984 3_0_0 EXIST::FUNCTION:
|
Completed in 58 milliseconds