Searched refs:RAND_seed (Results 1 – 18 of 18) sorted by relevance
/freebsd/crypto/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()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | rand.h | 91 void RAND_seed(const void *buf, int num);
|
/freebsd/crypto/openssl/crypto/rand/ |
H A D | rand_lib.c | 157 RAND_seed(salt, sizeof(salt)); in RAND_poll() 245 void RAND_seed(const void *buf, int num) in RAND_seed() function
|
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/ |
H A D | manpages | 141 hcrypto/man/man3/RAND_seed.3
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | EVP_RAND.pod | 207 (or L<RAND_seed(3)>), then this will immediately reseed the <primary> DRBG. 274 L<RAND_seed(3)> calls are treated as additional data.
|
/freebsd/crypto/heimdal/appl/telnet/libtelnet/ |
H A D | enc_des.c | 398 RAND_seed(key->data, key->length); in fb64_session()
|
/freebsd/contrib/ldns/ |
H A D | util.c | 388 RAND_seed(seed, (int) size); in ldns_init_random()
|
/freebsd/contrib/sendmail/src/ |
H A D | daemon.c | 615 RAND_seed((void *) &NextDiskSpaceCheck, 617 RAND_seed((void *) &now, sizeof(now)); 618 RAND_seed((void *) &seed, sizeof(seed));
|
H A D | tls.c | 350 RAND_seed((void *) &st, sizeof(st)); 388 RAND_seed(buf, sizeof(buf));
|
/freebsd/contrib/unbound/smallapp/ |
H A D | unbound-control.c | 1053 RAND_seed(buf, 256); in main()
|
/freebsd/crypto/openssh/ |
H A D | sshd-session.c | 278 RAND_seed(rnd, sizeof(rnd)); in reseed_prngs()
|
H A D | sshd.c | 1179 RAND_seed(rnd, sizeof(rnd)); in server_accept_loop()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_crypto.c | 3929 RAND_seed(&seed, sizeof(l_fp)); in crypto_setup()
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 2401 RAND_seed;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 3578 MLINKS+= RAND_add.3 RAND_seed.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 1039 RAND_seed 1067 3_0_0 EXIST::FUNCTION:
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 2997 * Fixed the issue that RAND_add()/RAND_seed() silently discards random input 5323 return value is ignored. NB. The functions RAND_add(), RAND_seed(), 17138 RAND_seed, but takes an extra argument for an entropy estimate 17139 (RAND_seed always assumes full entropy).
|