sha1-x86_64.pl: harmonize Win64 SE handlers for SIMD code pathes.
[openssl.git] / crypto / rand / rand.h
index 5895d3b6e19415c8f763e58d48050c999e1f7ef1..d446c38daf43e86908e0b1ad6f64e96755605a65 100644 (file)
@@ -119,6 +119,10 @@ int RAND_event(UINT, WPARAM, LPARAM);
 
 #endif
 
+#ifdef OPENSSL_FIPS
+int RAND_init_fips(void);
+#endif
+
 /* BEGIN ERROR CODES */
 /* The following lines are auto generated by the script mkerr.pl. Any changes
  * made after this point may be overwritten when the script is next run.
@@ -128,11 +132,22 @@ void ERR_load_RAND_strings(void);
 /* Error codes for the RAND functions. */
 
 /* Function codes. */
+#define RAND_F_FIPS_RAND                                102
+#define RAND_F_FIPS_RAND_SET_DT                                 103
+#define RAND_F_FIPS_SET_PRNG_SEED                       104
+#define RAND_F_FIPS_SET_TEST_MODE                       105
+#define RAND_F_FIPS_X931_SET_DT                                 106
 #define RAND_F_RAND_GET_RAND_METHOD                     101
 #define RAND_F_SSLEAY_RAND_BYTES                        100
 
 /* Reason codes. */
+#define RAND_R_NOT_IN_TEST_MODE                                 101
+#define RAND_R_NO_KEY_SET                               102
+#define RAND_R_PRNG_ERROR                               103
+#define RAND_R_PRNG_KEYED                               104
 #define RAND_R_PRNG_NOT_SEEDED                          100
+#define RAND_R_PRNG_SEED_MUST_NOT_MATCH_KEY             105
+#define RAND_R_PRNG_STUCK                               106
 
 #ifdef  __cplusplus
 }