summaryrefslogblamecommitdiffstats
path: root/src/include/gpxe/aes.h
blob: bdb4b351e7775f50982482678f2515a58894efe0 (plain) (tree)
1
2
3
4
5
6
7
8


                   
                        
 
                                                 

                        
#ifndef _GPXE_AES_H
#define _GPXE_AES_H

struct cipher_algorithm;

extern struct cipher_algorithm aes_cbc_algorithm;

#endif /* _GPXE_AES_H */