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

1234

/freebsd-10.1-release/lib/libc/gen/
H A Dsrand48.c21 srand48(long seed) argument
/freebsd-10.1-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.1-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.1-release/contrib/ntp/lib/isc/
H A Drandom.c64 isc_random_seed(isc_uint32_t seed) argument
/freebsd-10.1-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.c138 unsigned char seed[SHA256_DIGEST_LENGTH]; local
[all...]
/freebsd-10.1-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.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/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-10.1-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument
/freebsd-10.1-release/contrib/unbound/util/
H A Drandom.c102 ub_systemseed(unsigned int seed) argument
179 ub_initstate(unsigned int seed, struct ub_randstate* from) argument
[all...]
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzpool_prop.c210 zpool_prop_random_value(zpool_prop_t prop, uint64_t seed) argument
/freebsd-10.1-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.1-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.1-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.1-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 119 milliseconds

1234