Files
ipxe/src/include/gpxe/aes.h
2009-02-18 21:28:46 +00:00

9 lines
143 B
C

#ifndef _GPXE_AES_H
#define _GPXE_AES_H
struct crypto_algorithm;
extern struct crypto_algorithm aes_cbc_algorithm;
#endif /* _GPXE_AES_H */