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

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h55 #define RAND_add hc_RAND_add macro
89 void RAND_add(const void *, size_t, double);
H A Drand.c145 RAND_add(const void *indata, size_t size, double entropi) function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-rand.c61 RAND_add(buf, ret, 0.0);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h52 void RAND_add(const void *buf, int num, double randomness);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h97 void RAND_add(const void *buf, int num, double randomness);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_egd.c131 RAND_add(tempbuf, i, i);
H A Drandfile.c81 * to avoid calling RAND_add() with a small final chunk. Instead, such
155 RAND_add(buf, i, (double)i);
H A Drand_lib.c126 * If a random pool has been added to the DRBG using RAND_add(), then
482 * provided by RAND_add() and RAND_seed() into the <master> DRBG.
912 void RAND_add(const void *buf, int num, double randomness) function
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_egd.c196 RAND_add(tempbuf, i, i);
H A Drandfile.c89 * to avoid calling RAND_add() with a small final chunk. Instead, such
163 RAND_add(buf, i, (double)i);
H A Drand_lib.c262 void RAND_add(const void *buf, int num, double randomness) function
401 * sources or by consuming randomness which was added by RAND_add().
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c807 * Test whether all three DRBGs are reseeded by RAND_add().
810 * in RAND_add(), whence the check for the condition
812 * to increase between the RAND_add() and the test_drbg_reseed() call.
815 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf));
827 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf));
988 * Test that adding additional data with RAND_add() works as expected
1007 RAND_add(rand_buf, rand_buflen, 0.0);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddrbgtest.c650 * Test whether all three DRBGs are reseeded by RAND_add().
653 * in RAND_add(), whence the check for the condition
655 * to increase between the RAND_add() and the test_drbg_reseed() call.
658 RAND_add(rand_add_buf, sizeof(rand_add_buf), sizeof(rand_add_buf));
/netbsd-current/external/bsd/ntp/dist/util/
H A Dntp-keygen.c500 RAND_add(&epoch, sizeof(epoch), 4.0);

Completed in 163 milliseconds