Searched refs:RAND_seed (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | RAND_add.pod | 5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen, 17 void RAND_seed(const void *buf, int num); 63 RAND_seed() is equivalent to RAND_add() with B<randomness> set to B<num>.
|
H A D | RAND_set_rand_method.pod | 54 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
|
/openssl/include/openssl/ |
H A D | rand.h | 93 void RAND_seed(const void *buf, int num);
|
/openssl/crypto/rand/ |
H A D | rand_lib.c | 163 RAND_seed(salt, sizeof(salt)); in RAND_poll() 258 void RAND_seed(const void *buf, int num) in RAND_seed() function
|
/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG. 280 L<RAND_seed(3)> calls are treated as additional data.
|
/openssl/util/ |
H A D | libcrypto.num | 1039 RAND_seed 1067 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 3978 * Fixed the issue that RAND_add()/RAND_seed() silently discards random input 6304 return value is ignored. NB. The functions RAND_add(), RAND_seed(), 18119 RAND_seed, but takes an extra argument for an entropy estimate 18120 (RAND_seed always assumes full entropy).
|
Completed in 124 milliseconds