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

1234

/freebsd-9.3-release/lib/libc/gen/
H A Dsrand48.c21 srand48(long seed) argument
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dfips_prf_cryptoapi.c21 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_gnutls.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_nss.c22 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dfips_prf_internal.c23 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dsha1-tprf.c35 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 Dfips_prf_openssl.c32 int fips186_2_prf(const u8 *seed, size_t seed_len, u8 *x, size_t xlen) argument
H A Dsha1-tlsprf.c37 tls_prf(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-9.3-release/contrib/opie/libopie/
H A Dnewseed.c40 int opienewseed FUNCTION((seed), char *seed) argument
H A Dgenerator.c140 char *seed; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Drandom.c64 isc_random_seed(isc_uint32_t seed) argument
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Drandom.c64 isc_random_seed(isc_uint32_t seed) argument
/freebsd-9.3-release/crypto/openssl/fips/dsa/
H A Dfips_dsa_selftest.c71 static unsigned char seed[20] = { variable
H A Dfips_dsatest.c104 static unsigned char seed[20] = { variable
/freebsd-9.3-release/crypto/openssl/crypto/dsa/
H A Ddsagen.c72 unsigned char seed[20] = { variable
H A Ddsatest.c102 static unsigned char seed[20] = { variable
H A Ddsa_gen.c114 unsigned char seed[SHA_DIGEST_LENGTH]; local
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_common/
H A Deap_peap_common.c21 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-9.3-release/crypto/openssl/crypto/des/
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-9.3-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-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

Completed in 162 milliseconds

1234