summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMichael Brown2007-01-31 19:09:20 +0100
committerMichael Brown2007-01-31 19:09:20 +0100
commit1ae70e12e539804c1c5cba50609c18ad44c6f46a (patch)
treee10f51c6997ef744192b5db5c01b7dcfce3206e4 /src/include
parentAdded setiv method (diff)
downloadipxe-1ae70e12e539804c1c5cba50609c18ad44c6f46a.tar.gz
ipxe-1ae70e12e539804c1c5cba50609c18ad44c6f46a.tar.xz
ipxe-1ae70e12e539804c1c5cba50609c18ad44c6f46a.zip
Added wrapper for AXTLS AES code
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/aes.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/gpxe/aes.h b/src/include/gpxe/aes.h
new file mode 100644
index 000000000..75cb4c44e
--- /dev/null
+++ b/src/include/gpxe/aes.h
@@ -0,0 +1,8 @@
+#ifndef _GPXE_AES_H
+#define _GPXE_AES_H
+
+struct crypto_algorithm;
+
+extern struct crypto_algorithm aes_algorithm;
+
+#endif /* _GPXE_AES_H */