Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dansi_cprng.c39 struct prng_context { struct
40 spinlock_t prng_lock;
41 unsigned char rand_data[DEFAULT_BLK_SZ];
42 unsigned char last_rand_data[DEFAULT_BLK_SZ];
43 unsigned char DT[DEFAULT_BLK_SZ];
44 unsigned char I[DEFAULT_BLK_SZ];
45 unsigned char V[DEFAULT_BLK_SZ];
46 u32 rand_data_valid;
47 struct crypto_cipher *tfm;
48 u32 flags;