Home
last modified time | relevance | path

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

12

/mirbsd/src/usr.sbin/httpd/src/modules/ssl/
Dssl_engine_rand.c140 RAND_seed((unsigned char *)&t, l); in ssl_rand_seed()
148 RAND_seed((unsigned char *)&pid, l); in ssl_rand_seed()
155 RAND_seed(stackdata+n, 128); in ssl_rand_seed()
165 RAND_seed(((unsigned char *)ap_scoreboard_image)+n, m); in ssl_rand_seed()
205 RAND_seed(caBuf, nBuf); in ssl_rand_feedfp()
/mirbsd/src/lib/libssl/src/doc/crypto/
DRAND_add.pod5 RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add
12 void RAND_seed(const void *buf, int num);
43 RAND_seed() is equivalent to RAND_add() when B<num == entropy>.
73 RAND_seed() and RAND_screen() are available in all versions of SSLeay
DRAND_set_rand_method.pod48 The components point to the implementation of RAND_seed(),
Drand.pod16 void RAND_seed(const void *buf, int num);
Ddes.pod331 RAND_seed() and is present for backward compatibility only), buggy or
/mirbsd/src/lib/libssl/src/crypto/des/
Ddes_old2.c81 RAND_seed(key, sizeof(DES_cblock)); in _ossl_096_des_random_seed()
Ddes_old.c220 RAND_seed(key, sizeof(_ossl_old_des_cblock)); in _ossl_old_des_random_seed()
/mirbsd/src/lib/libssl/src/crypto/rand/
Drand.h101 void RAND_seed(const void *buf,int num);
Drand_lib.c156 void RAND_seed(const void *buf, int num) in RAND_seed() function
Drand_egd.c276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
/mirbsd/src/lib/libssl/src/crypto/dsa/
Ddsatest.c147 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/mirbsd/src/lib/libssl/src/crypto/bn/
Dexptest.c82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't in main()
Dexpspeed.c198 #define RAND_SEED(string) { const char str[] = string; RAND_seed(string, sizeof str); }
Dbntest.c117 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */ in main()
/mirbsd/src/lib/libssl/src/crypto/rsa/
Drsa_test.c226 RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */ in main()
/mirbsd/src/lib/libssl/src/crypto/dh/
Ddhtest.c107 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTTP.c207 RAND_seed((unsigned char *) &t, (int) sizeof(time_t)); in HTSSLInitPRNG()
210 RAND_seed((unsigned char *) &pid, (int) sizeof(pid)); in HTSSLInitPRNG()
218 RAND_seed((unsigned char *) &l, (int) sizeof(long)); in HTSSLInitPRNG()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dtls.c217 RAND_seed((void *) &st, sizeof(st));
255 RAND_seed(buf, sizeof(buf));
Ddaemon.c598 RAND_seed((void *) &NextDiskSpaceCheck,
600 RAND_seed((void *) &now, sizeof(now));
601 RAND_seed((void *) &seed, sizeof(seed));
/mirbsd/src/lib/libssl/src/crypto/threads/
Dmttest.c174 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/mirbsd/src/lib/libssl/src/ssl/
Dssltest.c419 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/mirbsd/src/lib/libssl/man/
DMakefile692 RAND_add.3 RAND_seed.3 \
/mirbsd/src/lib/libssl/src/apps/
Dspeed.c1521 RAND_seed(rnd_seed, sizeof rnd_seed); in MAIN()
/mirbsd/src/lib/libssl/src/
DFAQ203 RAND_seed() function with appropriate data before generating keys or
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt4959 sure RAND_seed() has been called before using this routine.
4961 void RAND_seed(
4981 application should pass more 'random' data in via RAND_seed() and
5001 doing a RAND_seed() on the value returned from a stat() system call
5003 from the file. The number of bytes passed to RAND_seed() is returned.
5368 RAND_seed() with lots of interesting and varied data before using these

12