Searched refs:seed (Results 101 - 125 of 140) sorted by relevance

123456

/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopenssl_link.c184 rm->seed = NULL;
/freebsd-9.3-release/crypto/openssl/crypto/asn1/
H A Dt_pkey.c297 const unsigned char *seed; local
382 if ((seed = EC_GROUP_get0_seed(x)) != NULL)
440 if (seed && !print_bin(bp, "Seed:", seed, seed_len, off))
/freebsd-9.3-release/crypto/openssl/crypto/des/
H A Ddes.h220 long length, int out_count, DES_cblock *seed);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c872 struct evutil_weakrand_state seed = { 12346789U }; local
880 int startpoint = evutil_weakrand_(&seed) % 4;
881 int endpoint = 32 - (evutil_weakrand_(&seed) % 4);
912 evutil_weakrand_seed_(&seed, 0);
914 ev_int32_t r = evutil_weakrand_range_(&seed, 9999);
/freebsd-9.3-release/usr.bin/xlint/llib/
H A Dllib-lstdc192 void (srand)(unsigned seed);
H A Dllib-lposix256 void (srand)(unsigned seed);
/freebsd-9.3-release/lib/libstand/
H A Dstand.h258 extern void srandom(u_long seed);
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa.h385 int PKCS1_MGF1(unsigned char *mask, long len, const unsigned char *seed,
/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec_curve.c87 const unsigned char *seed; /* the seed (optional) */ member in struct:ec_curve_data_st
559 * The algorithm used to derive the curve parameters from the seed used
584 * The seed here was used to created the curve parameters in normal basis
1265 if (data->seed) {
1266 if (!EC_GROUP_set_seed(group, data->seed, data->seed_len)) {
H A Dec_lcl.h211 unsigned char *seed; /* optional seed for parameters (appears in member in struct:ec_group_st
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dt1_enc.c125 int sec_len, unsigned char *seed, int seed_len,
143 HMAC_Update(&ctx, seed, seed_len);
151 HMAC_Update(&ctx, seed, seed_len);
124 tls1_P_hash(const EVP_MD *md, const unsigned char *sec, int sec_len, unsigned char *seed, int seed_len, unsigned char *out, int olen) argument
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c76 * The OpenSSL library used by this program expects a random seed file.
483 "Random seed file %s %u bytes\n", pathbuf, temp);
2209 u_char seed[20]; local
2213 RAND_bytes(seed, sizeof(seed));
2215 dsa, bits, seed, sizeof(seed), NULL, NULL, gcb)))
/freebsd-9.3-release/crypto/openssh/
H A Dkey.c451 u_int i, j = 0, rounds, seed = 1; local
461 seed) % 6;
464 (seed / 6)) % 6;
474 seed = ((seed * 5) +
479 idx0 = seed % 6;
481 idx2 = seed / 6;
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c6093 uint64_t seed; local
6103 seed = iswwnn ? fc->def_wwnn : fc->def_wwpn;
6104 if (seed) {
6105 return (seed);
6107 seed = iswwnn ? FCPARAM(isp, chan)->isp_wwnn_nvram : FCPARAM(isp, chan)->isp_wwpn_nvram;
6108 if (seed) {
6109 return (seed);
6113 seed = iswwnn ? fc->def_wwnn : fc->def_wwpn;
6123 return (seed);
6135 if (seed) {
[all...]
/freebsd-9.3-release/sys/dev/usb/net/
H A Dif_cdce.c503 uint32_t seed; local
616 seed = ticks;
618 memcpy(&sc->sc_ue.ue_eaddr[1], &seed, sizeof(uint32_t));
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta.autodep.mk184 # Use DPADD to seed DIRDEPS
/freebsd-9.3-release/crypto/openssl/util/
H A Dmk1mf.pl79 no-bf no-cast no-aes no-camellia no-seed
1009 return("") if $no_seed && $dir =~ /\/seed/;
1261 "no-seed" => \$no_seed,
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_sp.h215 ECORE_CRC32_LE(uint32_t seed, uint8_t *mac, uint32_t len) argument
220 return bswap32(calc_crc32((uint8_t *)packet_buf, 8, seed, 0));
/freebsd-9.3-release/crypto/openssl/engines/
H A De_ubsec.c1032 meth->seed(buf, num);
1048 meth->seed(buf, num);
/freebsd-9.3-release/sys/dev/nfe/
H A Dif_nfe.c935 uint32_t link, misc, phy, seed; local
943 seed = NFE_READ(sc, NFE_RNDSEED);
944 seed &= ~NFE_SEED_MASK;
957 seed |= NFE_SEED_1000T;
962 seed |= NFE_SEED_100TX;
967 seed |= NFE_SEED_10T;
980 NFE_WRITE(sc, NFE_RNDSEED, seed); /* XXX: gigabit NICs only? */
/freebsd-9.3-release/contrib/one-true-awk/
H A DFIXES74 seed (which is 1 on the first call of srand). the seed is
823 restored srand behavior: it returns the current seed.
826 srand now returns previous seed value (0 to start).
993 srand returns seed value it's using.
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddaemon.c217 long seed; local
597 seed = get_random();
601 RAND_seed((void *) &seed, sizeof(seed));
/freebsd-9.3-release/sbin/ping6/
H A Dping6.c299 struct timeval seed; local
739 gettimeofday(&seed, NULL);
740 srand((unsigned int)(seed.tv_sec ^ seed.tv_usec ^ (long)ident));
/freebsd-9.3-release/crypto/openssl/
H A Dconfig817 for i in aes bf camellia cast des dh dsa ec hmac idea md2 md5 mdc2 rc2 rc4 rc5 ripemd rsa seed sha
/freebsd-9.3-release/sys/net/
H A Dif_spppsubr.c4396 u_long *ch, seed; local
4401 read_random(&seed, sizeof seed);
4402 ch[0] = seed ^ random();
4403 ch[1] = seed ^ random();
4404 ch[2] = seed ^ random();
4405 ch[3] = seed ^ random();

Completed in 384 milliseconds

123456