Searched defs:seed (Results 1 - 25 of 93) sorted by last modified time

1234

/freebsd-10.1-release/contrib/ntp/util/
H A Dntp-keygen.c2209 u_char seed[20]; local
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3881 l_fp seed; /* crypto PRNG seed as NTP timestamp */ local
[all...]
H A Dntpsim.c106 struct timeval seed; local
/freebsd-10.1-release/crypto/openssl/crypto/rand/
H A Drand.h82 void (*seed) (const void *buf, int num); member in struct:rand_meth_st
/freebsd-10.1-release/crypto/openssl/crypto/rsa/
H A Drsa_oaep.c39 unsigned char *db, *seed; local
102 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], local
212 PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen, const EVP_MD *dgst) argument
252 MGF1(unsigned char *mask, long len, const unsigned char *seed, long seedlen) argument
[all...]
/freebsd-10.1-release/crypto/openssl/crypto/ec/
H A Dec_asn1.c173 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
[all...]
H A Dec_lcl.h216 unsigned char *seed; /* optional seed for parameters (appears in member in struct:ec_group_st
H A Deck_prn.c153 const unsigned char *seed; local
/freebsd-10.1-release/crypto/openssl/crypto/dh/
H A Ddh.h152 unsigned char *seed; member in struct:dh_st
/freebsd-10.1-release/crypto/openssl/crypto/des/
H A Ddes_old.c266 _ossl_old_des_quad_cksum(_ossl_old_des_cblock *input, _ossl_old_des_cblock *output, long length, int out_count, _ossl_old_des_cblock *seed) argument
H A Dqud_cksm.c77 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/freebsd-10.1-release/crypto/openssl/crypto/dsa/
H A Ddsatest.c102 static unsigned char seed[20] = { variable
H A Ddsa_gen.c138 unsigned char seed[SHA256_DIGEST_LENGTH]; local
[all...]
H A Ddsagen.c72 unsigned char seed[20] = { variable
/freebsd-10.1-release/contrib/ntp/sntp/libevent/
H A Devutil.c2370 evutil_weakrand_seed_(struct evutil_weakrand_state *state, ev_uint32_t seed) argument
[all...]
H A Dutil-internal.h278 ev_uint32_t seed; member in struct:evutil_weakrand_state
/freebsd-10.1-release/contrib/ntp/sntp/libevent/test/
H A Dregress_buffer.c703 struct evutil_weakrand_state seed = { 123456789U }; local
H A Dregress_util.c872 struct evutil_weakrand_state seed = { 12346789U }; local
/freebsd-10.1-release/contrib/ntp/libntp/
H A Dntp_random.c348 ntp_initstate( unsigned long seed, char *arg_state, long n ) argument
[all...]
/freebsd-10.1-release/contrib/ntp/lib/isc/
H A Drandom.c64 isc_random_seed(isc_uint32_t seed) argument
/freebsd-10.1-release/contrib/expat/lib/
H A Dxmlparse.c696 unsigned int seed = time(NULL) % UINT_MAX; local
/freebsd-10.1-release/usr.sbin/keyserv/
H A Dkeyserv.c229 int seed; local
/freebsd-10.1-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h196 inline uint64_t hash_1to3_bytes(const char *s, size_t len, uint64_t seed) { argument
205 inline uint64_t hash_4to8_bytes(const char *s, size_t len, uint64_t seed) { argument
210 inline uint64_t hash_9to16_bytes(const char *s, size_t len, uint64_t seed) { argument
216 inline uint64_t hash_17to32_bytes(const char *s, size_t len, uint64_t seed) { argument
225 hash_33to64_bytes(const char *s, size_t len, uint64_t seed) argument
248 hash_short(const char *s, size_t length, uint64_t seed) argument
268 uint64_t seed; member in struct:llvm::hashing::detail::hash_state
273 create(const char *s, uint64_t seed) argument
336 static size_t seed = fixed_seed_override ? fixed_seed_override local
412 const size_t seed = get_execution_seed(); local
456 const size_t seed = get_execution_seed(); local
506 const size_t seed; member in struct:llvm::hashing::detail::hash_combine_recursive_helper
725 const uint64_t seed = get_execution_seed(); local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp187 time_t seed = time(NULL); local
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument

Completed in 314 milliseconds

1234