Add continuous RNG test to entropy source. Entropy callbacks now need
[openssl.git] / fips / rand / fips_rand_lcl.h
index eeed0eca2385254b52e9bf3121c6c3cb22479055..1f5b288f19df85207348011309647bf6f6da50a6 100644 (file)
@@ -157,6 +157,9 @@ struct drbg_ctx_st
        /* uninstantiate */
        int (*uninstantiate)(DRBG_CTX *ctx);
 
+       /* Entropy source block length */
+       size_t entropy_blocklen;
+
        /* entropy gathering function */
        size_t (*get_entropy)(DRBG_CTX *ctx, unsigned char **pout,
                                int entropy, size_t min_len, size_t max_len);