Add extensive DRBG selftest data and option to corrupt it in fips_test_suite.
[openssl.git] / fips / rand / fips_rand_lcl.h
index 34f1c59991fa6a6cbc5d1f19152475cb21ebe5ab..2f0dfac95c584f3eabcd085d111a47e3c7bb8566 100644 (file)
@@ -170,3 +170,4 @@ struct drbg_ctx_st
 
 int fips_drbg_ctr_init(DRBG_CTX *dctx);
 int fips_drbg_hash_init(DRBG_CTX *dctx);
+int fips_drbg_kat(DRBG_CTX *dctx, int nid, unsigned int flags);