Home
last modified time | relevance | path

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

12

/onnv-gate/usr/src/common/openssl/doc/crypto/
H A 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
H A DRAND_set_rand_method.pod48 The components point to the implementation of RAND_seed(),
H A Drand.pod16 void RAND_seed(const void *buf, int num);
H A Ddes.pod331 RAND_seed() and is present for backward compatibility only), buggy or
/onnv-gate/usr/src/common/openssl/crypto/des/
H A Ddes_old2.c81 RAND_seed(key, sizeof(DES_cblock)); in _ossl_096_des_random_seed()
H A Ddes_old.c220 RAND_seed(key, sizeof(_ossl_old_des_cblock)); in _ossl_old_des_random_seed()
H A DVERSION109 application and/or using RAND_seed()/RAND_bytes() if you are
/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand.h104 void RAND_seed(const void *buf,int num);
H A Drand_lib.c140 void RAND_seed(const void *buf, int num) in RAND_seed() function
H A Drand_egd.c276 RAND_seed(tempbuf, egdbuf[0]); in RAND_query_egd_bytes()
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dexptest.c82 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_rand may fail, and we don't in main()
H A Dexpspeed.c198 #define RAND_SEED(string) { const char str[] = string; RAND_seed(string, sizeof str); }
H A Dbntest.c146 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 Ddsatest.c155 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_test.c227 RAND_seed(rnd_seed, sizeof rnd_seed); /* or OAEP may fail */ in main()
/onnv-gate/usr/src/cmd/ssh/ssh-keysign/
H A Dssh-keysign.c203 RAND_seed(rnd, sizeof(rnd)); in main()
/onnv-gate/usr/src/common/openssl/crypto/ecdsa/
H A Decdsatest.c478 RAND_seed(rnd_seed, sizeof(rnd_seed)); in main()
/onnv-gate/usr/src/common/openssl/crypto/ecdh/
H A Decdhtest.c313 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c216 RAND_seed((void *) &st, sizeof(st));
254 RAND_seed(buf, sizeof(buf));
H A Ddaemon.c598 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 Dspeed.c1970 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 Dhttp.c284 RAND_seed(&data, sizeof(data)); in httpInitialize()
/onnv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c450 RAND_seed(rnd_seed, sizeof rnd_seed); in main()
/onnv-gate/usr/src/common/openssl/crypto/ec/
H A Dectest.c1318 RAND_seed(rnd_seed, sizeof rnd_seed); /* or BN_generate_prime may fail */ in main()
/onnv-gate/usr/src/common/openssl/
H A DFAQ206 RAND_seed() function with appropriate data before generating keys or

12