Searched defs:prng_context (Results 1 – 1 of 1) sorted by relevance
44 struct prng_context { struct45 spinlock_t prng_lock;46 unsigned char rand_data[DEFAULT_BLK_SZ];47 unsigned char last_rand_data[DEFAULT_BLK_SZ];48 unsigned char DT[DEFAULT_BLK_SZ];49 unsigned char I[DEFAULT_BLK_SZ];50 unsigned char V[DEFAULT_BLK_SZ];51 u32 rand_data_valid;52 struct crypto_cipher *tfm;53 u32 flags;