Unused, untested, provisional RAND interface for DRBG.

This commit is contained in:
Dr. Stephen Henson
2011-03-31 18:06:07 +00:00
parent e06de4dd35
commit 212a08080c
4 changed files with 195 additions and 2 deletions

View File

@@ -102,6 +102,10 @@ void FIPS_drbg_set_app_data(DRBG_CTX *ctx, void *app_data);
size_t FIPS_drbg_get_blocklength(DRBG_CTX *dctx);
int FIPS_drbg_get_strength(DRBG_CTX *dctx);
DRBG_CTX *FIPS_get_default_drbg(void);
const RAND_METHOD *FIPS_drbg_method(void);
#ifdef __cplusplus
}
#endif