Searched refs:RAND_add (Results 1 - 20 of 20) sorted by relevance

/external/openssl/crypto/rand/
H A Drand_nw.c146 * stuff with RAND_add() and should probably do so.
149 RAND_add(&l,sizeof(l),1);
153 RAND_add(&l,sizeof(l),1);
167 RAND_add(&tsc, sizeof(tsc), 1);
170 RAND_add(&l, sizeof(l), 0);
H A Drand_win.c218 RAND_add(buf, sizeof(buf), sizeof(buf));
267 RAND_add(outbuf, sizeof(STAT_WORKSTATION_0), 45);
272 RAND_add(outbuf, sizeof(STAT_SERVER_0), 17);
318 RAND_add(&length, sizeof(length), 0);
319 RAND_add(buf, length, length / 4.0);
359 RAND_add(buf, sizeof(buf), 0);
373 RAND_add(buf, sizeof(buf), sizeof(buf));
402 RAND_add(&h, sizeof(h), 0);
421 RAND_add(&ci, ci.cbSize, 2);
429 RAND_add(
[all...]
H A Drand_os2.c113 RAND_add(&qwTime, sizeof(qwTime), 2);
117 RAND_add(SysVars, sizeof(SysVars), 4);
126 RAND_add(&util, sizeof(util), 10);
143 RAND_add(buffer, 256 * 1024, **(ULONG **)buffer);
H A Drand_unix.c174 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
191 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
353 RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
360 RAND_add(&l,sizeof(l),0.0);
362 RAND_add(&l,sizeof(l),0.0);
365 RAND_add(&l,sizeof(l),0.0);
371 RAND_add(&sysInfo,sizeof(sysInfo),0);
H A Drandfile.c124 * structure before calling RAND_add() to avoid complaints from
130 RAND_add(&sb,sizeof(sb),0.0);
161 RAND_add(buf,i,(double)i);
164 RAND_add(buf,n,(double)i);
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) function
/external/openssl/include/openssl/
H A Drand.h105 void RAND_add(const void *buf,int num,double entropy);
/external/openssl/crypto/bn/
H A Dbn_rand.c143 RAND_add(&tim,sizeof(tim),0.0);
/external/openssl/crypto/evp/
H A Devp_pkey.c153 RAND_add(p8->pkey->value.octet_string->data,
/external/openssl/ssl/
H A Ds23_srvr.c148 RAND_add(&Time,sizeof(Time),0);
H A Ds23_clnt.c149 RAND_add(&Time,sizeof(Time),0);
H A Ds2_clnt.c153 RAND_add(&l,sizeof(l),0);
H A Ds2_srvr.c154 RAND_add(&l,sizeof(l),0);
H A Dd1_clnt.c155 RAND_add(&Time,sizeof(Time),0);
H A Dd1_srvr.c155 RAND_add(&Time,sizeof(Time),0);
H A Ds3_clnt.c191 RAND_add(&Time,sizeof(Time),0);
H A Ds3_srvr.c195 RAND_add(&Time,sizeof(Time),0);
/external/openssl/crypto/rsa/
H A Drsa_lib.c410 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/external/openssl/crypto/pem/
H A Dpem_lib.c391 RAND_add(data,i,0);/* put in the RSA key. */

Completed in 4890 milliseconds