diff options
| author | Michael Brown | 2007-01-31 19:09:20 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-31 19:09:20 +0100 |
| commit | 1ae70e12e539804c1c5cba50609c18ad44c6f46a (patch) | |
| tree | e10f51c6997ef744192b5db5c01b7dcfce3206e4 /src/include | |
| parent | Added setiv method (diff) | |
| download | ipxe-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.h | 8 |
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 */ |
