summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2012-03-13 17:47:29 +0100
committerMichael Brown2012-03-18 14:36:07 +0100
commit299dedcff06770282c5aae5ce9558fe016750e5d (patch)
treed1210e53351631656c009a25480e853ed23f10b3 /src/include/ipxe/errfile.h
parent[crypto] Add abstraction for a public-key algorithm (diff)
downloadipxe-299dedcff06770282c5aae5ce9558fe016750e5d.tar.gz
ipxe-299dedcff06770282c5aae5ce9558fe016750e5d.tar.xz
ipxe-299dedcff06770282c5aae5ce9558fe016750e5d.zip
[crypto] Add native RSA algorithm
Add an implementation of RSA that uses the iPXE big-integer support. 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 35a0bb7f..050bf3fe 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -246,6 +246,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_hmac_drbg ( ERRFILE_OTHER | 0x00240000 )
#define ERRFILE_drbg ( ERRFILE_OTHER | 0x00250000 )
#define ERRFILE_entropy ( ERRFILE_OTHER | 0x00260000 )
+#define ERRFILE_rsa ( ERRFILE_OTHER | 0x00270000 )
/** @} */