summaryrefslogtreecommitdiffstats
path: root/debian/grub-extras/disabled/gpxe/src/include/gpxe/aes.h
blob: bdc32bd63f4e452481d03e811b66d077b9e971b1 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _GPXE_AES_H
#define _GPXE_AES_H

FILE_LICENCE ( GPL2_OR_LATER );

struct cipher_algorithm;

extern struct cipher_algorithm aes_cbc_algorithm;

#endif /* _GPXE_AES_H */