Searched refs:seed (Results 251 - 275 of 304) sorted by relevance

<<111213

/macosx-10.10/OpenSSL098-52/src/crypto/
H A Dinstall.com71 $ EXHEADER_SEED := seed.h
/macosx-10.10/vim-55/runtime/syntax/
H A Dgpg.vim79 \ no-pgp2 no-pgp6 no-pgp7 no-random-seed-file
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dsa-cdsa.c398 cdsa_dsa_paramgen(DSA *dsa, int bits, unsigned char *seed, int seed_len, argument
H A Dossl-dsa-cc.c692 cc_dsa_paramgen(DSA *dsa, int bits, unsigned char *seed, int seed_len, argument
/macosx-10.10/OpenSSL098-52/src/crypto/rsa/
H A Drsa.h360 const unsigned char *seed, long seedlen, const EVP_MD *dgst);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Drsa.h360 const unsigned char *seed, long seedlen, const EVP_MD *dgst);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/Security/
H A DSecureTransportPriv.h95 const void *seed,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/lib/
H A DSecureTransportPriv.h95 const void *seed,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/security_ssl/
H A DSecureTransportPriv.h95 const void *seed,
/macosx-10.10/OpenSSL098-52/src/crypto/ec/
H A Dec_curve.c87 const unsigned char *seed;/* the seed (optional) */ member in struct:ec_curve_data_st
515 * the seed used here is slightly different than the
537 /* The seed here was used to created the curve parameters in normal
1194 if (data->seed)
1196 if (!EC_GROUP_set_seed(group, data->seed, data->seed_len))
H A Dec_lcl.h194 unsigned char *seed; /* optional seed for parameters (appears in ASN1) */ member in struct:ec_group_st
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dt1_enc.c125 int sec_len, unsigned char *seed, int seed_len,
143 HMAC_Update(&ctx,seed,seed_len);
152 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
/macosx-10.10/procmail-14/procmail/src/
H A Dautoconf427 static unsigned long seed;
430 { return (unsigned)(seed*=69069L)>>8;
499 seed=time((time_t*)0)+getpid()|1;chdir(curdir);chdir(dirlocktest);
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_fa/
H A Dfaop.tcl616 # to seed DoCross.
674 # to seed DoCross.
1041 proc ::grammar::fa::op::DoCross {fa fb res id seed smapvar} {
1045 array set tmp $seed
1047 set pending $seed
/macosx-10.10/IOFWDVComponents-207.4.1/
H A DDVIsochComponent.c77 #define kIDHSeedAtomType 'seed' // seed for device atom validity
146 UInt32 seed; // keep track of device lists member in struct:IsochComponentGlobals
429 UInt32 seed; local
438 QTCopyAtomDataToPtr( configID->container, seedAtom, true, sizeof( seed), &seed, nil);
442 // seed has expired?
443 if( seed != gGlobals->seed)
1190 ++g->seed;
[all...]
/macosx-10.10/Chess-310.6/sjeng/
H A Dutils.c1308 void seedMT(uint32_t seed) argument
1310 register uint32_t x = (seed | 1U) & 0xFFFFFFFFU, *s = state;
/macosx-10.10/OpenSSL098-52/src/engines/
H A De_ubsec.c1012 meth->seed(buf, num);
1032 meth->seed(buf, num);
/macosx-10.10/OpenSSL098-52/src/util/
H A Dmk1mf.pl81 no-bf no-cast no-aes no-camellia no-seed
1018 return("") if $no_seed && $dir =~ /\/seed/;
1270 "no-seed" => \$no_seed,
/macosx-10.10/Security-57031.1.35/securityd/dtrace/
H A Dsecurityd-watch.d369 securityd*:::entropy-seed
371 printf("%u T%d:entropy-seed(%d)\n", timestamp, self->mytid, arg0);
/macosx-10.10/rsync-45/rsync/
H A Dproto.h16 void sum_init(int seed);
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/utils/
H A Dtestsuite.c554 void init(unsigned int seed) argument
559 srand(seed);
909 sasl_randseed(rpool, "seed", 4);
913 sasl_randseed(rpool, "seed", 0);
920 sasl_churn(rpool, "seed", 0);
2927 " testsuite [-g name] [-s seed] [-r tests] -a -M\n" \
2933 " s -- random seed to use\n" \
2944 unsigned int seed = (unsigned int) time(NULL); local
2962 seed = atoi(optarg);
2995 init(seed);
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSCore/
H A DDNSCommon.c553 mDNSlocal mDNSu32 mDNSRandomFromSeed(mDNSu32 seed) argument
555 return seed * 21 + 1;
558 mDNSlocal mDNSu32 mDNSMixRandomSeed(mDNSu32 seed, mDNSu8 iteration) argument
560 return iteration ? mDNSMixRandomSeed(mDNSRandomFromSeed(seed), --iteration) : seed;
566 static mDNSu32 seed = 0; local
569 seed = mDNSMixRandomSeed(mDNSPlatformRandomSeed(), 100);
572 return (seed = mDNSRandomFromSeed(seed));
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-comb.el541 ;;; Produce a random 10-bit integer, with (random) if no seed provided,
553 (let* ((seed (math-sub 161803 var-RandSeed))
554 (mj (1+ (math-mod seed '(bigpos 0 0 1))))
555 (mk (1+ (math-mod (math-quotient seed '(bigpos 0 0 1))
/macosx-10.10/network_cmds-457/ping6.tproj/
H A Dping6.c334 struct timeval seed; local
816 gettimeofday(&seed, NULL);
817 srand((unsigned int)(seed.tv_sec ^ seed.tv_usec ^ (long)ident));
/macosx-10.10/OpenSSL098-52/src/
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

Completed in 401 milliseconds

<<111213