repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[sundance] Add reset completion check
[gpxe.git]
/
src
/
include
/
gpxe
/
aes.h
blob
bdb4b351e7775f50982482678f2515a58894efe0
1
#ifndef _GPXE_AES_H
2
#define _GPXE_AES_H
3
4
struct
cipher_algorithm
;
5
6
extern
struct
cipher_algorithm aes_cbc_algorithm
;
7
8
#endif
/* _GPXE_AES_H */