| /onnv-gate/usr/src/common/openssl/doc/crypto/ |
| H A 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
|
| H A D | RAND_set_rand_method.pod | 48 The components point to the implementation of RAND_seed(),
|
| H A D | rand.pod | 16 void RAND_seed(const void *buf, int num);
|
| H A D | des.pod | 331 RAND_seed() and is present for backward compatibility only), buggy or
|
| /onnv-gate/usr/src/common/openssl/crypto/des/ |
| H A D | des_old2.c | 81 RAND_seed(key, sizeof(DES_cblock)); in _ossl_096_des_random_seed()
|
| H A D | des_old.c | 220 RAND_seed(key, sizeof(_ossl_old_des_cblock)); in _ossl_old_des_random_seed()
|
| H A D | VERSION | 109 application and/or using RAND_seed()/RAND_bytes() if you are
|
| /onnv-gate/usr/src/common/openssl/crypto/rand/ |
| H A D | rand.h | 104 void RAND_seed(const void *buf,int num);
|
| H A D | rand_lib.c | 140 void RAND_seed(const void *buf, int num) in RAND_seed() function
|
| H A D | rand_egd.c | 276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
|
| /onnv-gate/usr/src/common/openssl/crypto/bn/ |
| H A D | exptest.c | 82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't in main()
|
| H A D | expspeed.c | 198 #define RAND_SEED(string) { const char str[] = string; RAND_seed(string, sizeof str); }
|
| H A D | bntest.c | 146 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */ in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/dsa/ |
| H A D | dsatest.c | 155 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/rsa/ |
| H A D | rsa_test.c | 227 RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */ in main()
|
| /onnv-gate/usr/src/cmd/ssh/ssh-keysign/ |
| H A D | ssh-keysign.c | 203 RAND_seed(rnd, sizeof(rnd)); in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdsa/ |
| H A D | ecdsatest.c | 478 RAND_seed(rnd_seed, sizeof(rnd_seed)); in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/ecdh/ |
| H A D | ecdhtest.c | 313 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /onnv-gate/usr/src/cmd/sendmail/src/ |
| H A D | tls.c | 216 RAND_seed((void *) &st, sizeof(st)); 254 RAND_seed(buf, sizeof(buf));
|
| H A D | daemon.c | 598 RAND_seed((void *) &NextDiskSpaceCheck, 600 RAND_seed((void *) &now, sizeof(now)); 601 RAND_seed((void *) &seed, sizeof(seed));
|
| /onnv-gate/usr/src/common/openssl/apps/ |
| H A D | speed.c | 1970 RAND_seed(rnd_seed, sizeof rnd_seed); in MAIN() 2063 RAND_seed(rnd_seed, sizeof rnd_seed); in MAIN() 2172 RAND_seed(rnd_seed, sizeof rnd_seed); in MAIN()
|
| /onnv-gate/usr/src/lib/print/libhttp-core/common/ |
| H A D | http.c | 284 RAND_seed(&data, sizeof(data)); in httpInitialize()
|
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssltest.c | 450 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
|
| /onnv-gate/usr/src/common/openssl/crypto/ec/ |
| H A D | ectest.c | 1318 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */ in main()
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | FAQ | 206 RAND_seed() function with appropriate data before generating keys or
|