Home
last modified time | relevance | path

Searched refs:RAND_seed (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DRAND_add.pod5 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 DRAND_set_rand_method.pod54 RAND_seed(), RAND_bytes(), internal RAND cleanup, RAND_add(), RAND_pseudo_rand()
/openssl/include/openssl/
H A Drand.h93 void RAND_seed(const void *buf, int num);
/openssl/crypto/rand/
H A Drand_lib.c159 RAND_seed(salt, sizeof(salt)); in RAND_poll()
254 void RAND_seed(const void *buf, int num) in RAND_seed() function
/openssl/doc/man7/
H A DEVP_RAND.pod207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG.
274 L<RAND_seed(3)> calls are treated as additional data.
/openssl/util/
H A Dlibcrypto.num1039 RAND_seed 1067 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md3782 * Fixed the issue that RAND_add()/RAND_seed() silently discards random input
6108 return value is ignored. NB. The functions RAND_add(), RAND_seed(),
17923 RAND_seed, but takes an extra argument for an entropy estimate
17924 (RAND_seed always assumes full entropy).

Completed in 84 milliseconds