Searched defs:initstate (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/crypt_modules/bsdbf/
H A Dblowfish.c139 const blf_ctx initstate = local
411 *c = initstate;
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Drandom.c36 * interface. The initstate() routine is called with a seed, an array of
41 * setstate() routine with the same array as was initiallized with initstate().
122 * initstate(1, randtbl, 128)
145 * initstate(1, &randtbl, 128);
227 * initstate:
235 * successive calls to initstate() won't lose this information and will
238 * setstate() so that it doesn't matter when initstate is called.
248 initstate(unsigned seed, char *arg_state, int n) function
262 "initstate: state array too small, ignored; minimum size is %d bytes\n",
/illumos-gate/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
/illumos-gate/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));
/illumos-gate/usr/src/lib/libast/common/uwin/
H A Drandom.c44 #define initstate ______initstate macro
54 #undef initstate macro
69 interface. The initstate() routine is called with a seed, an array of
75 with initstate(). By default, the package runs with 128 bytes of state
150 initstate(1, randtbl, 128);
174 initstate(1, randtbl, 128);
233 value of the rear pointer; this is so successive calls to initstate won't
236 setstate so that it doesn't matter when initstate is called. function
238 extern char* initstate(unsigned int seed, char* arg_state, size_t n)
/illumos-gate/usr/src/man/man3c/
H A DMakefile877 initstate.3c \
2159 initstate.3c := LINKSRC = random.3c

Completed in 90 milliseconds