Searched defs:seed (Results 1 - 25 of 85) sorted by relevance

1234

/freebsd-10.0-release/lib/libc/gen/
H A Dsrand48.c21 srand48(long seed) argument
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dfips_prf_cryptoapi.c15 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c16 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c17 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dsha1-tprf.c29 sha1_t_prf(const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
H A Dsha256-tlsprf.c29 tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
H A Dfips_prf_openssl.c26 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dsha1-tlsprf.c30 tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, size_t outlen) argument
[all...]
/freebsd-10.0-release/contrib/opie/libopie/
H A Dnewseed.c40 int opienewseed FUNCTION((seed), char *seed) argument
H A Dgenerator.c140 char *seed; local
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/dsa/
H A Ddsagen.c72 unsigned char seed[20]={ variable
/freebsd-10.0-release/contrib/wpa/src/eap_common/
H A Deap_peap_common.c15 peap_prfplus(int version, const u8 *key, size_t key_len, const char *label, const u8 *seed, size_t seed_len, u8 *buf, size_t buf_len) argument
/freebsd-10.0-release/crypto/openssl/crypto/rand/
H A Drand.h83 void (*seed)(const void *buf, int num); member in struct:rand_meth_st
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument
/freebsd-10.0-release/contrib/unbound/util/
H A Drandom.c101 ub_systemseed(unsigned int seed) argument
178 ub_initstate(unsigned int seed, struct ub_randstate* from) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Dqud_cksm.c76 DES_quad_cksum(const unsigned char *input, DES_cblock output[], long length, int out_count, DES_cblock *seed) argument
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzpool_prop.c206 zpool_prop_random_value(zpool_prop_t prop, uint64_t seed) argument
/freebsd-10.0-release/sys/dev/drm/
H A Ddrm_hashtab.c120 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_hashtab.c120 drm_ht_just_insert_please(struct drm_open_hash *ht, struct drm_hash_item *item, unsigned long seed, int bits, int shift, unsigned long add) argument
/freebsd-10.0-release/tools/regression/netinet/tcpstream/
H A Dtcpstream.c84 tcpstream_client(struct sockaddr_in sin, long seed) argument
118 tcpstream_server(struct sockaddr_in sin, long seed) argument
183 long port, seed; local
[all...]
/freebsd-10.0-release/usr.bin/newkey/
H A Dgeneric.c62 getseed(char *seed, int seedsize, unsigned char *pass) argument
89 unsigned short seed[KEYSIZE/BASEBITS + 1]; local
/freebsd-10.0-release/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h83 hash_x86_32(const void *key, int len, uint32_t seed) argument
134 hash_x86_128(const void *key, const int len, uint32_t seed, argument
236 hash_x64_128(const void *key, const int len, const uint32_t seed, argument
317 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) argument
[all...]
/freebsd-10.0-release/contrib/ntp/ntpd/
H A Dntpsim.c37 struct timeval seed; local
/freebsd-10.0-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c132 int seed; local

Completed in 225 milliseconds

1234