aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/aes.h
blob: dd6e77341b23830326d1d8a66507906569b96a39 (plain)
1
2
3
4
5
6
7
8
#ifndef _GPXE_AES_H
#define _GPXE_AES_H

struct crypto_algorithm;

extern struct crypto_algorithm aes_cbc_algorithm;

#endif /* _GPXE_AES_H */