summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2022-10-04 16:03:28 +0200
committerMichael Brown2022-10-11 15:33:19 +0200
commit18b861024ad542bd6df337dfb10a84e04173040f (patch)
treedcfb83b24ab695cadf7173ad2348e094c12c8df0 /src/include/ipxe/errfile.h
parent[crypto] Simplify internal HMAC API (diff)
downloadipxe-18b861024ad542bd6df337dfb10a84e04173040f.tar.gz
ipxe-18b861024ad542bd6df337dfb10a84e04173040f.tar.xz
ipxe-18b861024ad542bd6df337dfb10a84e04173040f.zip
[crypto] Add Ephemeral Diffie-Hellman key exchange algorithm
Add an implementation of the Ephemeral Diffie-Hellman key exchange algorithm as defined in RFC2631, with test vectors taken from the NIST Cryptographic Toolkit. 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 1fca7474..c3541e8a 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -400,6 +400,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_linux_acpi ( ERRFILE_OTHER | 0x00570000 )
#define ERRFILE_dynkeymap ( ERRFILE_OTHER | 0x00580000 )
#define ERRFILE_pci_cmd ( ERRFILE_OTHER | 0x00590000 )
+#define ERRFILE_dhe ( ERRFILE_OTHER | 0x005a0000 )
/** @} */