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

/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c184 RAND_add(&curr_gid, sizeof(curr_gid), 1);
188 RAND_add(&curr_pid, sizeof(curr_pid), 1);
192 RAND_add(&curr_uid, sizeof(curr_uid), 1);
220 RAND_add(&v, sizeof(v), 1);
237 RAND_add(buf, sizeof(buf), ENTROPY_NEEDED);
406 RAND_add(tmpbuf, sizeof(tmpbuf), (double)n);
413 RAND_add(&l, sizeof(l), 0.0);
415 RAND_add(&l, sizeof(l), 0.0);
418 RAND_add(&l, sizeof(l), 0.0);
424 RAND_add(
[all...]
H A Drand.h104 void RAND_add(const void *buf, int num, double entropy);
H A Drandfile.c171 * structure before calling RAND_add() to avoid complaints from
178 RAND_add(&sb, sizeof(sb), 0.0);
212 RAND_add(buf, i, (double)i);
215 RAND_add(buf, n, (double)i);
H A Drand_lib.c148 void RAND_add(const void *buf, int num, double entropy) function
249 * RAND_add() and RAND_seed() pass through to OpenSSL PRNG so it is
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c55 RAND_add(buf, ret, 0.0);
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c205 RAND_add(buf, len, len);
228 RAND_add(buf, sizeof(buf), sizeof(buf));
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_pkey.c140 RAND_add(p8->pkey->value.octet_string->data,
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_rand.c145 RAND_add(&tim, sizeof(tim), 0.0);
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c222 RAND_add(rsa->d->d, rsa->d->dmax * sizeof(rsa->d->d[0]), 0.0);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man142 MAN+= RAND_add.3
851 MLINKS+= RAND_add.3 RAND_event.3
852 MLINKS+= RAND_add.3 RAND_screen.3
853 MLINKS+= RAND_add.3 RAND_seed.3
854 MLINKS+= RAND_add.3 RAND_status.3
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_srvr.c156 RAND_add(&Time, sizeof(Time), 0);
H A Ds23_clnt.c154 RAND_add(&Time, sizeof(Time), 0);
H A Dd1_srvr.c176 RAND_add(&Time, sizeof(Time), 0);
H A Dd1_clnt.c176 RAND_add(&Time, sizeof(Time), 0);
H A Ds2_srvr.c154 RAND_add(&l, sizeof(l), 0);
H A Ds2_clnt.c152 RAND_add(&l, sizeof(l), 0);
H A Ds3_srvr.c220 RAND_add(&Time, sizeof(Time), 0);
H A Ds3_clnt.c196 RAND_add(&Time, sizeof(Time), 0);
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c382 RAND_add(data, i, 0); /* put in the RSA key. */
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c496 RAND_add(&epoch, sizeof(epoch), 4.0);

Completed in 288 milliseconds