summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-17 18:53:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-17 18:53:33 +0000
commit1e803100de9e88fff6fc586a54e12dda5861557b (patch)
tree4684ba2eb2d07755572b190d84f6761796491a12 /fips/fips.h
parent96ec46f7c03a94f74cc05ebdf7a8889174acb28d (diff)
Implement continuous RNG test for SP800-90 DRBGs.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index af36f03236..6dadc1ee18 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -194,6 +194,7 @@ void ERR_load_FIPS_strings(void);
#define FIPS_F_FIPS_CIPHERINIT 128
#define FIPS_F_FIPS_DIGESTINIT 127
#define FIPS_F_FIPS_DRBG_GENERATE 132
+#define FIPS_F_FIPS_DRBG_GENERATE_INTERNAL 138
#define FIPS_F_FIPS_DRBG_HEALTH_CHECK 137
#define FIPS_F_FIPS_DRBG_INIT 136
#define FIPS_F_FIPS_DRBG_INSTANTIATE 133
@@ -225,6 +226,7 @@ void ERR_load_FIPS_strings(void);
#define FIPS_R_CANNOT_READ_EXE 103
#define FIPS_R_CANNOT_READ_EXE_DIGEST 104
#define FIPS_R_CONTRADICTING_EVIDENCE 114
+#define FIPS_R_DRBG_STUCK 142
#define FIPS_R_ENTROPY_ERROR_UNDETECTED 133
#define FIPS_R_ENTROPY_NOT_REQUESTED_FOR_RESEED 134
#define FIPS_R_ERROR_INITIALISING_DRBG 120