Home
last modified time | relevance | path

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

/linux-3.3/crypto/
Dansi_cprng.c46 struct prng_context { struct
47 spinlock_t prng_lock;
48 unsigned char rand_data[DEFAULT_BLK_SZ];
49 unsigned char last_rand_data[DEFAULT_BLK_SZ];
50 unsigned char DT[DEFAULT_BLK_SZ];
51 unsigned char I[DEFAULT_BLK_SZ];
52 unsigned char V[DEFAULT_BLK_SZ];
53 u32 rand_data_valid;
54 struct crypto_cipher *tfm;
55 u32 flags;