From a3b116cea19bb57d9b292185f275e9995edc6acb Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 20 Feb 2012 14:02:25 +0000 Subject: [rng] Add ANS X9.82 mandatory continuous tests ANS X9.82 specifies two mandatory continuous tests to be performed upon the noise source. Signed-off-by: Michael Brown --- src/include/ipxe/errfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 8f6c36410..03d1c7b97 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -244,6 +244,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define ERRFILE_nvo_cmd ( ERRFILE_OTHER | 0x00230000 ) #define ERRFILE_hmac_drbg ( ERRFILE_OTHER | 0x00240000 ) #define ERRFILE_drbg ( ERRFILE_OTHER | 0x00250000 ) +#define ERRFILE_entropy ( ERRFILE_OTHER | 0x00260000 ) /** @} */ -- cgit v1.2.3-55-g7522