Searched defs:seed (Results 51 - 75 of 85) sorted by relevance

1234

/freebsd-10.0-release/contrib/apr/tables/
H A Dapr_hash.c79 unsigned int count, max, seed; member in struct:apr_hash_t
/freebsd-10.0-release/contrib/bmake/
H A Dutil.c231 srandom(long seed) argument
/freebsd-10.0-release/contrib/ldns/
H A Dutil.c331 uint8_t *seed; local
422 size_t i, j = 0, rounds, seed = 1; local
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/ext/
H A Dthrow_allocator.h276 twister_rand_gen(unsigned int seed) : _M_generator(seed) { } argument
280 init(unsigned int seed) argument
313 throw_allocator_base::init(unsigned long seed) argument
/freebsd-10.0-release/contrib/sendmail/src/
H A Ddomain.c593 static unsigned int seed; local
H A Ddaemon.c217 long seed; local
/freebsd-10.0-release/contrib/wpa/src/tls/
H A Dtlsv1_client.c53 u8 seed[2 * TLS_RANDOM_LEN]; local
520 u8 seed[2 * TLS_RANDOM_LEN]; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Ddes_old.c214 _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
/freebsd-10.0-release/crypto/openssl/crypto/dh/
H A Ddh.h147 unsigned char *seed; member in struct:dh_st
/freebsd-10.0-release/crypto/openssl/crypto/ec/
H A Dec_lcl.h199 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
H A Dec_asn1.c170 ASN1_BIT_STRING *seed; member in struct:x9_62_curve_st
[all...]
/freebsd-10.0-release/sys/netinet6/
H A Din6_ifattach.c154 u_int8_t seed[16], digest[16], nullbuf[8]; local
/freebsd-10.0-release/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c308 char seed[64]; local
336 char seed[64]; local
[all...]
/freebsd-10.0-release/usr.sbin/keyserv/
H A Dkeyserv.c229 int seed; local
/freebsd-10.0-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.0-release/contrib/telnet/libtelnet/
H A Denc_des.c496 fb64_stream_iv(Block seed, struct stinfo *stp) argument
/freebsd-10.0-release/contrib/unbound/libunbound/
H A Dlibunbound.c73 unsigned int seed; local
H A Dlibworker.c107 unsigned int seed; local
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c497 void fb64_stream_iv(DES_cblock seed, struct stinfo *stp) argument
/freebsd-10.0-release/sys/dev/usb/net/
H A Dif_cdce.c503 uint32_t seed; local
/freebsd-10.0-release/tools/regression/aio/aiotest/
H A Daiotest.c140 aio_fill_buffer(char *buffer, int len, long seed) argument
157 aio_test_buffer(char *buffer, int len, long seed) argument
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3876 l_fp seed; /* crypto PRNG seed as NTP timestamp */ local
[all...]
/freebsd-10.0-release/contrib/ntp/util/
H A Dntp-keygen.c728 u_char seed[20]; /* seed for parameters */ local
807 u_char seed[20]; /* seed fo local
[all...]
/freebsd-10.0-release/contrib/unbound/daemon/
H A Dworker.c1017 unsigned int seed; local
/freebsd-10.0-release/sys/dev/ntb/if_ntb/
H A Dif_ntb.c1361 uint32_t seed = ticks; local

Completed in 240 milliseconds

1234