Searched refs:initstate (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c56 static UINT4 initstate[4] = variable
147 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
244 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
260 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
329 memcpy ((char *) state, (char *) initstate, sizeof (initstate));
/osnet-11/usr/src/lib/libc/port/gen/
H A Drandom.c53 * interface. The initstate() routine is called with a seed, an array of
58 * setstate() routine with the same array as was initiallized with initstate().
139 * initstate( 1, randtbl, 128 )
162 * initstate( 1, &randtbl, 128 );
206 * initstate:
214 * successive calls to initstate() won't lose this information and will
217 * setstate() so that it doesn't matter when initstate is called.
222 initstate( function
/osnet-11/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c147 const blf_ctx initstate = local
419 *c = initstate;
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc812 char *initstate(unsigned seed, char *arg_state, size_t n);

Completed in 28 milliseconds