Searched refs:add_entropy (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand_win.c585 double add_entropy = 0; local
592 add_entropy = 0.05;
606 add_entropy = .2;
614 RAND_add(&iMsg, sizeof(iMsg), add_entropy);
H A Dmd_rand.c163 static void ssleay_rand_add(const void *buf, int num, double add_entropy);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dentropy.c227 add_entropy(isc_entropy_t *ent, isc_uint32_t entropy) { function
360 add_entropy(ent, entropy);
644 add_entropy(ent, total);
1041 add_entropy(ent, entropy);
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dentropy.c227 add_entropy(isc_entropy_t *ent, isc_uint32_t entropy) { function
360 add_entropy(ent, entropy);
644 add_entropy(ent, total);
1041 add_entropy(ent, entropy);
/freebsd-9.3-release/crypto/openssl/fips/rand/
H A Dfips_rand.c371 double add_entropy)
370 fips_do_rand_add(const void *seed, FIPS_RAND_SIZE_T seedlen, double add_entropy) argument

Completed in 104 milliseconds