/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_nw.c | 146 * 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);
|
rand_win.c | 218 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(&w, sizeof(w), 1) [all...] |
rand_os2.c | 113 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);
|
rand_unix.c | 179 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(&sysInfo,sizeof(sysInfo),0) [all...] |
randfile.c | 126 * structure before calling RAND_add() to avoid complaints from 132 RAND_add(&sb,sizeof(sb),0.0); 163 RAND_add(buf,i,(double)i); 166 RAND_add(buf,n,(double)i);
|
rand.h | 105 void RAND_add(const void *buf,int num,double entropy);
|
rand_lib.c | 153 void RAND_add(const void *buf, int num, double entropy) 234 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
|
/external/openssl/crypto/rand/ |
rand_nw.c | 146 * 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);
|
rand_win.c | 218 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(&w, sizeof(w), 1) [all...] |
rand_os2.c | 113 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);
|
rand_unix.c | 179 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(&sysInfo,sizeof(sysInfo),0) [all...] |
randfile.c | 126 * structure before calling RAND_add() to avoid complaints from 132 RAND_add(&sb,sizeof(sb),0.0); 163 RAND_add(buf,i,(double)i); 166 RAND_add(buf,n,(double)i);
|
rand.h | 105 void RAND_add(const void *buf,int num,double entropy);
|
rand_lib.c | 153 void RAND_add(const void *buf, int num, double entropy) 234 /* RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
rand.h | 105 void RAND_add(const void *buf,int num,double entropy);
|
/external/openssl/include/openssl/ |
rand.h | 105 void RAND_add(const void *buf,int num,double entropy);
|
/external/openssh/ |
entropy.c | 201 RAND_add(buf, len, len); 228 RAND_add(buf, sizeof(buf), sizeof(buf));
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/ |
bn_rand.c | 143 RAND_add(&tim,sizeof(tim),0.0);
|
/external/openssl/crypto/bn/ |
bn_rand.c | 143 RAND_add(&tim,sizeof(tim),0.0);
|
/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
evp_pkey.c | 153 RAND_add(p8->pkey->value.octet_string->data,
|
/external/openssl/crypto/evp/ |
evp_pkey.c | 153 RAND_add(p8->pkey->value.octet_string->data,
|
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/ |
rsa_crpt.c | 229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
|
/external/openssl/crypto/rsa/ |
rsa_crpt.c | 229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
s23_srvr.c | 155 RAND_add(&Time,sizeof(Time),0);
|
/external/openssl/ssl/ |
s23_srvr.c | 155 RAND_add(&Time,sizeof(Time),0);
|