Searched defs:initstate (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/crypt_modules/bsdbf/ |
H A D | blowfish.c | 147 const blf_ctx initstate = local 419 *c = initstate;
|
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | md5.c | 56 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 D | random.c | 53 * 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
|
Completed in 27 milliseconds