Searched refs:STATE_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Dmd_rand.c137 #define STATE_SIZE 1023 macro
139 static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
236 /* state_index <= state_num <= STATE_SIZE */
238 if (state_index >= STATE_SIZE)
240 state_index%=STATE_SIZE;
241 state_num=STATE_SIZE;
243 else if (state_num < STATE_SIZE)
248 /* state_index <= state_num <= STATE_SIZE */
250 /* state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE]
266 k=(st_idx+j)-STATE_SIZE;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Dmd_rand.c136 #define STATE_SIZE 1023 macro
138 static unsigned char state[STATE_SIZE+MD_DIGEST_LENGTH];
235 /* state_index <= state_num <= STATE_SIZE */
237 if (state_index >= STATE_SIZE)
239 state_index%=STATE_SIZE;
240 state_num=STATE_SIZE;
242 else if (state_num < STATE_SIZE)
247 /* state_index <= state_num <= STATE_SIZE */
249 /* state[st_idx], ..., state[(st_idx + num - 1) % STATE_SIZE]
265 k=(st_idx+j)-STATE_SIZE;
[all...]

Completed in 83 milliseconds