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

/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_seed.c46 #include <openssl/rand.h> /* RAND_seed() */
73 RAND_seed(&randseed, sizeof(randseed));
85 RAND_seed(vstring_str(buf), VSTRING_LEN(buf));
H A Dtls_prng_egd.c149 RAND_seed(buffer, count);
H A Dtls_prng_exch.c119 RAND_seed(buffer, count);
H A Dtls_prng_dev.c133 RAND_seed(buffer, count);
H A Dtls_prng_file.c134 RAND_seed(buffer, count);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drnd_keys.c86 RAND_seed(seed, sizeof(*seed));
123 RAND_seed(seed, sizeof(*seed));
H A Drand.h53 #define RAND_seed hc_RAND_seed macro
87 void RAND_seed(const void *, size_t);
H A Drand.c86 RAND_seed(const void *indata, size_t size) function
264 * Load a a file and feed it into RAND_seed().
291 RAND_seed(buf, slen);
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h46 void RAND_seed(const void *buf, int num);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h91 void RAND_seed(const void *buf, int num);
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c138 RAND_seed( str, 1);
/netbsd-current/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c527 RAND_seed(&tv, sizeof(struct timeval));
855 RAND_seed(&tv, sizeof(struct timeval));
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c157 RAND_seed(salt, sizeof(salt));
245 void RAND_seed(const void *buf, int num) function
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-control.c605 RAND_seed(buf, 256);
H A Dserver.c1945 RAND_seed(buf, 256);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c950 * Test that instantiation with RAND_seed() works as expected
952 * If no os entropy source is available then RAND_seed(buffer, bufsize)
956 * If an os entropy source is available then RAND_seed(buffer, bufsize)
977 RAND_seed(rand_buf, rand_buflen);
1002 RAND_seed(rand_buf, sizeof(rand_buf));
/netbsd-current/tests/crypto/libcrypto/ecdh/
H A Decdhtest.c491 RAND_seed(rnd_seed, sizeof rnd_seed);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c482 * provided by RAND_add() and RAND_seed() into the <master> DRBG.
904 void RAND_seed(const void *buf, int num) function
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c1031 RAND_seed(buf, 256);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c3941 RAND_seed(&seed, sizeof(l_fp));

Completed in 372 milliseconds