Searched defs:hash_state (Results 1 – 3 of 3) sorted by relevance
230 struct hash_state { struct231 u32 temp_cr;232 u32 str_reg;233 u32 din_reg;234 u32 csr[52];235 u32 csfull;236 u32 csdatain;237 u32 buffer[HASH_BLOCK_SIZE / sizeof(u32)];238 struct uint64 length;239 u8 index;[all …]
94 int jent_hash_time(void *hash_state, __u64 time, u8 *addtl, in jent_hash_time()162 int jent_read_random_block(void *hash_state, char *dst, unsigned int dst_len) in jent_read_random_block()
71 void *hash_state; /* SENSITIVE hash state entropy pool */ member583 void *hash_state) in jent_entropy_collector_alloc()625 int jent_entropy_init(void *hash_state) in jent_entropy_init()