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

/freebsd-10-stable/crypto/openssl/crypto/rand/
H A Dmd_rand.c339 int i, j, k, st_num, st_idx; local
447 st_num = state_num;
457 * state[st_idx], ..., state[(st_idx + num_ceil - 1) % st_num] are now
493 k = (st_idx + MD_DIGEST_LENGTH / 2) - st_num;
504 if (st_idx >= st_num)

Completed in 101 milliseconds