| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | ssl_engine_rand.c | 140 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/ |
| D | RAND_add.pod | 5 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
|
| D | RAND_set_rand_method.pod | 48 The components point to the implementation of RAND_seed(),
|
| D | rand.pod | 16 void RAND_seed(const void *buf, int num);
|
| D | des.pod | 331 RAND_seed() and is present for backward compatibility only), buggy or
|
| /mirbsd/src/lib/libssl/src/crypto/des/ |
| D | des_old2.c | 81 RAND_seed(key, sizeof(DES_cblock)); in _ossl_096_des_random_seed()
|
| D | des_old.c | 220 RAND_seed(key, sizeof(_ossl_old_des_cblock)); in _ossl_old_des_random_seed()
|
| /mirbsd/src/lib/libssl/src/crypto/rand/ |
| D | rand.h | 101 void RAND_seed(const void *buf,int num);
|
| D | rand_lib.c | 156 void RAND_seed(const void *buf, int num) in RAND_seed() function
|
| D | rand_egd.c | 276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
|
| /mirbsd/src/lib/libssl/src/crypto/dsa/ |
| D | dsatest.c | 147 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /mirbsd/src/lib/libssl/src/crypto/bn/ |
| D | exptest.c | 82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't in main()
|
| D | expspeed.c | 198 #define RAND_SEED(string) { const char str[] = string; RAND_seed(string, sizeof str); }
|
| D | bntest.c | 117 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */ in main()
|
| /mirbsd/src/lib/libssl/src/crypto/rsa/ |
| D | rsa_test.c | 226 RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */ in main()
|
| /mirbsd/src/lib/libssl/src/crypto/dh/ |
| D | dhtest.c | 107 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTTP.c | 207 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/ |
| D | tls.c | 217 RAND_seed((void *) &st, sizeof(st)); 255 RAND_seed(buf, sizeof(buf));
|
| D | daemon.c | 598 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/ |
| D | mttest.c | 174 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | ssltest.c | 419 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /mirbsd/src/lib/libssl/man/ |
| D | Makefile | 692 RAND_add.3 RAND_seed.3 \
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | speed.c | 1521 RAND_seed(rnd_seed, sizeof rnd_seed); in MAIN()
|
| /mirbsd/src/lib/libssl/src/ |
| D | FAQ | 203 RAND_seed() function with appropriate data before generating keys or
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 4959 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
|