Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/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;
/kernel/linux/linux-5.10/crypto/
Dansi_cprng.c38 struct prng_context { struct
39 spinlock_t prng_lock;
40 unsigned char rand_data[DEFAULT_BLK_SZ];
41 unsigned char last_rand_data[DEFAULT_BLK_SZ];
42 unsigned char DT[DEFAULT_BLK_SZ];
43 unsigned char I[DEFAULT_BLK_SZ];
44 unsigned char V[DEFAULT_BLK_SZ];
45 u32 rand_data_valid;
46 struct crypto_cipher *tfm;
47 u32 flags;