Home
last modified time | relevance | path

Searched defs:hash_state (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/ux500/hash/
Dhash_alg.h230 struct hash_state { struct
231 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 …]
/kernel/linux/linux-6.6/crypto/
Djitterentropy-kcapi.c94 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()
Djitterentropy.c71 void *hash_state; /* SENSITIVE hash state entropy pool */ member
583 void *hash_state) in jent_entropy_collector_alloc()
625 int jent_entropy_init(void *hash_state) in jent_entropy_init()