Searched refs:RAND_add (Results 1 - 22 of 22) 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.c179 RAND_add (&curr_gid, sizeof curr_gid, 1);
183 RAND_add (&curr_pid, sizeof curr_pid, 1);
187 RAND_add (&curr_uid, sizeof curr_uid, 1);
214 RAND_add (&v, sizeof v, 1);
231 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
393 RAND_add(tmpbuf,sizeof tmpbuf,(double)n);
400 RAND_add(&l,sizeof(l),0.0);
402 RAND_add(&l,sizeof(l),0.0);
405 RAND_add(&l,sizeof(l),0.0);
411 RAND_add(
[all...]
H A Drandfile.c127 * structure before calling RAND_add() to avoid complaints from
133 RAND_add(&sb,sizeof(sb),0.0);
164 RAND_add(buf,i,(double)i);
167 RAND_add(buf,n,(double)i);
H A Drand.h105 void RAND_add(const void *buf,int num,double entropy);
H A Drand_lib.c154 void RAND_add(const void *buf, int num, double entropy) function
235 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
/external/chromium_org/third_party/boringssl/src/crypto/rand/
H A Drand.c24 void RAND_add(const void *buf, int num, double entropy) {} function
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drand.h42 /* RAND_add does nothing. */
43 OPENSSL_EXPORT void RAND_add(const void *buf, int num, double entropy);
/external/openssl/include/openssl/
H A Drand.h105 void RAND_add(const void *buf,int num,double entropy);
/external/openssl/crypto/evp/
H A Devp_pkey.c153 RAND_add(p8->pkey->value.octet_string->data,
/external/openssl/crypto/bn/
H A Dbn_rand.c144 RAND_add(&tim,sizeof(tim),0.0);
/external/openssl/crypto/rsa/
H A Drsa_crpt.c229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/external/openssl/ssl/
H A Ds23_srvr.c157 RAND_add(&Time,sizeof(Time),0);
H A Ds23_clnt.c155 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.c159 RAND_add(&Time,sizeof(Time),0);
H A Dd1_srvr.c159 RAND_add(&Time,sizeof(Time),0);
H A Ds3_clnt.c194 RAND_add(&Time,sizeof(Time),0);
H A Ds3_srvr.c226 RAND_add(&Time,sizeof(Time),0);
/external/openssl/crypto/pem/
H A Dpem_lib.c391 RAND_add(data,i,0);/* put in the RSA key. */

Completed in 155 milliseconds