Searched refs:seed (Results 226 - 250 of 304) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.c1000 int gensalt (char *salt, size_t saltsize, int saltbits, unsigned int seed) argument
1007 if ( seed == 0 )
1008 srandom (seed = (unsigned int)time (NULL));
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_rand.rb217 assert_equal(0, Random.new(0).seed)
218 assert_equal(0x100000000, Random.new(0x100000000).seed)
219 assert_equal(2**100, Random.new(2**100).seed)
421 raise 'default seed is not set' if srand == 0
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_pkey_ec.c1089 * group.seed => String or nil
1109 * group.seed = seed => seed
1113 static VALUE ossl_ec_group_set_seed(VALUE self, VALUE seed) argument
1118 StringValue(seed);
1120 if (EC_GROUP_set_seed(group, (unsigned char *)RSTRING_PTR(seed), RSTRING_LEN(seed)) != (size_t)RSTRING_LEN(seed))
1123 return seed;
[all...]
/macosx-10.10/IOFWDVComponents-207.4.1/tests/
H A Ddevicetest.c395 UInt32 seed = GetComponentListModSeed();
403 printf("Component seed is %d\n", seed);
H A Dtestcomp.c539 UInt32 seed = GetComponentListModSeed();
547 printf("Component seed is %d\n", seed);
H A Dwritetest.c431 UInt32 seed = GetComponentListModSeed();
478 printf("Component seed is %d\n", seed);
H A Dreadtest.c666 UInt32 seed = GetComponentListModSeed();
693 printf("Component seed is %d\n", seed);
/macosx-10.10/OpenSSL098-52/src/crypto/ecdsa/
H A Decdsatest.c119 fake_rand.seed = old_rand->seed;
/macosx-10.10/OpenSSL098-52/src/test/
H A Decdsatest.c119 fake_rand.seed = old_rand->seed;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_cspdl/lib/
H A DSSContext.cpp87 // seed the PRNG (if specified)
88 if (const CssmCryptoData *seed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED)) {
89 const CssmData &seedValue = (*seed)();
/macosx-10.10/Security-57031.1.35/Security/libsecurity_sd_cspdl/lib/
H A DSDContext.cpp93 // seed the PRNG (if specified)
94 if (const CssmCryptoData *seed = context.get<CssmCryptoData>(CSSM_ATTRIBUTE_SEED)) {
95 const CssmData &seedValue = (*seed)();
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/sasl/
H A Dsasl.tcl650 foreach {type count seed ext} $challenge break
658 set otp [::otp::otp-$type -word -seed $seed \
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dt_pkey.c297 const unsigned char *seed; local
395 if ((seed = EC_GROUP_get0_seed(x)) != NULL)
463 if (seed && !print_bin(bp, "Seed:", seed, seed_len, off))
/macosx-10.10/OpenSSL098-52/src/crypto/des/
H A Ddes.h215 long length,int out_count,DES_cblock *seed);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddes.h215 long length,int out_count,DES_cblock *seed);
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DkeyTemplates.c166 { SEC_ASN1_BIT_STRING, offsetof(NSS_DHValidationParams, seed) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/openssl/
H A Ddsa.h201 DSA * DSA_generate_parameters(int bits, unsigned char *seed,int seed_len,
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DkeyTemplates.c166 { SEC_ASN1_BIT_STRING, offsetof(NSS_DHValidationParams, seed) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DkeyTemplates.c166 { SEC_ASN1_BIT_STRING, offsetof(NSS_DHValidationParams, seed) },
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DkeyTemplates.c166 { SEC_ASN1_BIT_STRING, offsetof(NSS_DHValidationParams, seed) },
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dopenssl_link.c180 rm->seed = NULL;
/macosx-10.10/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h773 explicit Random(UInt32 seed) : state_(seed) {} argument
775 void Reseed(UInt32 seed) { state_ = seed; } argument
/macosx-10.10/OpenSSH-189/openssh/
H A Dkey.c427 u_int i, j = 0, rounds, seed = 1; local
437 seed) % 6;
440 (seed / 6)) % 6;
450 seed = ((seed * 5) +
455 idx0 = seed % 6;
457 idx2 = seed / 6;
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Doakley.c731 vchar_t *seed = NULL; /* seed for Kn */ local
748 seed = vmalloc(prev->l + buf->l);
749 if (seed == NULL) {
761 memcpy(seed->v, prev->v, prev->l);
762 memcpy(seed->v + prev->l, buf->v, buf->l);
763 this = oakley_prf(iph2->ph1->skeyid_d, seed,
771 vfree(seed);
789 vfree(seed);
802 vfree(seed);
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp1809 // 2. Get access to current seed, to more easily reproduce failures.
3389 // seed=nnnnn Random number starting seed.
3390 // Setting the seed allows errors to be reproduced.
3820 int32_t seed = 1;
3832 seed = getIntParam("seed", p, seed);
3866 RunMonkey(bi, m, "char", seed, loopCount, useUText);
3869 RunMonkey(bi, m, "char", seed, loopCoun
3935 RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed, int32_t numIterations, UBool useUText) argument
[all...]

Completed in 303 milliseconds

1234567891011>>