blob: bdc32bd63f4e452481d03e811b66d077b9e971b1 [file] [log] [blame]
#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 */