http://git.etherboot.org
/
people
/
cooldavid
/
gpxe.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added wrapper for AXTLS AES code
[people/cooldavid/gpxe.git]
/
src
/
include
/
gpxe
/
aes.h
1
#ifndef _GPXE_AES_H
2
#define _GPXE_AES_H
3
4
struct crypto_algorithm;
5
6
extern struct crypto_algorithm aes_algorithm;
7
8
#endif /* _GPXE_AES_H */