Lines Matching defs:hash_state
71 void *hash_state; /* SENSITIVE hash state entropy pool */
369 return jent_hash_time(ec->hash_state, time, (u8 *)&addtl, sizeof(addtl),
480 * Function fills rand_data->hash_state
557 if (jent_entropy_init(ec->hash_state))
567 if (jent_read_random_block(ec->hash_state, p, tocopy))
583 void *hash_state)
610 entropy_collector->hash_state = hash_state;
625 int jent_entropy_init(void *hash_state)
638 ec.hash_state = hash_state;