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

/freebsd-10.0-release/crypto/openssl/crypto/rand/
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
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c55 RAND_add(buf, ret, 0.0);
/freebsd-10.0-release/crypto/openssh/
H A Dentropy.c201 RAND_add(buf, len, len);
233 RAND_add(buf, sizeof(buf), sizeof(buf));
H A Dconfigure11191 char RAND_add ();
11195 return RAND_add ();
11229 char RAND_add ();
11233 return RAND_add ();
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_rand.c143 RAND_add(&tim,sizeof(tim),0.0);
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Devp_pkey.c153 RAND_add(p8->pkey->value.octet_string->data,
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c229 RAND_add(rsa->d->d, rsa->d->dmax * sizeof rsa->d->d[0], 0.0);
/freebsd-10.0-release/crypto/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.c195 RAND_add(&Time,sizeof(Time),0);
H A Ds3_srvr.c224 RAND_add(&Time,sizeof(Time),0);
/freebsd-10.0-release/crypto/openssl/crypto/pem/
H A Dpem_lib.c391 RAND_add(data,i,0);/* put in the RSA key. */
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen.c378 RAND_add(&epoch, sizeof(epoch), 4.0);

Completed in 321 milliseconds