Searched defs:prng_context (Results 1 – 2 of 2) sorted by relevance
39 struct prng_context { struct40 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;
38 struct prng_context { struct39 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;