[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 <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2012-02-20 14:02:25 +00:00
parent 073f41085f
commit a3b116cea1
2 changed files with 296 additions and 1 deletions

View File

@@ -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 )
/** @} */