Searched refs:seed (Results 151 - 175 of 304) sorted by relevance

1234567891011>>

/macosx-10.10/rsync-45/rsync/
H A Dchecksum.c137 void sum_init(int seed) argument
142 SIVAL(s, 0, seed);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_config.c530 ssl_randseed_t *seed; local
541 seed = apr_array_push(mc->aRandSeed);
544 seed->nCtx = SSL_RSCTX_STARTUP;
547 seed->nCtx = SSL_RSCTX_CONNECT;
556 seed->nSrc = SSL_RSSRC_FILE;
557 seed->cpPath = ap_server_root_relative(mc->pPool, arg2+5);
560 seed->nSrc = SSL_RSSRC_EXEC;
561 seed->cpPath = ap_server_root_relative(mc->pPool, arg2+5);
564 seed->nSrc = SSL_RSSRC_EGD;
565 seed
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/
H A Ddh.h101 void *seed; member in struct:DH
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.h119 void RunMonkey(BreakIterator *bi, RBBIMonkeyKind &mk, const char *name, uint32_t seed,
/macosx-10.10/OpenSSH-189/osslshim/ossl/
H A Dossl-dh.h120 void * seed; member in struct:DH
/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DkeyTemplates.h209 * seed BIT STRING, -- seed for prime number generation
214 SecAsn1Item seed; // BIT STRING, length in bits member in struct:__anon3591
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A DbsafeContext.cpp322 uint8 seed[BSAFE_RANDSIZE]; local
323 session().getRandomBytes(BSAFE_RANDSIZE, seed);
324 check(B_RandomUpdate(bsRandom, seed, sizeof(seed), bsSurrender));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DkeyTemplates.h209 * seed BIT STRING, -- seed for prime number generation
214 SecAsn1Item seed; // BIT STRING, length in bits member in struct:__anon4026
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DkeyTemplates.h209 * seed BIT STRING, -- seed for prime number generation
214 SecAsn1Item seed; // BIT STRING, length in bits member in struct:__anon4148
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DkeyTemplates.h209 * seed BIT STRING, -- seed for prime number generation
214 SecAsn1Item seed; // BIT STRING, length in bits member in struct:__anon4270
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.h82 extern int gensalt (char *salt, size_t saltsize, int saltbits, unsigned int seed);
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Drandom.c59 * interface. The initstate() routine is called with a seed, an array of
154 #define NSHUFF 50 /* to drop some "seed -> 1st value" linearity */
178 /* The random sequences do not vary much with the seed */
234 * The random sequences do not vary much with the seed,
264 * Initialize the random number generator based on the given seed. If the
265 * type is the trivial no-state-information type, just remember the seed.
266 * Otherwise, initializes state[] based on the given "seed" via a linear
299 * Many programs choose the seed value in a totally predictable manner.
300 * This often causes problems. We seed the generator using the much more
305 * a fixed seed
365 initstate(unsigned int seed, char *arg_state, size_t n) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/dh/
H A Ddh_lib.c154 ret->seed = NULL;
204 if (r->seed) OPENSSL_free(r->seed);
/macosx-10.10/OpenSSL098-52/src/crypto/dsa/
H A Ddsa.h155 unsigned char *seed, int seed_len,
242 unsigned char *seed,int seed_len,
249 unsigned char *seed,int seed_len,
/macosx-10.10/OpenSSL098-52/src/fips/dsa/
H A Dfips_dsa_selftest.c69 /* seed, out_p, out_q, out_g are taken the NIST test vectors */
71 static unsigned char seed[20] = { variable
113 ++seed[0];
132 if(!DSA_generate_parameters_ex(dsa, 1024,seed,20,&counter,&h,NULL))
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Ddsa.h155 unsigned char *seed, int seed_len,
242 unsigned char *seed,int seed_len,
249 unsigned char *seed,int seed_len,
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DSecFrameworkP.c212 const UInt8 *seed);
223 const UInt8 *seed) {
230 /* Digest the seed and put it into output. */
231 CC_SHA1(seed, seedLength, result->block);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/tests/
H A Dt-dsa.cpp36 unsigned char seed[] = { 17, 205, 99, 13, 6, 199 }; variable
58 check(B_RandomUpdate(random, seed, sizeof(seed), NULL));
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/ckutils/sigTime/
H A DsigTime.cpp88 unsigned seed; local
121 time((time_t *)&seed);
122 rand = feeRandAllocWithSeed(seed);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecFrameworkP.c212 const UInt8 *seed);
223 const UInt8 *seed) {
230 /* Digest the seed and put it into output. */
231 CC_SHA1(seed, seedLength, result->block);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecFrameworkP.c212 const UInt8 *seed);
223 const UInt8 *seed) {
230 /* Digest the seed and put it into output. */
231 CC_SHA1(seed, seedLength, result->block);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_ssl/dtlsEcho/
H A DdtlsEchoClient.c193 time_t seed=time(NULL); local
194 // time_t seed=1298952499;
195 srand((unsigned)seed);
196 printf("Random drop initialized with seed = %lu\n", seed);
H A DdtlsEchoServer.c183 time_t seed=time(NULL); local
184 // time_t seed=1298952496;
185 srand((unsigned)seed);
186 printf("Random drop initialized with seed = %lu\n", seed);
/macosx-10.10/Security-57031.1.35/Security/sec/Security/
H A DSecFramework.c169 const UInt8 *seed);
180 const UInt8 *seed) {
187 /* Digest the seed and put it into output. */
188 CCDigest(kCCDigestSHA1, seed, seedLength, result->block);
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/tests/
H A Dpersistence.test320 [self] instvar seed
321 set seed [expr {($seed*12731+34197) % 21473}]
322 return [expr {$seed % $modulo}]
329 [self] set seed 4711
333 [self] set seed 4711

Completed in 332 milliseconds

1234567891011>>