Home
last modified time | relevance | path

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

/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;