2007-01-31 18:09:20 +00:00
|
|
|
#ifndef _GPXE_AES_H
|
|
|
|
|
#define _GPXE_AES_H
|
|
|
|
|
|
2009-02-18 21:56:02 +00:00
|
|
|
struct cipher_algorithm;
|
2007-01-31 18:09:20 +00:00
|
|
|
|
2009-02-18 21:56:02 +00:00
|
|
|
extern struct cipher_algorithm aes_cbc_algorithm;
|
2007-01-31 18:09:20 +00:00
|
|
|
|
|
|
|
|
#endif /* _GPXE_AES_H */
|