summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2012-01-23 16:00:46 +0100
committerMichael Brown2012-01-23 16:08:21 +0100
commit3a2bda7c7c5aac27d89c3f77f4994b059baae626 (patch)
tree111222ad26dd42536fec3c6de8b1f96d088b23ee /src/include/ipxe/errfile.h
parent[rng] Add dummy entropy source (diff)
downloadipxe-3a2bda7c7c5aac27d89c3f77f4994b059baae626.tar.gz
ipxe-3a2bda7c7c5aac27d89c3f77f4994b059baae626.tar.xz
ipxe-3a2bda7c7c5aac27d89c3f77f4994b059baae626.zip
[rng] Add ANS X9.82 Approved DRBG mechanism
ANS X9.82 specifies that an Approved DRBG must consist of an Approved algorithm wrapped inside an envelope which handles entropy gathering, prediction resistance, automatic reseeding and other housekeeping tasks. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 2094b78c..8f6c3641 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -243,6 +243,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_prompt ( ERRFILE_OTHER | 0x00220000 )
#define ERRFILE_nvo_cmd ( ERRFILE_OTHER | 0x00230000 )
#define ERRFILE_hmac_drbg ( ERRFILE_OTHER | 0x00240000 )
+#define ERRFILE_drbg ( ERRFILE_OTHER | 0x00250000 )
/** @} */