Home
last modified time | relevance | path

Searched refs:RAND_add (Results 1 – 25 of 32) sorted by relevance

12

/onnv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_win.c218 RAND_add(buf, sizeof(buf), sizeof(buf)); in RAND_poll()
267 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45); in RAND_poll()
272 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17); in RAND_poll()
318 RAND_add(&length, sizeof(length), 0); in RAND_poll()
319 RAND_add(buf, length, length / 4.0); in RAND_poll()
359 RAND_add(buf, sizeof(buf), 0); in RAND_poll()
373 RAND_add(buf, sizeof(buf), sizeof(buf)); in RAND_poll()
402 RAND_add(&h, sizeof(h), 0); in RAND_poll()
421 RAND_add(&ci, ci.cbSize, 2); in RAND_poll()
429 RAND_add(&w, sizeof(w), 1); in RAND_poll()
[all …]
H A Drand_nw.c143 RAND_add(&l,sizeof(l),1); in RAND_poll()
146 RAND_add(&l,sizeof(l),1); in RAND_poll()
160 RAND_add(&tsc, sizeof(tsc), 1); in RAND_poll()
163 RAND_add(&l, sizeof(l), 0); in RAND_poll()
H A Drand_unix.c153 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED); in RAND_poll()
274 RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
282 RAND_add(&l,sizeof(l),0.0);
284 RAND_add(&l,sizeof(l),0.0);
287 RAND_add(&l,sizeof(l),0.0);
H A Drand_os2.c109 RAND_add(&qwTime, sizeof(qwTime), 2); in RAND_poll()
113 RAND_add(SysVars, sizeof(SysVars), 4); in RAND_poll()
122 RAND_add(&util, sizeof(util), 10); in RAND_poll()
137 RAND_add(buffer, 256 * 1024, **(ULONG **)buffer); in RAND_poll()
H A Drand_vms.c128 RAND_add(data_buffer, total_length, total_length/2); in RAND_poll()
132 RAND_add((unsigned char *)iosb, sizeof(iosb), sizeof(iosb)/2); in RAND_poll()
H A Drandfile.c116 RAND_add(&sb,sizeof(sb),0.0); in RAND_load_file()
141 RAND_add(buf,n,(double)i); in RAND_load_file()
H A Drand.h105 void RAND_add(const void *buf,int num,double entropy);
H A Drand_lib.c147 void RAND_add(const void *buf, int num, double entropy) in RAND_add() function
/onnv-gate/usr/src/common/openssl/doc/crypto/
H A DRAND_egd.pod19 It queries 255 bytes and uses L<RAND_add(3)|RAND_add(3)> to seed the
24 It queries B<bytes> bytes and uses L<RAND_add(3)|RAND_add(3)> to seed the
35 OpenSSL built-in PRNG using L<RAND_add(3)|RAND_add(3)>.
72 L<rand(3)|rand(3)>, L<RAND_add(3)|RAND_add(3)>,
H A DRAND_add.pod5 RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add
14 void RAND_add(const void *buf, int num, double entropy);
23 RAND_add() mixes the B<num> bytes at B<buf> into the PRNG state. Thus,
33 RAND_add() may be called with sensitive data such as user entered
39 application is responsible for seeding the PRNG by calling RAND_add(),
43 RAND_seed() is equivalent to RAND_add() when B<num == entropy>.
74 and OpenSSL. RAND_add() and RAND_status() have been added in OpenSSL
H A Drand.pod17 void RAND_add(const void *buf, int num, int entropy);
58 described in L<RAND_add(3)|RAND_add(3)>. Its state can be saved in a seed file
165 L<RAND_add(3)|RAND_add(3)>).
169 L<BN_rand(3)|BN_rand(3)>, L<RAND_add(3)|RAND_add(3)>,
H A DRAND_bytes.pod39 L<RAND_add(3)|RAND_add(3)>
H A DRAND_load_file.pod46 L<rand(3)|rand(3)>, L<RAND_add(3)|RAND_add(3)>, L<RAND_cleanup(3)|RAND_cleanup(3)>
H A DBN_rand.pod49 L<RAND_add(3)|RAND_add(3)>, L<RAND_bytes(3)|RAND_bytes(3)>
H A DRAND_set_rand_method.pod49 RAND_bytes(), RAND_cleanup(), RAND_add(), RAND_pseudo_rand()
/onnv-gate/usr/src/common/openssl/doc/ssl/
H A DSSL_library_init.pod50 L<RAND_add(3)|RAND_add(3)>
/onnv-gate/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c130 RAND_add(buf, sizeof(buf), sizeof(buf)); in seed_rng()
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_rand.c143 RAND_add(&tim,sizeof(tim),0.0); in bnrand()
/onnv-gate/usr/src/common/openssl/ssl/
H A Ds23_srvr.c148 RAND_add(&Time,sizeof(Time),0); in IMPLEMENT_ssl23_meth_func()
H A Ds23_clnt.c96 RAND_add(&Time,sizeof(Time),0); in IMPLEMENT_ssl23_meth_func()
H A Dd1_clnt.c153 RAND_add(&Time,sizeof(Time),0); in IMPLEMENT_dtls1_meth_func()
H A Dd1_srvr.c153 RAND_add(&Time,sizeof(Time),0); in IMPLEMENT_dtls1_meth_func()
/onnv-gate/usr/src/common/openssl/crypto/rsa/
H A Drsa_lib.c400 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0); in RSA_setup_blinding()
/onnv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_pkey.c413 RAND_add(p8->pkey->value.octet_string->data, in EVP_PKEY2PKCS8_broken()
/onnv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c340 RAND_add(data,i,0);/* put in the RSA key. */ in PEM_ASN1_write_bio()

12