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

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_nw.c140 * stuff with RAND_add() and should probably do so.
143 RAND_add(&l,sizeof(l),1);
146 RAND_add(&l,sizeof(l),1);
160 RAND_add(&tsc, sizeof(tsc), 1);
163 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.c109 RAND_add(&qwTime, sizeof(qwTime), 2);
113 RAND_add(SysVars, sizeof(SysVars), 4);
122 RAND_add(&util, sizeof(util), 10);
137 RAND_add(buffer, 256 * 1024, **(ULONG **)buffer);
H A Drand_vms.c128 RAND_add(data_buffer, total_length, total_length/2);
132 RAND_add((unsigned char *)iosb, sizeof(iosb), sizeof(iosb)/2);
H A Drand_unix.c153 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
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.h105 void RAND_add(const void *buf,int num,double entropy);
H A Drandfile.c116 RAND_add(&sb,sizeof(sb),0.0);
141 RAND_add(buf,n,(double)i);
H A Drand_lib.c147 void RAND_add(const void *buf, int num, double entropy) function
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dentropy.c130 RAND_add(buf, sizeof(buf), sizeof(buf));
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_rand.c143 RAND_add(&tim,sizeof(tim),0.0);
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Ds23_srvr.c148 RAND_add(&Time,sizeof(Time),0);
H A Ds23_clnt.c96 RAND_add(&Time,sizeof(Time),0);
H A Dd1_clnt.c153 RAND_add(&Time,sizeof(Time),0);
H A Dd1_srvr.c153 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 Ds3_clnt.c168 RAND_add(&Time,sizeof(Time),0);
H A Ds3_srvr.c173 RAND_add(&Time,sizeof(Time),0);
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/evp/
H A Devp_pkey.c413 RAND_add(p8->pkey->value.octet_string->data,
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/pem/
H A Dpem_lib.c340 RAND_add(data,i,0);/* put in the RSA key. */

Completed in 386 milliseconds