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

1234

/freebsd-10.3-release/lib/libc/gen/
H A Dsrand48.c21 srand48(long seed) argument
/freebsd-10.3-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 Dfips_prf_openssl.c26 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 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.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-10.3-release/sys/libkern/
H A Dmurmur3_32.c41 murmur3_aligned_32(const void *data, size_t len, uint32_t seed) argument
/freebsd-10.3-release/contrib/ntp/lib/isc/
H A Drandom.c64 isc_random_seed(isc_uint32_t seed) argument
/freebsd-10.3-release/contrib/netbsd-tests/lib/libskey/
H A Dt_algorithms.c44 h_check(const char *pass, const char *seed, argument
/freebsd-10.3-release/crypto/openssl/crypto/dsa/
H A Ddsagen.c72 unsigned char seed[20] = { variable
H A Ddsa_gen.c130 unsigned char seed[SHA256_DIGEST_LENGTH]; local
[all...]
H A Ddsatest.c102 static unsigned char seed[20] = { variable
/freebsd-10.3-release/contrib/unbound/util/
H A Drandom.c169 struct ub_randstate* ub_initstate(unsigned int seed, argument
[all...]
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DMetaRenamer.cpp35 void srand(unsigned int seed) { argument
/freebsd-10.3-release/contrib/netbsd-tests/fs/vfs/
H A Dt_vfsops.c168 unsigned long seed; local
/freebsd-10.3-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.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-10.3-release/crypto/openssl/crypto/rand/
H A Drand.h82 void (*seed) (const void *buf, int num); member in struct:rand_meth_st
/freebsd-10.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
/freebsd-10.3-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_pkt_randomizer.c132 int seed; local

Completed in 164 milliseconds

1234