crypto: drbg - make reseeding from get_random_bytes() synchronous
[platform/kernel/linux-rpi.git] / include / crypto / drbg.h
index 01caab5..a6c3b8e 100644 (file)
@@ -137,12 +137,10 @@ struct drbg_state {
        bool pr;                /* Prediction resistance enabled? */
        bool fips_primed;       /* Continuous test primed? */
        unsigned char *prev;    /* FIPS 140-2 continuous test value */
-       struct work_struct seed_work;   /* asynchronous seeding support */
        struct crypto_rng *jent;
        const struct drbg_state_ops *d_ops;
        const struct drbg_core *core;
        struct drbg_string test_data;
-       struct notifier_block random_ready;
 };
 
 static inline __u8 drbg_statelen(struct drbg_state *drbg)