Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/crypto/openssl/include/openssl/
H A Drand.h91 void RAND_seed(const void *buf, int num);
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c157 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 Dmanpages141 hcrypto/man/man3/RAND_seed.3
/freebsd/crypto/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.
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c398 RAND_seed(key->data, key->length); in fb64_session()
/freebsd/contrib/ldns/
H A Dutil.c388 RAND_seed(seed, (int) size); in ldns_init_random()
/freebsd/contrib/sendmail/src/
H A Ddaemon.c615 RAND_seed((void *) &NextDiskSpaceCheck,
617 RAND_seed((void *) &now, sizeof(now));
618 RAND_seed((void *) &seed, sizeof(seed));
H A Dtls.c350 RAND_seed((void *) &st, sizeof(st));
388 RAND_seed(buf, sizeof(buf));
/freebsd/contrib/unbound/smallapp/
H A Dunbound-control.c1053 RAND_seed(buf, 256); in main()
/freebsd/crypto/openssh/
H A Dsshd-session.c278 RAND_seed(rnd, sizeof(rnd)); in reseed_prngs()
H A Dsshd.c1179 RAND_seed(rnd, sizeof(rnd)); in server_accept_loop()
/freebsd/contrib/ntp/ntpd/
H A Dntp_crypto.c3929 RAND_seed(&seed, sizeof(l_fp)); in crypto_setup()
/freebsd/secure/lib/libcrypto/
H A DVersion.map2401 RAND_seed;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3578 MLINKS+= RAND_add.3 RAND_seed.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1039 RAND_seed 1067 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/
H A DCHANGES.md2997 * 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).