X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=fips%2Ffips.h;h=8f94167ee0063b14fef780892c730cfa6f404a10;hp=c8a766e37a6b015903c358dffe7609cf508c9d5a;hb=de2132de937217353d0a4a0aafa087d263a23ba0;hpb=01a9a7592e332cf4853bc84c33407d384a1a14ba diff --git a/fips/fips.h b/fips/fips.h index c8a766e37a..8f94167ee0 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -425,11 +425,15 @@ void ERR_load_FIPS_strings(void); #define FIPS_R_IN_ERROR_STATE 123 #define FIPS_R_KEY_TOO_SHORT 124 #define FIPS_R_NON_FIPS_METHOD 125 +#define FIPS_R_NOPR_TEST1_FAILURE 145 +#define FIPS_R_NOPR_TEST2_FAILURE 146 #define FIPS_R_NOT_INSTANTIATED 126 #define FIPS_R_PAIRWISE_TEST_FAILED 127 #define FIPS_R_PERSONALISATION_ERROR_UNDETECTED 128 #define FIPS_R_PERSONALISATION_STRING_TOO_LONG 129 #define FIPS_R_PRNG_STRENGTH_TOO_LOW 143 +#define FIPS_R_PR_TEST1_FAILURE 147 +#define FIPS_R_PR_TEST2_FAILURE 148 #define FIPS_R_REQUEST_LENGTH_ERROR_UNDETECTED 130 #define FIPS_R_REQUEST_TOO_LARGE_FOR_DRBG 131 #define FIPS_R_RESEED_COUNTER_ERROR 132