summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2015-07-25 01:16:32 +0200
committerMichael Brown2015-07-27 18:23:34 +0200
commit09824eca31dd0fe7ad63d2ea0185370a6fd1dea9 (patch)
tree322e9f057b4d41b181b1ed7956fa6b757906287a /src/include/ipxe/errfile.h
parent[test] Add NIST self-tests for AES128 and AES256 in ECB mode (diff)
downloadipxe-09824eca31dd0fe7ad63d2ea0185370a6fd1dea9.tar.gz
ipxe-09824eca31dd0fe7ad63d2ea0185370a6fd1dea9.tar.xz
ipxe-09824eca31dd0fe7ad63d2ea0185370a6fd1dea9.zip
[crypto] Replace AES implementation
Replace the AES implementation from AXTLS with a dedicated iPXE implementation which is slightly smaller and around 1000% faster. This implementation has been verified using the existing self-tests based on the NIST AES test vectors. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index 6553cd87..de50fab9 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -264,7 +264,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#define ERRFILE_imgmgmt ( ERRFILE_OTHER | 0x00050000 )
#define ERRFILE_pxe_tftp ( ERRFILE_OTHER | 0x00060000 )
#define ERRFILE_pxe_udp ( ERRFILE_OTHER | 0x00070000 )
-#define ERRFILE_axtls_aes ( ERRFILE_OTHER | 0x00080000 )
+#define ERRFILE_aes ( ERRFILE_OTHER | 0x00080000 )
#define ERRFILE_cipher ( ERRFILE_OTHER | 0x00090000 )
#define ERRFILE_image_cmd ( ERRFILE_OTHER | 0x000a0000 )
#define ERRFILE_uri_test ( ERRFILE_OTHER | 0x000b0000 )