summaryrefslogtreecommitdiffstats
path: root/fips/rand/fips_rand_lcl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fips/rand/fips_rand_lcl.h')
-rw-r--r--fips/rand/fips_rand_lcl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/fips/rand/fips_rand_lcl.h b/fips/rand/fips_rand_lcl.h
index b3962260ed..a946ac1ed8 100644
--- a/fips/rand/fips_rand_lcl.h
+++ b/fips/rand/fips_rand_lcl.h
@@ -97,10 +97,6 @@ struct drbg_ctr_ctx_st
/* fatal error condition */
#define DRBG_STATUS_ERROR 3
-/* Maximum values for temp entropy and nonce */
-#define DRBG_MAX_ENTROPY 1024
-#define DRBG_MAX_NONCE 1024
-
/* A default maximum length: larger than any reasonable value used in pratice */
#define DRBG_MAX_LENGTH 0x7ffffff0
@@ -159,8 +155,6 @@ struct drbg_ctx_st
/* Indicates we have finished with entropy buffer */
void (*cleanup_entropy)(DRBG_CTX *ctx, unsigned char *out, size_t olen);
- unsigned char nonce[DRBG_MAX_NONCE];
-
/* nonce gathering function */
size_t (*get_nonce)(DRBG_CTX *ctx, unsigned char **pout,
int entropy, size_t min_len, size_t max_len);